Uses of Class
com.ibm.icu.util.CodePointTrie.Small
-
Packages that use CodePointTrie.Small Package Description com.ibm.icu.util -
-
Uses of CodePointTrie.Small in com.ibm.icu.util
Subclasses of CodePointTrie.Small in com.ibm.icu.util Modifier and Type Class Description static class
CodePointTrie.Small16
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_16
.static class
CodePointTrie.Small32
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_32
.static class
CodePointTrie.Small8
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_8
.Methods in com.ibm.icu.util that return CodePointTrie.Small Modifier and Type Method Description static CodePointTrie.Small
CodePointTrie.Small. fromBinary(CodePointTrie.ValueWidth valueWidth, java.nio.ByteBuffer bytes)
Creates a trie from its binary form.
-