newAddressingMap

@NotNull
open fun <K, V> newAddressingMap(): @NotNull Object2ObjectOpenHashMap<K, V>

Creates a new addressing hash map.

Return

new addressing map

Since

2.2.1

Parameters

<K>

key type

<V>

value type


@NotNull
open fun <K, V> newAddressingMap(capacity: Int): @NotNull Object2ObjectOpenHashMap<K, V>

Creates a new addressing hash map.

Return

new addressing map

Since

2.2.1

Parameters

<K>

key type

<V>

value type

capacity

the initial capacity