Uses of Interface
org.openforis.commons.collection.Tree.NodeVisitor
-
-
Uses of Tree.NodeVisitor in org.openforis.commons.collection
Methods in org.openforis.commons.collection with parameters of type Tree.NodeVisitor Modifier and Type Method Description protected voidTree. bfsTraverse(Tree.NodeVisitor<T> visitor)protected voidTree. dfsTraverse(Tree.NodeVisitor<T> visitor)voidTree. traverse(Tree.NodeVisitor<T> visitor)voidTree. traverse(Tree.NodeVisitor<T> visitor, Tree.TraversalType traversalType)
-