public static final class CodePointTrie.Small16 extends CodePointTrie.Small
CodePointTrie.Type.SMALL
and CodePointTrie.ValueWidth.BITS_16
.CodePointTrie.Fast, CodePointTrie.Fast16, CodePointTrie.Fast32, CodePointTrie.Fast8, CodePointTrie.Small, CodePointTrie.Small16, CodePointTrie.Small32, CodePointTrie.Small8, CodePointTrie.Type, CodePointTrie.ValueWidth
CodePointMap.Range, CodePointMap.RangeOption, CodePointMap.StringIterator, CodePointMap.ValueFilter
data, dataLength, highStart
Modifier and Type | Method and Description |
---|---|
static CodePointTrie.Small16 |
fromBinary(java.nio.ByteBuffer bytes)
Creates a trie from its binary form.
|
cpIndex, fromBinary, getType, stringIterator
asciiGet, fastIndex, fromBinary, get, getRange, getValueWidth, smallIndex, toBinary
getRange, iterator
public static CodePointTrie.Small16 fromBinary(java.nio.ByteBuffer bytes)
CodePointTrie.fromBinary(Type, ValueWidth, ByteBuffer)
with CodePointTrie.Type.SMALL
and CodePointTrie.ValueWidth.BITS_16
.bytes
- a buffer containing the binary data of a CodePointTrieCopyright ? 2016 Unicode, Inc. and others.