Uses of Class
tk.airshipcraft.commonlib.utils.search.Trie
Packages that use Trie
Package
Description
The
tk.airshipcraft.commonlib.utils.search
package contains implementations
of various string search and distance algorithms.-
Uses of Trie in tk.airshipcraft.commonlib.utils.search
Methods in tk.airshipcraft.commonlib.utils.search that return TrieModifier and TypeMethodDescriptionstatic Trie
Trie.getNewTrie()
Factory method to create a new Trie with initialized children.