Uses of Class
com.ibm.icu.util.CodePointMap
Packages that use CodePointMap
Package
Description
Enhanced character property and surrogate support.
International calendars and other utility classes.
-
Uses of CodePointMap in com.ibm.icu.lang
Methods in com.ibm.icu.lang that return CodePointMapModifier and TypeMethodDescriptionstatic final CodePointMapCharacterProperties.getIntPropertyMap(int property) Returns an immutable CodePointMap for an enumerated/catalog/int-valued property. -
Uses of CodePointMap in com.ibm.icu.util
Subclasses of CodePointMap in com.ibm.icu.utilModifier and TypeClassDescriptionclassImmutable Unicode code point trie.static classA CodePointTrie withCodePointTrie.Type.FAST.static final classA CodePointTrie withCodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_16.static final classA CodePointTrie withCodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_32.static final classA CodePointTrie withCodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_8.static classA CodePointTrie withCodePointTrie.Type.SMALL.static final classA CodePointTrie withCodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_16.static final classA CodePointTrie withCodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_32.static final classA CodePointTrie withCodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_8.final classMutable Unicode code point trie.Methods in com.ibm.icu.util with parameters of type CodePointMapModifier and TypeMethodDescriptionstatic MutableCodePointTrieMutableCodePointTrie.fromCodePointMap(CodePointMap map) Creates a mutable trie with the same contents as theCodePointMap.