newSequencedAddressingMap

@NotNull
open fun <K, V> newSequencedAddressingMap(): @NotNull Object2ObjectLinkedOpenHashMap<K, V>

Creates a new sequenced addressing hash map.

Return

new sequenced addressing map

Since

2.2.1

Parameters

<K>

key type

<V>

value type


@NotNull
open fun <K, V> newSequencedAddressingMap(capacity: Int): @NotNull Object2ObjectLinkedOpenHashMap<K, V>

Creates a new sequenced addressing hash map.

Return

new sequenced addressing map

Since

2.2.1

Parameters

<K>

key type

<V>

value type

capacity

the initial capacity