Uses of Class
com.ibm.icu.impl.Trie2.Range
-
Packages that use Trie2.Range Package Description com.ibm.icu.impl com.ibm.icu.lang Enhanced character property and surrogate support. -
-
Uses of Trie2.Range in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as Trie2.Range Modifier and Type Field Description private Trie2.Range
Trie2.Trie2Iterator. returnValue
Methods in com.ibm.icu.impl that return Trie2.Range Modifier and Type Method Description Trie2.Range
Trie2.Trie2Iterator. next()
The main next() function for Trie2 iteratorsMethods in com.ibm.icu.impl that return types with arguments of type Trie2.Range Modifier and Type Method Description java.util.Iterator<Trie2.Range>
Trie2. iterator()
Create an iterator over the value ranges in this Trie2.java.util.Iterator<Trie2.Range>
Trie2. iterator(Trie2.ValueMapper mapper)
Create an iterator over the value ranges from this Trie2.java.util.Iterator<Trie2.Range>
Trie2. iteratorForLeadSurrogate(char lead)
Create an iterator over the Trie2 values for the 1024=0x400 code points corresponding to a given lead surrogate.java.util.Iterator<Trie2.Range>
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.Range Modifier and Type Method Description Trie2Writable
Trie2Writable. 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.Range Modifier and Type Field Description private Trie2.Range
UCharacter.UCharacterTypeIterator. range
Fields in com.ibm.icu.lang with type parameters of type Trie2.Range Modifier and Type Field Description private java.util.Iterator<Trie2.Range>
UCharacter.UCharacterTypeIterator. trieIterator
-