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 MutableCodePointTrieMutableCodePointTrie. clone()Clones this mutable trie.static MutableCodePointTrieMutableCodePointTrie. fromCodePointMap(CodePointMap map)Creates a mutable trie with the same contents as theCodePointMap.
-