Table
A table that maps a pair of keys (row key, column key) to a value. Each unique pair of non-null keys maps to a single non-null value.
This is similar to Google Guava's Table interface.
Parameters
R
the type of row keys
C
the type of column keys
V
the type of values