MutableScatterMap

constructor(initialCapacity: Int = DefaultScatterCapacity)

Creates a new MutableScatterMap

Parameters

initialCapacity

The initial desired capacity for this container. the container will honor this value by guaranteeing its internal structures can hold that many entries without requiring any allocations. The initial capacity can be set to 0.