Uses of Interface
org.glassfish.jaxb.runtime.v2.runtime.reflect.ListIterator
-
Packages that use ListIterator Package Description org.glassfish.jaxb.runtime.v2.runtime.reflect Abstraction around accessing data of actual objects. -
-
Uses of ListIterator in org.glassfish.jaxb.runtime.v2.runtime.reflect
Classes in org.glassfish.jaxb.runtime.v2.runtime.reflect that implement ListIterator Modifier and Type Class Description static classLister.IDREFSIteratorIteratorfor IDREFS lister.Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect that return ListIterator Modifier and Type Method Description ListIteratorLister.CollectionLister. iterator(T collection, XMLSerializer context)abstract ListIterator<ItemT>Lister. iterator(PropT multiValueProp, XMLSerializer context)Iterates values of a multi-value property.
-