|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDoubleStore
class DoubleStore
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 |
---|
protected double d
Constructor Detail |
---|
public DoubleStore(double d)
Method Detail |
---|
public double get()
public void add(double c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |