Uses of Interface
com.ibm.icu.impl.Trie2.ValueMapper
-
Packages that use Trie2.ValueMapper Package Description com.ibm.icu.impl com.ibm.icu.lang -
-
Uses of Trie2.ValueMapper in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as Trie2.ValueMapper Modifier and Type Field Description private static Trie2.ValueMapper
Trie2. defaultValueMapper
private Trie2.ValueMapper
Trie2.Trie2Iterator. mapper
Methods in com.ibm.icu.impl with parameters of type Trie2.ValueMapper Modifier and Type Method Description 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, Trie2.ValueMapper mapper)
Create an iterator over the Trie2 values for the 1024=0x400 code points corresponding to a given lead surrogate.Constructors in com.ibm.icu.impl with parameters of type Trie2.ValueMapper Constructor Description Trie2Iterator(char leadSurrogate, Trie2.ValueMapper vm)
Trie2Iterator(Trie2.ValueMapper vm)
-
Uses of Trie2.ValueMapper in com.ibm.icu.lang
Classes in com.ibm.icu.lang that implement Trie2.ValueMapper Modifier and Type Class Description private static class
UCharacter.UCharacterTypeIterator.MaskType
-