NullableKeyValueHolder
Constructs a NullableKeyValueHolder.
Parameters
k
the key, may be null
v
the value, may be null
Constructs a NullableKeyValueHolder from a Map.Entry. No need for an idempotent copy at this time.
Parameters
entry
the entry, must not be null