ozone API

org.ozoneDB.DxLib
Class DxDouble

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

public class DxDouble
extends DxObject
implements java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
DxDouble()
           
DxDouble(double v)
           
DxDouble(DxDouble 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)
           
 double toDouble()
           
 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

DxDouble

public DxDouble()

DxDouble

public DxDouble(double v)

DxDouble

public DxDouble(DxDouble 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

toDouble

public double toDouble()

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.