Uses of Class
net.mtrop.doom.struct.trie.AbstractTrie
Packages that use AbstractTrie
-
Uses of AbstractTrie in net.mtrop.doom.struct.trie
Subclasses of AbstractTrie in net.mtrop.doom.struct.trieModifier and TypeClassDescriptionclassAbstractTrieMap<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.classAn implementation of a Trie that stores strings, case-insensitively.classAn implementation of a Trie that stores strings mapped to values.