ostore.util
Class QSList

java.lang.Object
  |
  +--ostore.util.QSList
All Implemented Interfaces:
QuickSerializable

public class QSList
extends Object
implements QuickSerializable

A quick serializable list.

Version:
$Id: QSList.java,v 1.1 2003/03/23 20:55:25 srhea Exp $
Author:
Sean C. Rhea

Field Summary
 LinkedList list
           
 
Constructor Summary
QSList(InputBuffer buffer)
           
QSList(LinkedList l)
           
QSList(QSList l)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

list

public LinkedList list
Constructor Detail

QSList

public QSList(QSList l)

QSList

public QSList(LinkedList l)

QSList

public QSList(InputBuffer buffer)
       throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object