Uses of Class
com.ibm.icu.impl.Trie2.Range
Packages that use Trie2.Range
-
Uses of Trie2.Range in com.ibm.icu.impl
Classes in com.ibm.icu.impl that implement interfaces with type arguments of type Trie2.RangeModifier and TypeClassDescriptionclassThis is the interface and common implementation of a Unicode Trie2.(package private) classImplementation class for an iterator over a Trie2.Fields in com.ibm.icu.impl declared as Trie2.RangeMethods in com.ibm.icu.impl that return Trie2.RangeModifier and TypeMethodDescriptionTrie2.Trie2Iterator.next()The main next() function for Trie2 iteratorsMethods in com.ibm.icu.impl that return types with arguments of type Trie2.RangeModifier and TypeMethodDescriptionTrie2.iterator()Create an iterator over the value ranges in this Trie2.Trie2.iterator(Trie2.ValueMapper mapper) Create an iterator over the value ranges from this Trie2.Trie2.iteratorForLeadSurrogate(char lead) Create an iterator over the Trie2 values for the 1024=0x400 code points corresponding to a given lead surrogate.Trie2.iteratorForLeadSurrogate(char lead, Trie2.ValueMapper mapper) Create an iterator over the Trie2 values for the 1024=0x400 code points corresponding to a given lead surrogate.Methods in com.ibm.icu.impl with parameters of type Trie2.RangeModifier and TypeMethodDescriptionTrie2Writable.setRange(Trie2.Range range, boolean overwrite) Set the values from a Trie2.Range. -
Uses of Trie2.Range in com.ibm.icu.lang
Fields in com.ibm.icu.lang declared as Trie2.RangeFields in com.ibm.icu.lang with type parameters of type Trie2.RangeModifier and TypeFieldDescriptionprivate Iterator<Trie2.Range> UCharacter.UCharacterTypeIterator.trieIterator