S - The row key data typeT - thr column key data typeV - the value data typepublic class TableEntry<S,T,V>
extends java.lang.Object
| Constructor and Description |
|---|
TableEntry(S rowKey,
T colKey,
V value) |
| Modifier and Type | Method and Description |
|---|---|
T |
getColKey() |
S |
getRowKey() |
V |
getValue() |