com.sun.xml.bind.v2.runtime.reflect
public interface ListIterator<E>
Method Summary | |
---|---|
boolean | hasNext()
Works like Iterator#hasNext(). |
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