NullableKeyValueHolder

constructor(k: K, v: V)

Constructs a NullableKeyValueHolder.

Parameters

k

the key, may be null

v

the value, may be null


constructor(entry: MutableMap.MutableEntry<K, V>)

Constructs a NullableKeyValueHolder from a Map.Entry. No need for an idempotent copy at this time.

Parameters

entry

the entry, must not be null