Class DoubleStore

java.lang.Object
  extended by DoubleStore

 class DoubleStore
extends java.lang.Object

Synchronized storage of a double.


Field Summary
protected  double d
           
 
Constructor Summary
DoubleStore(double d)
           
 
Method Summary
 void add(double c)
           
 double get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d

protected double d
Constructor Detail

DoubleStore

public DoubleStore(double d)
Method Detail

get

public double get()

add

public void add(double c)