Uses of Class
com.ibm.icu.impl.TextTrieMap.CharIterator
Packages that use TextTrieMap.CharIterator
-
Uses of TextTrieMap.CharIterator in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type TextTrieMap.CharIteratorModifier and TypeMethodDescriptionvoidTextTrieMap.Node.add(TextTrieMap.CharIterator chitr, V value) private voidTextTrieMap.find(TextTrieMap<V>.Node node, TextTrieMap.CharIterator chitr, TextTrieMap.ResultHandler<V> handler, TextTrieMap.Output output) TextTrieMap.Node.findMatch(TextTrieMap.CharIterator chitr, TextTrieMap.Output output) private booleanTextTrieMap.Node.matchFollowing(TextTrieMap.CharIterator chitr, TextTrieMap.Output output)