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>

protected static class AbstractTrie.Node<V,S> extends Object
A single node in the Trie.
  • Constructor Details

    • Node

      protected Node()