org.gersteinlab.tyna.core.util
Class MutableDouble

java.lang.Object
  extended byorg.gersteinlab.tyna.core.util.MutableDouble

public class MutableDouble
extends java.lang.Object

	This class represents a double of which the content can be changed.
	

Version:
1.0 (September 22, 2005) Change History: 1.0 - Initial version
Author:
Kevin Yuk-Lap Yip

Field Summary
 double value
          The current value of the double
 
Constructor Summary
MutableDouble(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public double value
The current value of the double

Constructor Detail

MutableDouble

public MutableDouble(double value)