public static class CellDefinition.CellImpl<T> extends java.lang.Object implements Cell<T>
Modifier and Type | Method and Description |
---|---|
CellDefinition<T> |
definition()
Returns the definition for this cell.
|
boolean |
equals(java.lang.Object obj)
Compares the supplied object with this cell for equality.
|
int |
hashCode() |
java.lang.String |
toString() |
T |
value()
Returns the value held within this cell.
|
public CellDefinition<T> definition()
Cell
definition
in interface Cell<T>
public T value()
Cell
public boolean equals(java.lang.Object obj)
Cell
true
if the supplied object is a cell with same definition and value.public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object