Class TreeImpl<T>
java.lang.Object
org.aksw.commons.collections.trees.TreeBase<T>
org.aksw.commons.collections.trees.TreeImpl<T>
- All Implemented Interfaces:
Tree<T>
-
Field Details
-
root
-
parentToChildren
-
childToParent
-
copyNode
-
-
Constructor Details
-
TreeImpl
-
-
Method Details
-
createNew
-
getRoot
-
getChildren
-
getParent
-
create
-
hashCode
-
equals
-
toString
-
copy
-