sim.util
Class MutableDouble

java.lang.Object
  extended bysim.util.MutableDouble

public class MutableDouble
extends java.lang.Object

MutableDouble simply holds a double value, which can be changed at any time. Can't get much simpler than a class like this!


Field Summary
 double val
           
 
Constructor Summary
MutableDouble(double val)
           
MutableDouble(MutableDouble md)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

val

public double val
Constructor Detail

MutableDouble

public MutableDouble(double val)

MutableDouble

public MutableDouble(MutableDouble md)