unmodifiableMap
Returns an unmodifiable CharArrayMap. This allows to provide unmodifiable views of internal map for "read-only" use.
Return
an new unmodifiable CharArrayMap.
Parameters
map
a map for which the unmodifiable map is returned.
Throws
if the given map is null.