Uses of Interface
com.abstractkamen.datastructures.api.trees.search.SuffixTrie
Packages that use SuffixTrie
-
Uses of SuffixTrie in com.abstractkamen.datastructures.impl.trees.search
Classes in com.abstractkamen.datastructures.impl.trees.search that implement SuffixTrieModifier and TypeClassDescriptionclassThis implementation uses the same insert/delete/search algorithm as thePrefixTrieImpl.