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