Uses of Class
com.ibm.icu.impl.Trie2
-
Packages that use Trie2 Package Description com.ibm.icu.impl -
-
Uses of Trie2 in com.ibm.icu.impl
Subclasses of Trie2 in com.ibm.icu.impl Modifier and Type Class Description class
Trie2_16
class
Trie2_32
class
Trie2Writable
Methods in com.ibm.icu.impl that return Trie2 Modifier and Type Method Description static Trie2
Trie2. createFromSerialized(java.nio.ByteBuffer bytes)
Create a Trie2 from its serialized form.Methods in com.ibm.icu.impl with parameters of type Trie2 Modifier and Type Method Description private void
Trie2Writable. freeze(Trie2 dest, Trie2.ValueWidth valueBits)
Constructors in com.ibm.icu.impl with parameters of type Trie2 Constructor Description Trie2Writable(Trie2 source)
Create a new build time (modifiable) Trie2 whose contents are the same as the source Trie2.
-