|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INodeIterator
Interface for iterators that visit nodes and leaves rather than entries in leaves.
| Method Summary | |
|---|---|
Object |
getKey()
The value of the key for the last entry visited by Iterator.next(). |
AbstractNode |
getNode()
The value associated with the last node or leaf visited by Iterator.next(). |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
Object getKey()
Iterator.next().
IllegalStateException - if no entries have been visited.AbstractNode getNode()
Iterator.next().
IllegalStateException - if no entries have been visited.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||