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 classCodePointTrie.Fast16A CodePointTrie withCodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_16.static classCodePointTrie.Fast32A CodePointTrie withCodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_32.static classCodePointTrie.Fast8A CodePointTrie withCodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_8.Methods in com.ibm.icu.util that return CodePointTrie.Fast Modifier and Type Method Description static CodePointTrie.FastCodePointTrie.Fast. fromBinary(CodePointTrie.ValueWidth valueWidth, ByteBuffer bytes)Creates a trie from its binary form.
-