Modifier and Type | Method and Description |
---|---|
Object |
getInfo()
Gets the element stored in this cell.
|
ListCell |
pred()
Returns the predecessor cell of this cell.
|
void |
setInfo(Object value)
Sets the element stored in this cell.
|
ListCell |
succ()
Returns the successor cell of this cell.
|
public final Object getInfo()
setInfo(Object)
public final ListCell pred()
If there is no predecessor, then null
is returned.
public final void setInfo(Object value)
value
- The Info to set.getInfo()
public final ListCell succ()
If there is no successor, then null
is returned.