Uses of Class
com.ibm.icu.impl.Trie2.ValueWidth
-
Packages that use Trie2.ValueWidth Package Description com.ibm.icu.impl -
-
Uses of Trie2.ValueWidth in com.ibm.icu.impl
Methods in com.ibm.icu.impl that return Trie2.ValueWidth Modifier and Type Method Description static Trie2.ValueWidth
Trie2.ValueWidth. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Trie2.ValueWidth[]
Trie2.ValueWidth. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.impl with parameters of type Trie2.ValueWidth Modifier and Type Method Description private void
Trie2Writable. freeze(Trie2 dest, Trie2.ValueWidth valueBits)
-