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 CodePointMap
CharacterProperties.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 TypeClassDescriptionclass
Immutable Unicode code point trie.static class
A CodePointTrie withCodePointTrie.Type.FAST
.static final class
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_16
.static final class
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_32
.static final class
A CodePointTrie withCodePointTrie.Type.FAST
andCodePointTrie.ValueWidth.BITS_8
.static class
A CodePointTrie withCodePointTrie.Type.SMALL
.static final class
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_16
.static final class
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_32
.static final class
A CodePointTrie withCodePointTrie.Type.SMALL
andCodePointTrie.ValueWidth.BITS_8
.final class
Mutable Unicode code point trie.Methods in com.ibm.icu.util with parameters of type CodePointMapModifier and TypeMethodDescriptionstatic MutableCodePointTrie
MutableCodePointTrie.fromCodePointMap
(CodePointMap map) Creates a mutable trie with the same contents as theCodePointMap
.