ostore.util
Class QSInt
java.lang.Object
|
+--ostore.util.QSInt
- All Implemented Interfaces:
- QuickSerializable
- public class QSInt
- extends Object
- implements QuickSerializable
- Version:
- $Id: QSInt.java,v 1.14 2002/07/20 21:46:15 srhea Exp $
- Author:
- Patrick R. Eaton
QSInt
public QSInt()
QSInt
public QSInt(int i)
QSInt
public QSInt(Integer i)
QSInt
public QSInt(InputBuffer buffer)
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
intValue
public int intValue()
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