Uses of Class
com.ibm.icu.util.MutableCodePointTrie
-
Packages that use MutableCodePointTrie Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of MutableCodePointTrie in com.ibm.icu.util
Methods in com.ibm.icu.util that return MutableCodePointTrie Modifier and Type Method Description MutableCodePointTrie
MutableCodePointTrie. clone()
Clones this mutable trie.static MutableCodePointTrie
MutableCodePointTrie. fromCodePointMap(CodePointMap map)
Creates a mutable trie with the same contents as theCodePointMap
.
-