Uses of Interface
com.abstractkamen.datastructures.api.trees.search.SuffixTrie
-
Uses of SuffixTrie in com.abstractkamen.datastructures.impl.trees.search
Modifier and TypeClassDescriptionclass
This implementation uses the same insert/delete/search algorithm as thePrefixTrieImpl
.