Uses of Enum
com.ibm.icu.util.CodePointTrie.ValueWidth
Packages that use CodePointTrie.ValueWidth
-
Uses of CodePointTrie.ValueWidth in com.ibm.icu.util
Subclasses with type arguments of type CodePointTrie.ValueWidth in com.ibm.icu.utilModifier and TypeClassDescriptionstatic enumSelectors for the number of bits in a CodePointTrie data value.Methods in com.ibm.icu.util that return CodePointTrie.ValueWidthModifier and TypeMethodDescription(package private) abstract CodePointTrie.ValueWidthCodePointTrie.Data.getValueWidth()(package private) CodePointTrie.ValueWidthCodePointTrie.Data16.getValueWidth()(package private) CodePointTrie.ValueWidthCodePointTrie.Data32.getValueWidth()(package private) CodePointTrie.ValueWidthCodePointTrie.Data8.getValueWidth()final CodePointTrie.ValueWidthCodePointTrie.getValueWidth()Returns the number of bits in a trie data value.static CodePointTrie.ValueWidthReturns the enum constant of this type with the specified name.static CodePointTrie.ValueWidth[]CodePointTrie.ValueWidth.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type CodePointTrie.ValueWidthModifier and TypeMethodDescriptionprivate CodePointTrieMutableCodePointTrie.build(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth) MutableCodePointTrie.buildImmutable(CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth) Compacts the data and builds an immutableCodePointTrieaccording to the parameters.static CodePointTrie.FastCodePointTrie.Fast.fromBinary(CodePointTrie.ValueWidth valueWidth, ByteBuffer bytes) Creates a trie from its binary form.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.static CodePointTrie.SmallCodePointTrie.Small.fromBinary(CodePointTrie.ValueWidth valueWidth, ByteBuffer bytes) Creates a trie from its binary form.