|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SLQueue.Cell
A Cell stores one Object in the Queue and points to the next newer Object if any.
| Field Summary | |
(package private) java.lang.Object |
First
the data in this Cell |
(package private) SLQueue.Cell |
Rest
the next Cell in the Queue |
| Constructor Summary | |
(package private) |
SLQueue.Cell(java.lang.Object _First,
SLQueue.Cell _Rest)
construct a Cell |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.Object First
SLQueue.Cell Rest
| Constructor Detail |
SLQueue.Cell(java.lang.Object _First,
SLQueue.Cell _Rest)
_First - the Object in this Cell_Rest - the rest of the Queue after this Cell
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||