Package com.google.common.collect
Class Tables.ImmutableCell<R,C,V>
java.lang.Object
com.google.common.collect.Tables.AbstractCell<R,C,V>
com.google.common.collect.Tables.ImmutableCell<R,C,V>
- All Implemented Interfaces:
Table.Cell<R,
,C, V> Serializable
- Enclosing class:
Tables
static final class Tables.ImmutableCell<R,C,V>
extends Tables.AbstractCell<R,C,V>
implements Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Tables.AbstractCell
equals, hashCode, toString
-
Field Details
-
rowKey
-
columnKey
-
value
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ImmutableCell
-
-
Method Details
-
getRowKey
Description copied from interface:Table.Cell
Returns the row key of this cell.- Specified by:
getRowKey
in interfaceTable.Cell<R,
C, V>
-
getColumnKey
Description copied from interface:Table.Cell
Returns the column key of this cell.- Specified by:
getColumnKey
in interfaceTable.Cell<R,
C, V>
-
getValue
Description copied from interface:Table.Cell
Returns the value of this cell.- Specified by:
getValue
in interfaceTable.Cell<R,
C, V>
-