com.stepsoncats.gublists
Class LklistElt

java.lang.Object
  |
  +--com.stepsoncats.gublists.LklistElt
Direct Known Subclasses:
TimelineEvent

public class LklistElt
extends java.lang.Object

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

LklistElt

public LklistElt()


Copyright 2003 Steps On Cats