| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Table.Cell<R,C,V>
Row key / column key / value triplet corresponding to a mapping in a table.
| Method Summary | |
|---|---|
|  boolean | equals(Object obj)Compares the specified object with this cell for equality. | 
|  C | getColumnKey()Returns the column key of this cell. | 
|  R | getRowKey()Returns the row key of this cell. | 
|  V | getValue()Returns the value of this cell. | 
|  int | hashCode()Returns the hash code of this cell. | 
| Method Detail | 
|---|
R getRowKey()
C getColumnKey()
V getValue()
boolean equals(@Nullable
               Object obj)
equals in class Objectint hashCode()
The hash code of a table cell is equal to Objects.hashCode(java.lang.Object...)(e.getRowKey(), e.getColumnKey(), e.getValue()).
hashCode in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||