public static final class CodePointTrie.Small8 extends CodePointTrie.Small
CodePointTrie.Type.SMALL
and CodePointTrie.ValueWidth.BITS_8
.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.Small8 |
fromBinary(ByteBuffer bytes)
Creates a trie from its binary form.
|
cpIndex, fromBinary, getType, stringIterator
asciiGet, fastIndex, fromBinary, get, getRange, getValueWidth, smallIndex, toBinary
getRange, iterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static CodePointTrie.Small8 fromBinary(ByteBuffer bytes)
CodePointTrie.fromBinary(Type, ValueWidth, ByteBuffer)
with CodePointTrie.Type.SMALL
and CodePointTrie.ValueWidth.BITS_8
.bytes
- a buffer containing the binary data of a CodePointTrieCopyright © 2016 Unicode, Inc. and others.