Uses of Class
com.ibm.icu.util.CodePointTrie
-
Packages that use CodePointTrie Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of CodePointTrie in com.ibm.icu.util
Subclasses of CodePointTrie in com.ibm.icu.util Modifier and Type Class Description static classCodePointTrie.FastA CodePointTrie withCodePointTrie.Type.FAST.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.static classCodePointTrie.SmallA CodePointTrie withCodePointTrie.Type.SMALL.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 Modifier and Type Method Description CodePointTrieMutableCodePointTrie. buildImmutable(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth)Compacts the data and builds an immutableCodePointTrieaccording to the parameters.static CodePointTrieCodePointTrie. fromBinary(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, ByteBuffer bytes)Creates a trie from its binary form, stored in the ByteBuffer starting at the current position.
-