Class TreeNode<T extends TreeNode<T>>
java.lang.Object
org.monte.media.tree.TreeNode<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchildren()getChildAt(int index) intvoidvoidprotected voidvoidsortChildren(Comparator<T> comparator)
-
Constructor Details
-
TreeNode
public TreeNode()
-
-
Method Details
-
getChildAt
-
getChildCount
public int getChildCount() -
setParent
-
getParent
-
remove
-
add
-
children
-
sortChildren
-
removeAllChildren
public void removeAllChildren()
-