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 TypeClassDescriptionclassBasic implementation of a prefix 'trie'.classThis implementation uses the same insert/delete/search algorithm as thePrefixTrieImpl.