get

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

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