Searched defs:getColumnKey (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DTable.java272 C getColumnKey(); method in interface:Table.Cell
290 * Objects#hashCode}{@code (e.getRowKey(), e.getColumnKey(), e.getValue())}.
H A DTables.java85 public C getColumnKey() { method in class:Tables.ImmutableCell
107 && Objects.equal(getColumnKey(), other.getColumnKey())
114 return Objects.hashCode(getRowKey(), getColumnKey(), getValue());
118 return "(" + getRowKey() + "," + getColumnKey() + ")=" + getValue();
265 cell.getColumnKey(), cell.getRowKey(), cell.getValue());
307 cell.getColumnKey(), cell.getRowKey(), cell.getValue()));
316 cell.getColumnKey(), cell.getRowKey(), cell.getValue()));
475 cell.getRowKey(), cell.getColumnKey(),
496 cell.getValue(), get(cell.getRowKey(), cell.getColumnKey()))) {
[all...]

Completed in 59 milliseconds