|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.v2.runtime.reflect.Lister.IDREFSIterator
public static final class Lister.IDREFSIterator
Iterator
for IDREFS lister.
Only in ArrayElementProperty we need to get the actual referenced object. This is a kind of ugly way to make that work.
Method Summary | |
---|---|
boolean |
hasNext()
Works like Iterator.hasNext() . |
Object |
last()
Returns the last referenced object (not just its ID) |
String |
next()
Works like Iterator.next() . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean hasNext()
ListIterator
Iterator.hasNext()
.
hasNext
in interface ListIterator<String>
public Object last()
public String next() throws SAXException, JAXBException
ListIterator
Iterator.next()
.
next
in interface ListIterator<String>
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |