Uses of Class
com.ibm.icu.util.CodePointTrie.Small
-
Packages that use CodePointTrie.Small Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of CodePointTrie.Small in com.ibm.icu.util
Subclasses of CodePointTrie.Small in com.ibm.icu.util Modifier and Type Class Description static classCodePointTrie.Small16A CodePointTrie withCodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_16.static classCodePointTrie.Small32A CodePointTrie withCodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_32.static classCodePointTrie.Small8A CodePointTrie withCodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_8.Methods in com.ibm.icu.util that return CodePointTrie.Small Modifier and Type Method Description static CodePointTrie.SmallCodePointTrie.Small. fromBinary(CodePointTrie.ValueWidth valueWidth, ByteBuffer bytes)Creates a trie from its binary form.
-