Package org.openforis.commons.collection
Class Tree.Node<T>
- java.lang.Object
-
- org.openforis.commons.collection.Tree.Node<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(Tree.Node<T> node)List<Tree.Node<T>>getChildren()intgetDepth()booleanisDetached()voidremoveChild(Tree.Node<T> node)
-