Uses of Class
net.mtrop.doom.struct.trie.AbstractTrie.Result
-
Uses of AbstractTrie.Result in net.mtrop.doom.struct.trie
Modifier and TypeMethodDescriptionprotected AbstractTrie.Result<V,
S> Returns a search result generated from walking the edges of the trie looking for a particular value.protected AbstractTrie.Result<Map.Entry<K,
V>, S> AbstractTrieMap.searchByKey
(K key, boolean includeEncountered, boolean includeDescendants) Search using a key.