Package com.ibm.icu.impl
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandlePrefixMatch(int matchLength, Iterator<V> values)Handles a prefix key match
-