Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
CodePointTrie.Fast
A CodePointTrie with
CodePointTrie.Type.FAST . |
static class |
CodePointTrie.Fast16
A CodePointTrie with
CodePointTrie.Type.FAST and CodePointTrie.ValueWidth.BITS_16 . |
static class |
CodePointTrie.Fast32
A CodePointTrie with
CodePointTrie.Type.FAST and CodePointTrie.ValueWidth.BITS_32 . |
static class |
CodePointTrie.Fast8
A CodePointTrie with
CodePointTrie.Type.FAST and CodePointTrie.ValueWidth.BITS_8 . |
static class |
CodePointTrie.Small
A CodePointTrie with
CodePointTrie.Type.SMALL . |
static class |
CodePointTrie.Small16
A CodePointTrie with
CodePointTrie.Type.SMALL and CodePointTrie.ValueWidth.BITS_16 . |
static class |
CodePointTrie.Small32
A CodePointTrie with
CodePointTrie.Type.SMALL and CodePointTrie.ValueWidth.BITS_32 . |
static class |
CodePointTrie.Small8
A CodePointTrie with
CodePointTrie.Type.SMALL and CodePointTrie.ValueWidth.BITS_8 . |
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.
|
Copyright © 2016 Unicode, Inc. and others.