putAll

fun putAll(vararg items: Pair<T, R>)

Set the given entries. Overwrites existing values in domain and co-domain.

Parameters

items

Entries to set.


fun putAll(bidirectionalMap: BidirectionalMap<T, R>)

Set the given entries. Overwrites existing values in domain and co-domain.

Parameters

bidirectionalMap

Entries to set from another BidirectionalMap.