copy

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.

Return

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

Parameters

map

a map to copy