Uses of Package
net.mtrop.doom.struct.trie
Packages that use net.mtrop.doom.struct.trie
-
Classes in net.mtrop.doom.struct.trie used by net.mtrop.doom.struct.trieClassDescriptionA trie is a data structure that contains objects, using a path of objects derived from the stored value.A single node in the Trie.A result of a passive search on a trie.Iterator for this Trie.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 mapped to values.