setKeyAndHashAndValue

fun setKeyAndHashAndValue(    newKey: AvailObject?,     newKeyHash: Int,     newValue: AvailObject?)

Update my fields.

Parameters

newKey

The key to set.

newKeyHash

the hash of the key.

newValue

The value to set.