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
list
public LinkedList list
QSList
public QSList(QSList l)
QSList
public QSList(LinkedList l)
QSList
public QSList(InputBuffer buffer)
throws QSException
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