Uses of Class
com.ibm.icu.util.CodePointTrie.Type
-
Packages that use CodePointTrie.Type Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of CodePointTrie.Type in com.ibm.icu.util
Methods in com.ibm.icu.util that return CodePointTrie.Type Modifier and Type Method Description CodePointTrie.Type
CodePointTrie.Fast. getType()
abstract CodePointTrie.Type
CodePointTrie. getType()
Returns the trie type.CodePointTrie.Type
CodePointTrie.Small. getType()
static CodePointTrie.Type
CodePointTrie.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CodePointTrie.Type[]
CodePointTrie.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type CodePointTrie.Type Modifier and Type Method Description CodePointTrie
MutableCodePointTrie. buildImmutable(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth)
Compacts the data and builds an immutableCodePointTrie
according to the parameters.static CodePointTrie
CodePointTrie. fromBinary(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, java.nio.ByteBuffer bytes)
Creates a trie from its binary form, stored in the ByteBuffer starting at the current position.protected int
CodePointTrie. smallIndex(CodePointTrie.Type type, int c)
Deprecated.This API is ICU internal only.
-