|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tree.IterationOrder | |
---|---|
fc.util |
Uses of Tree.IterationOrder in fc.util |
---|
Fields in fc.util declared as Tree.IterationOrder | |
---|---|
static Tree.IterationOrder |
Tree.IterationOrder.BreadthFirst
A breadth first iteration of the tree, starting from the specified startnode. |
static Tree.IterationOrder |
Tree.IterationOrder.InOrder
A depth first, left to right, in order iteration starting from the specified startnode. |
static Tree.IterationOrder |
Tree.IterationOrder.PostOrder
A depth first, left to right, post order iteration starting from the specified startnode |
static Tree.IterationOrder |
Tree.IterationOrder.PreOrder
A depth first, left to right, pre order iteration starting from the specified startnode. |
Methods in fc.util with parameters of type Tree.IterationOrder | |
---|---|
java.util.Iterator |
Tree.Node.iterator(Tree.IterationOrder order)
Returns an iterator for all the nodes in the tree, starting from this node onwards. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |