put

abstract fun put(rowKey: R, columnKey: C, value: V): V?

Associates the specified value with the specified keys.

Return

the previous value associated with the keys, or null if there was no mapping