Uses of Class
com.gengoai.collection.tree.TrieMatch
-
Packages that use TrieMatch Package Description com.gengoai.collection.tree -
-
Uses of TrieMatch in com.gengoai.collection.tree
Methods in com.gengoai.collection.tree that return types with arguments of type TrieMatch Modifier and Type Method Description List<TrieMatch<V>>
Trie. find(String text, CharMatcher delimiter)
Matches the strings in the trie against a specified text.
-