Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
abstract CodePointTrie.Type |
CodePointTrie.getType()
Returns the trie type.
|
CodePointTrie.Type |
CodePointTrie.Fast.getType() |
CodePointTrie.Type |
CodePointTrie.Small.getType() |
static CodePointTrie.Type |
CodePointTrie.Type.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
CodePointTrie |
MutableCodePointTrie.buildImmutable(CodePointTrie.Type type,
CodePointTrie.ValueWidth valueWidth)
Compacts the data and builds an immutable
CodePointTrie 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 int |
CodePointTrie.smallIndex(CodePointTrie.Type type,
int c)
Deprecated.
This API is ICU internal only.
|
Copyright © 2016 Unicode, Inc. and others.