Uses of Class
com.ibm.icu.util.CodePointMap
Packages that use CodePointMap
-
Uses of CodePointMap in com.ibm.icu.lang
Fields in com.ibm.icu.lang declared as CodePointMapMethods 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.private static CodePointMapCharacterProperties.makeMap(int 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.