Class SubTree<T>
java.lang.Object
org.aksw.commons.collections.trees.TreeBase<T>
org.aksw.commons.collections.trees.SubTree<T>
- All Implemented Interfaces:
Tree<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
root
-
delegate
-
nodeComparator
-
-
Constructor Details
-
SubTree
-
SubTree
-
-
Method Details
-
getRoot
-
getChildren
-
getParent
-
copy
Description copied from interface:TreeCopies a given node thereby setting the provided children as its children.- Returns:
- A copy of the given node with the children set appropriately
-
createNew
-