|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfc.util.Tree.IterationOrder
public abstract static class Tree.IterationOrder
| Field Summary | |
|---|---|
static Tree.IterationOrder |
BreadthFirst
A breadth first iteration of the tree, starting from the specified startnode. |
static Tree.IterationOrder |
InOrder
A depth first, left to right, in order iteration starting from the specified startnode. |
static Tree.IterationOrder |
PostOrder
A depth first, left to right, post order iteration starting from the specified startnode |
static Tree.IterationOrder |
PreOrder
A depth first, left to right, pre order iteration starting from the specified startnode. |
| Method Summary | |
|---|---|
abstract java.util.Iterator |
iterator(Tree.Node startnode)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Tree.IterationOrder BreadthFirst
public static final Tree.IterationOrder PreOrder
public static final Tree.IterationOrder InOrder
public static final Tree.IterationOrder PostOrder
| Method Detail |
|---|
public abstract java.util.Iterator iterator(Tree.Node startnode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||