Uses of Class
com.ibm.icu.util.CodePointTrie.Type
-
Packages that use CodePointTrie.Type Package Description com.ibm.icu.util -
-
Uses of CodePointTrie.Type in com.ibm.icu.util
Methods in com.ibm.icu.util that return CodePointTrie.Type Modifier and Type Method Description CodePointTrie.TypeCodePointTrie.Fast. getType()abstract CodePointTrie.TypeCodePointTrie. getType()Returns the trie type.CodePointTrie.TypeCodePointTrie.Small. getType()static CodePointTrie.TypeCodePointTrie.Type. valueOf(String name)Returns 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.Type 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.protected intCodePointTrie. smallIndex(CodePointTrie.Type type, int c)Deprecated.This API is ICU internal only.
-