|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.util.SkipList.Cell
public static class SkipList.Cell
The cells that are used by SkipList
.
Constructor Summary | |
---|---|
SkipList.Cell()
|
Method Summary | |
---|---|
java.lang.Object |
getInfo()
Gets the value of this cell. |
SkipList.Cell |
pred()
Yields the predecessor of this cell or null if it is the first cell. |
SkipList.Cell |
succ()
Yields the successor of this cell or null if it is the last cell. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkipList.Cell()
Method Detail |
---|
public SkipList.Cell succ()
null
if it is the last cell.
null
.public SkipList.Cell pred()
null
if it is the first cell.
null
.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 |