Package com.discoversites.util.collections.tree.set

Class Summary
SetTree<T> Implementation of Tree backed by a HashSet (actually a LinkedHashSet to maintain insertion order).
SetTreeNode<T> Implementation of TreeNode backed by an HashSet (actually a LinkedHashSet to maintain insertion order).
SetTreeRoot<T> Implementation of TreeRoot backed by an HashSet (actually a LinkedHashSet to maintain insertion order).