Class CellDefinition.CellImpl<T>
java.lang.Object
com.terracottatech.store.definition.CellDefinition.CellImpl<T>
- All Implemented Interfaces:
Cell<T>
,TypedValue<T>
- Enclosing interface:
- CellDefinition<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.terracottatech.store.TypedValue
TypedValue.Impl<T>
-
Method Summary
-
Method Details
-
definition
Description copied from interface:Cell
Returns the definition for this cell.- Specified by:
definition
in interfaceCell<T>
- Returns:
- the cell definition
-
value
Description copied from interface:Cell
Returns the value held within this cell. -
equals
Description copied from interface:Cell
Compares the supplied object with this cell for equality. Returnstrue
if the supplied object is a cell with same definition and value. -
hashCode
public int hashCode() -
toString
-