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