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 TypeMethodDescriptionvoid
TextTrieMap.Node.add
(TextTrieMap.CharIterator chitr, V value) private void
TextTrieMap.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 boolean
TextTrieMap.Node.matchFollowing
(TextTrieMap.CharIterator chitr, TextTrieMap.Output output)