Uses of Class
com.ibm.icu.impl.UnicodeMap
Packages that use UnicodeMap
-
Uses of UnicodeMap in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as UnicodeMapMethods in com.ibm.icu.impl that return UnicodeMapModifier and TypeMethodDescriptionprivate UnicodeMap
Associates code point with value.private UnicodeMap
UnicodeMap.clear()
UnicodeMap.cloneAsThawed()
Standard clone.UnicodeMap.composeWith
(UnicodeMap<T> other, UnicodeMap.Composer<T> composer) UnicodeMap.composeWith
(UnicodeSet set, T value, UnicodeMap.Composer<T> composer) UnicodeMap.freeze()
Sets the codepoint value.Sets the codepoint value.Adds bunch o' codepoints; otherwise like add.UnicodeMap.putAll
(UnicodeMap<T> unicodeMap) Add all the (main) values from a UnicodeMapUnicodeMap.putAll
(UnicodeSet codepoints, T value) Adds bunch o' codepoints; otherwise like put.UnicodeMap.putAllFiltered
(UnicodeMap<T> prop, UnicodeSet filter) Add all the (main) values from a Unicode propertyDeprecated.UnicodeMap.putAllInverse
(Map<T, UnicodeSet> source) UnicodeMap.remove
(int key) final UnicodeMap
<T> UnicodeMap.removeAll
(UnicodeMap<T> reference) final UnicodeMap
<T> UnicodeMap.removeAll
(UnicodeSet set) private final UnicodeMap
<T> UnicodeMap.removeRetainAll
(UnicodeMap<T> reference, boolean remove) final UnicodeMap
<T> UnicodeMap.retainAll
(UnicodeMap<T> reference) final UnicodeMap
<T> UnicodeMap.retainAll
(UnicodeSet set) UnicodeMap.setErrorOnReset
(boolean errorOnReset) Puts the UnicodeMap into a state whereby new mappings are accepted, but changes to old mappings cause an exception.UnicodeMap.setMissing
(T value) Set the currently unmapped Unicode code points to the given value.Methods in com.ibm.icu.impl with parameters of type UnicodeMapModifier and TypeMethodDescriptionUnicodeMap.composeWith
(UnicodeMap<T> other, UnicodeMap.Composer<T> composer) UnicodeMap.putAll
(UnicodeMap<T> unicodeMap) Add all the (main) values from a UnicodeMapUnicodeMap.putAllFiltered
(UnicodeMap<T> prop, UnicodeSet filter) Add all the (main) values from a Unicode propertyfinal UnicodeMap
<T> UnicodeMap.removeAll
(UnicodeMap<T> reference) private final UnicodeMap
<T> UnicodeMap.removeRetainAll
(UnicodeMap<T> reference, boolean remove) void
UnicodeMapIterator.reset
(UnicodeMap set) Sets this iterator to visit the elements of the given set and resets it to the start of that set.final UnicodeMap
<T> UnicodeMap.retainAll
(UnicodeMap<T> reference) Constructors in com.ibm.icu.impl with parameters of type UnicodeMapModifierConstructorDescriptionUnicodeMap
(UnicodeMap other) Create an iterator over the given set.