Uses of Class
org.openforis.commons.collection.Tree.TraversalType
-
-
Uses of Tree.TraversalType in org.openforis.commons.collection
Methods in org.openforis.commons.collection that return Tree.TraversalType Modifier and Type Method Description static Tree.TraversalTypeTree.TraversalType. valueOf(String name)Returns the enum constant of this type with the specified name.static Tree.TraversalType[]Tree.TraversalType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.commons.collection with parameters of type Tree.TraversalType Modifier and Type Method Description voidTree. traverse(Tree.NodeVisitor<T> visitor, Tree.TraversalType traversalType)
-