com.discoversites.util.collections.tree
Interface TreeRoot<T>

Type Parameters:
T - The type of element to be stored in the TreeRoot
All Superinterfaces:
Serializable, TreeNode<T>
All Known Implementing Classes:
ArrayTreeRoot, SetTreeRoot

public interface TreeRoot<T>
extends TreeNode<T>, Serializable

Interface for a root node of a Tree

Author:
Mark

Method Summary
 
Methods inherited from interface com.discoversites.util.collections.tree.TreeNode
addAll, addElement, addNode, addNode, getChildren, getDepth, getElement, getParent, getRoot, getSiblings, getTree, isLeaf, isRoot, removeNode, setElement