Uses of Class
com.ibm.icu.util.CodePointTrie.Small
Packages that use CodePointTrie.Small
-
Uses of CodePointTrie.Small in com.ibm.icu.util
Subclasses of CodePointTrie.Small in com.ibm.icu.utilModifier and TypeClassDescriptionstatic final class
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_16
.static final class
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_32
.static final class
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_8
.Methods in com.ibm.icu.util that return CodePointTrie.SmallModifier and TypeMethodDescriptionstatic CodePointTrie.Small
CodePointTrie.Small.fromBinary
(CodePointTrie.ValueWidth valueWidth, ByteBuffer bytes) Creates a trie from its binary form.