Interface | Description |
---|---|
ITreeNodeHandler<T,K> |
This interface is used by
TreeUtils to create tree structures. |
Class | Description |
---|---|
SimpleTreeNode<K> |
A simple node class that can be used with
TreeUtils . |
SimpleTreeNodeHandler<K> |
Handler for
SimpleTreeNode . |
TreeUtils |
Utility class for tree construction.
|
Trie<T> |
Simple, efficient implementation of a trie that maps prefixes to objects of
the generic type.
|