Companion

object Companion

Functions

Link copied to clipboard
fun <V> copy(map: MutableMap<Any, V>): CharArrayMap<V>

Returns a copy of the given map as a CharArrayMap. If the given map is a [ ] the ignoreCase property will be preserved.

Link copied to clipboard

Returns an empty, unmodifiable map.

Link copied to clipboard

Returns an unmodifiable CharArrayMap. This allows to provide unmodifiable views of internal map for "read-only" use.