public interface NodeIterator extends RangeIterator
Node
s
with nextNode
as well as a skip
method inherited from
RangeIterator
.Modifier and Type | Method and Description |
---|---|
Node |
nextNode()
Returns the next
Node in the iteration. |
getPosition, getSize, skip
Node nextNode()
Node
in the iteration.Node
in the iteration.NoSuchElementException
- if iteration has no more Node
s.Copyright © 2004–2013 Day Management AG. All rights reserved.