Uses of Class
net.mtrop.doom.struct.trie.AbstractTrie
-
Uses of AbstractTrie in net.mtrop.doom.struct.trie
Modifier and TypeClassDescriptionclass
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.class
An implementation of a Trie that stores strings, case-insensitively.class
An implementation of a Trie that stores strings mapped to values.