Home | History | Annotate | Download | only in collect

Lines Matching defs:getColumnKey

85     public C getColumnKey() {
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()))) {
500 || fromTable.contains(cell.getRowKey(), cell.getColumnKey());
507 fromTable.remove(cell.getRowKey(), cell.getColumnKey());