|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.base.ListCell
public class ListCell
Represents a so-called "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 | |
---|---|
java.lang.Object |
getInfo()
Returns the element stored in this cell. |
ListCell |
pred()
Returns the predecessor cell of this cell. |
void |
setInfo(java.lang.Object obj)
Sets the element stored in 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(java.lang.Object obj)
public java.lang.Object getInfo()
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |