| Interface | Description |
|---|---|
| ColKeyFormatter<T> |
String formatter for the column key type.
|
| RowKeyFormatter<T> |
String formatter for the row key type.
|
| ValueFormatter<V> |
String formatter for the value type.
|
| Class | Description |
|---|---|
| KeyPair<S,T> |
Represents a specific position within a table.
|
| Table<S,T,V> |
Container class for row/column data
|
| TableEntry<S,T,V> |
Represents a table value together with its position.
|