Uses of Class
com.ibm.icu.util.CodePointTrie
Packages that use CodePointTrie
-
Uses of CodePointTrie in com.ibm.icu.util
Subclasses of CodePointTrie in com.ibm.icu.utilModifier and TypeClassDescriptionstatic class
A CodePointTrie withCodePointTrie.Type.FAST
.static final class
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_16
.static final class
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_32
.static final class
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_8
.static class
A CodePointTrie withCodePointTrie.Type.SMALL
.static final class
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_16
.static final class
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_32
.static final class
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_8
.Methods in com.ibm.icu.util that return CodePointTrieModifier and TypeMethodDescriptionMutableCodePointTrie.buildImmutable
(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth) Compacts the data and builds an immutableCodePointTrie
according to the parameters.static CodePointTrie
CodePointTrie.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.