Uses of Class
com.ibm.icu.util.CodePointTrie.Fast
-
Packages that use CodePointTrie.Fast Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of CodePointTrie.Fast in com.ibm.icu.util
Subclasses of CodePointTrie.Fast in com.ibm.icu.util Modifier and Type Class Description static class
CodePointTrie.Fast16
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_16
.static class
CodePointTrie.Fast32
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_32
.static class
CodePointTrie.Fast8
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_8
.Methods in com.ibm.icu.util that return CodePointTrie.Fast Modifier and Type Method Description static CodePointTrie.Fast
CodePointTrie.Fast. fromBinary(CodePointTrie.ValueWidth valueWidth, java.nio.ByteBuffer bytes)
Creates a trie from its binary form.
-