|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.typesetter.type.NodeIterator
Type-safe Iterator for a NodeList
.
Constructor Summary | |
NodeIterator(java.util.List list)
Creates a new object. |
Method Summary | |
boolean |
hasNext()
Check, if the iterator have a next element. |
Node |
next()
Return the next element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeIterator(java.util.List list)
list
- the list to iterate throughMethod Detail |
public boolean hasNext()
true
, if there are more elements, otherwise
false
public Node next()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |