get

open override fun get(rowKey: R, columnKey: C): V?

Returns the value corresponding to the given row and column keys, or null if no such mapping exists.