|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--DLDeque.Dcell
A Dcell stores one Object in the Queue and points to the immediately following and preceding Dcells, if any.
| Field Summary | |
(package private) java.lang.Object |
Data
the data in this Dcell |
(package private) DLDeque.Dcell |
Next
reference to the next Dcell in the sequence |
(package private) DLDeque.Dcell |
Previous
reference to the previous Dcell in the sequence |
| Constructor Summary | |
(package private) |
DLDeque.Dcell(java.lang.Object _Data,
DLDeque.Dcell _Next,
DLDeque.Dcell _Previous)
construct a Dcell referencing the next and previous Dcell and containing specified data |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.Object Data
DLDeque.Dcell Next
DLDeque.Dcell Previous
| Constructor Detail |
DLDeque.Dcell(java.lang.Object _Data,
DLDeque.Dcell _Next,
DLDeque.Dcell _Previous)
_Data - the data in this Dcell_Next - the next Dcell in the sequence_Previous - the previous Dcell in the sequence
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||