Uses of Enum
com.ibm.icu.util.CodePointTrie.Type
Packages that use CodePointTrie.Type
-
Uses of CodePointTrie.Type in com.ibm.icu.util
Subclasses with type arguments of type CodePointTrie.Type in com.ibm.icu.utilModifier and TypeClassDescriptionstatic enumSelectors for the type of a CodePointTrie.Methods in com.ibm.icu.util that return CodePointTrie.TypeModifier and TypeMethodDescriptionfinal CodePointTrie.TypeCodePointTrie.Fast.getType()abstract CodePointTrie.TypeCodePointTrie.getType()Returns the trie type.final CodePointTrie.TypeCodePointTrie.Small.getType()static CodePointTrie.TypeReturns the enum constant of this type with the specified name.static CodePointTrie.Type[]CodePointTrie.Type.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.TypeModifier 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 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.private final intCodePointTrie.internalSmallIndex(CodePointTrie.Type type, int c) protected final intCodePointTrie.smallIndex(CodePointTrie.Type type, int c) Deprecated.This API is ICU internal only.