|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--y.base.ListCell
This Class represents a cell or link of the doubly linked list
implementation YList. It may be used to perform
fast access and remove operations on that type of list.
| Method Summary | |
Object |
getInfo()
Returns the element residing in this cell. |
ListCell |
pred()
Returns the predeccessor cell of this cell. |
void |
setInfo(Object obj)
Assigns the given element to this cell. |
ListCell |
succ()
Returns the successor cell of this cell. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public ListCell succ()
null is returned.
public ListCell pred()
null is returned.
public void setInfo(Object obj)
public Object getInfo()
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||