Uses of Interface
com.abstractkamen.datastructures.api.trees.search.PrefixTrie
Packages that use PrefixTrie
Package
Description
-
Uses of PrefixTrie in com.abstractkamen.datastructures.api.trees.search
Subinterfaces of PrefixTrie in com.abstractkamen.datastructures.api.trees.search -
Uses of PrefixTrie in com.abstractkamen.datastructures.impl.trees.search
Classes in com.abstractkamen.datastructures.impl.trees.search that implement PrefixTrieModifier and TypeClassDescriptionclass
Basic implementation of a prefix 'trie'.class
This implementation uses the same insert/delete/search algorithm as thePrefixTrieImpl
.