ostore.util
Class QSBool
java.lang.Object
|
+--ostore.util.QSBool
- All Implemented Interfaces:
- QuickSerializable
- public class QSBool
- extends Object
- implements QuickSerializable
- Version:
- $Id: QSBool.java,v 1.12 2002/07/29 18:48:54 geels Exp $
- Author:
- Hakim Weatherspoon
QSBool
public QSBool()
QSBool
public QSBool(boolean value)
QSBool
public QSBool(InputBuffer buffer)
boolValue
public boolean boolValue()
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
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
CloneNotSupportedException
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object