Home
last modified time | relevance | path

Searched refs:ImmutableCell (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DTables.java67 return new ImmutableCell<R, C, V>(rowKey, columnKey, value); in immutableCell()
70 static final class ImmutableCell<R, C, V> class in Tables
76 ImmutableCell( in ImmutableCell() method in Tables.ImmutableCell
DImmutableTable.java202 if (cell instanceof Tables.ImmutableCell) { in put()