Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
CodePointTrie.ValueWidth |
CodePointTrie.getValueWidth()
Returns the number of bits in a trie data value.
|
static CodePointTrie.ValueWidth |
CodePointTrie.ValueWidth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodePointTrie.ValueWidth[] |
CodePointTrie.ValueWidth.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.
|
static CodePointTrie.Fast |
CodePointTrie.Fast.fromBinary(CodePointTrie.ValueWidth valueWidth,
ByteBuffer bytes)
Creates a trie from its binary form.
|
static CodePointTrie.Small |
CodePointTrie.Small.fromBinary(CodePointTrie.ValueWidth valueWidth,
ByteBuffer bytes)
Creates a trie from its binary form.
|
Copyright © 2016 Unicode, Inc. and others.