Uses of Class
com.ibm.icu.util.CodePointMap
-
Packages that use CodePointMap Package Description com.ibm.icu.lang Enhanced character property and surrogate support.com.ibm.icu.util International calendars and other utility classes. -
-
Uses of CodePointMap in com.ibm.icu.lang
Methods in com.ibm.icu.lang that return CodePointMap Modifier and Type Method Description static CodePointMap
CharacterProperties. getIntPropertyMap(int property)
Returns an immutable CodePointMap for an enumerated/catalog/int-valued property. -
Uses of CodePointMap in com.ibm.icu.util
Methods in com.ibm.icu.util with parameters of type CodePointMap Modifier and Type Method Description static MutableCodePointTrie
MutableCodePointTrie. fromCodePointMap(CodePointMap map)
Creates a mutable trie with the same contents as theCodePointMap
.
-