|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TreeIterator adds to an iterator by allowing access to the parent of each node during the iteration.
Method Summary | |
TreeNode |
getParent()
Get the parent of the last returned node |
TreeNode |
nextNode()
Get the next node, typecast to a TreeNode |
Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
Method Detail |
public TreeNode nextNode()
public TreeNode getParent()
|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |