ozone API

org.ozoneDB.DxLib
Class DxLong

java.lang.Object
  |
  +--org.ozoneDB.DxLib.DxObject
        |
        +--org.ozoneDB.DxLib.DxLong
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.io.Externalizable, java.io.Serializable

public class DxLong
extends DxObject
implements java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
DxLong()
           
DxLong(DxLong v)
           
DxLong(long v)
           
 
Method Summary
 java.lang.Object clone()
          liefert eine kopie des objektes; sollte von subclasses ueberschrieben werden;
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 boolean isLess(DxCompatible obj)
          true, wenn receiver echt kleiner als obj
 void readExternal(java.io.ObjectInput in)
           
 long toLong()
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DxLong

public DxLong()

DxLong

public DxLong(long v)

DxLong

public DxLong(DxLong v)
Method Detail

clone

public java.lang.Object clone()
Description copied from class: DxObject
liefert eine kopie des objektes; sollte von subclasses ueberschrieben werden;

Specified by:
clone in interface DxCompatible
Overrides:
clone in class DxObject

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface DxCompatible
Overrides:
equals in class java.lang.Object

isLess

public boolean isLess(DxCompatible obj)
Description copied from class: DxObject
true, wenn receiver echt kleiner als obj

Specified by:
isLess in interface DxCompatible
Overrides:
isLess in class DxObject

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toLong

public long toLong()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException

ozone API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.