Uses of Class
com.ibm.icu.impl.TextTrieMap.CharIterator
-
Packages that use TextTrieMap.CharIterator Package Description com.ibm.icu.impl -
-
Uses of TextTrieMap.CharIterator in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type TextTrieMap.CharIterator Modifier and Type Method Description void
TextTrieMap.Node. add(TextTrieMap.CharIterator chitr, V value)
private void
TextTrieMap. find(TextTrieMap.Node node, TextTrieMap.CharIterator chitr, TextTrieMap.ResultHandler<V> handler, TextTrieMap.Output output)
TextTrieMap.Node
TextTrieMap.Node. findMatch(TextTrieMap.CharIterator chitr, TextTrieMap.Output output)
private boolean
TextTrieMap.Node. matchFollowing(TextTrieMap.CharIterator chitr, TextTrieMap.Output output)
-