Package net.mtrop.doom.struct.trie
package net.mtrop.doom.struct.trie
Contains trie structures.
-
ClassDescriptionAbstractTrie<V,
S> A trie is a data structure that contains objects, using a path of objects derived from the stored value.AbstractTrie.Node<V,S> A single node in the Trie.AbstractTrie.Result<V,S> A result of a passive search on a trie.Iterator for this Trie.AbstractTrieMap<K,V, S> A trie is a data structure that maps an object to another object, using a path of objects derived from the key.An implementation of a Trie that stores strings, case-insensitively.An implementation of a Trie that stores strings mapped to values.