|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.stepsoncats.gublists.LklistElt
A LklistElt is an element in a Lklist doubly-linked list. All of the methods for operating on these list elements are built into the Lklist class definition, but Lklist elements must be instances of subclasses of LklistElt so that they have the package-private attributes list,prev, and next.
Constructor Summary | |
LklistElt()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LklistElt()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |