Uses of Class
com.ibm.icu.impl.Trie2
Packages that use Trie2
-
Uses of Trie2 in com.ibm.icu.impl
Subclasses of Trie2 in com.ibm.icu.implMethods in com.ibm.icu.impl that return Trie2Modifier and TypeMethodDescriptionstatic Trie2
Trie2.createFromSerialized
(ByteBuffer bytes) Create a Trie2 from its serialized form.Methods in com.ibm.icu.impl with parameters of type Trie2Modifier and TypeMethodDescriptionprivate void
Trie2Writable.freeze
(Trie2 dest, Trie2.ValueWidth valueBits) Constructors in com.ibm.icu.impl with parameters of type Trie2ModifierConstructorDescriptionTrie2Writable
(Trie2 source) Create a new build time (modifiable) Trie2 whose contents are the same as the source Trie2.