CharArrayMap

constructor(startSize: Int, ignoreCase: Boolean)

Create map with enough capacity to hold startSize terms

Parameters

startSize

the initial capacity

ignoreCase

false if and only if the set should be case sensitive otherwise true.


constructor(c: Map<Any, V>, ignoreCase: Boolean)

Creates a map from the mappings in another map.

Parameters

c

a map whose mappings to be copied

ignoreCase

false if and only if the set should be case sensitive otherwise true.