|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.base.node.mine.decisiontree2.learner.AtomicDouble
public class AtomicDouble
Implements an atomic double (i.e. synchronized double).
Constructor Summary | |
---|---|
AtomicDouble(double value)
Creates an atomic double with the given value. |
Method Summary | |
---|---|
double |
getValue()
Returns the value. |
double |
incrementAndGet(double incrementValue)
Decrements this double by the given decrement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtomicDouble(double value)
value
- the initial value to setMethod Detail |
---|
public double getValue()
public double incrementAndGet(double incrementValue)
incrementValue
- the value to subtract from this double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |