Uses of Enum
com.ibm.icu.util.CodePointTrie.Type
Packages that use CodePointTrie.Type
-
Uses of CodePointTrie.Type in com.ibm.icu.util
Methods in com.ibm.icu.util that return CodePointTrie.TypeModifier and TypeMethodDescriptionfinal CodePointTrie.Type
CodePointTrie.Fast.getType()
abstract CodePointTrie.Type
CodePointTrie.getType()
Returns the trie type.final CodePointTrie.Type
CodePointTrie.Small.getType()
static CodePointTrie.Type
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.TypeModifier and TypeMethodDescriptionMutableCodePointTrie.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, ByteBuffer bytes) Creates a trie from its binary form, stored in the ByteBuffer starting at the current position.protected final int
CodePointTrie.smallIndex
(CodePointTrie.Type type, int c) Deprecated.This API is ICU internal only.