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:CellReturns the definition for this cell.- Specified by:
definitionin interfaceCell<T>- Returns:
- the cell definition
-
value
Description copied from interface:CellReturns the value held within this cell. -
equals
Description copied from interface:CellCompares the supplied object with this cell for equality. Returnstrueif the supplied object is a cell with same definition and value. -
hashCode
public int hashCode() -
toString
-