Cell

interface Cell<R, C, V>

Represents a row key / column key / value triplet.

Properties

Link copied to clipboard
abstract val columnKey: C

Returns the column key of this cell.

Link copied to clipboard
abstract val rowKey: R

Returns the row key of this cell.

Link copied to clipboard
abstract val value: V

Returns the value of this cell.