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

/external/guava/guava/src/com/google/common/collect/
H A DImmutableTable.java193 if (cell instanceof Tables.ImmutableCell) {
H A DTables.java64 return new ImmutableCell<R, C, V>(rowKey, columnKey, value);
67 static final class ImmutableCell<R, C, V> class in class:Tables
73 ImmutableCell( method in class:Tables.ImmutableCell

Completed in 131 milliseconds