aminePlatform.util
Class AmineDouble

java.lang.Object
  extended byaminePlatform.util.AmineDouble
All Implemented Interfaces:
java.lang.Cloneable, Muable

public class AmineDouble
extends java.lang.Object
implements Muable, java.lang.Cloneable

Title : util.AmineDouble Class

Description : like Double, AmineDouble is a Wrapper class for double value, but unlike Double, the value of an AmineDouble object can be modified; the value is muable, that is why this class implements the Muable interface.

Copyright: Copyright (c) Adil KABBAJ, 2004-2009


Constructor Summary
AmineDouble(double d)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 double getDouble()
           
 void setDouble(double d)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmineDouble

public AmineDouble(double d)
Method Detail

getDouble

public double getDouble()

setDouble

public void setDouble(double d)

clone

public java.lang.Object clone()
Specified by:
clone in interface Muable

equals

public boolean equals(java.lang.Object obj)

toString

public java.lang.String toString()