public static interface Table.Entry<R,C,V>
C
getCol()
R
getRow()
V
getValue()
setValue(V value)
R getRow()
C getCol()
V getValue()
V setValue(V value)