Uses of Enum 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.TraversalTypeModifier and TypeMethodDescriptionstatic Tree.TraversalTypeReturns the enum constant of this class with the specified name.static Tree.TraversalType[]Tree.TraversalType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openforis.commons.collection with parameters of type Tree.TraversalTypeModifier and TypeMethodDescriptionvoidTree.traverse(Tree.NodeVisitor<T> visitor, Tree.TraversalType traversalType)