Package net.mtrop.doom.struct.trie
Class AbstractTrie.Node<V,S>
java.lang.Object
net.mtrop.doom.struct.trie.AbstractTrie.Node<V,S>
- Type Parameters:
V
- the value type that this holds.S
- the type of the split segments used for searching.
- Enclosing class:
- AbstractTrie<V,
S>
A single node in the Trie.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Node
protected Node()
-