Searched refs:ImmutableCell (Results 1 – 2 of 2) sorted by relevance
67 return new ImmutableCell<R, C, V>(rowKey, columnKey, value); in immutableCell()70 static final class ImmutableCell<R, C, V> class in Tables76 ImmutableCell( in ImmutableCell() method in Tables.ImmutableCell
202 if (cell instanceof Tables.ImmutableCell) { in put()