Interface TextTrieMap.ResultHandler<V>
- Enclosing class:
TextTrieMap<V>
public static interface TextTrieMap.ResultHandler<V>
Callback handler for processing prefix matches used by
find method.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhandlePrefixMatch(int matchLength, Iterator<V> values) Handles a prefix key match
-
Method Details
-
handlePrefixMatch
-