remove

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

Removes the mapping, if any, associated with the given keys.

Return

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