Uses of Class
com.ibm.icu.impl.TextTrieMap.Output
-
Packages that use TextTrieMap.Output Package Description com.ibm.icu.impl -
-
Uses of TextTrieMap.Output in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type TextTrieMap.Output Modifier and Type Method Description private void
TextTrieMap. find(TextTrieMap.Node node, TextTrieMap.CharIterator chitr, TextTrieMap.ResultHandler<V> handler, TextTrieMap.Output output)
private void
TextTrieMap. find(java.lang.CharSequence text, int offset, TextTrieMap.ResultHandler<V> handler, TextTrieMap.Output output)
TextTrieMap.Node
TextTrieMap.Node. findMatch(TextTrieMap.CharIterator chitr, TextTrieMap.Output output)
java.util.Iterator<V>
TextTrieMap. get(java.lang.CharSequence text, int start, TextTrieMap.Output output)
private boolean
TextTrieMap.Node. matchFollowing(TextTrieMap.CharIterator chitr, TextTrieMap.Output output)
-