com.sun.xml.bind.v2.runtime.reflect

Interface ListIterator<E>

public interface ListIterator<E>

Almost like Iterator but can throw JAXB specific exceptions.
Method Summary
booleanhasNext()
Works like Iterator#hasNext().
Enext()
Works like Iterator#next().

Method Detail

hasNext

public boolean hasNext()
Works like Iterator#hasNext().

next

public E next()
Works like Iterator#next().

Throws: SAXException if an error is found, reported, and we were told to abort JAXBException if an error is found, reported, and we were told to abort