Uses of Interface
com.sun.xml.bind.v2.runtime.reflect.ListIterator
-
Packages that use ListIterator Package Description com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects. -
-
Uses of ListIterator in com.sun.xml.bind.v2.runtime.reflect
Classes in com.sun.xml.bind.v2.runtime.reflect that implement ListIterator Modifier and Type Class Description static class
Lister.IDREFSIterator
Iterator
for IDREFS lister.Methods in com.sun.xml.bind.v2.runtime.reflect that return ListIterator Modifier and Type Method Description ListIterator
Lister.CollectionLister. iterator(T collection, XMLSerializer context)
abstract ListIterator<ItemT>
Lister. iterator(PropT multiValueProp, XMLSerializer context)
Iterates values of a multi-value property.
-