Package org.nd4j.common.primitives
Class AtomicDouble
- java.lang.Object
-
- java.lang.Number
-
- org.nd4j.shade.guava.util.concurrent.AtomicDouble
-
- org.nd4j.common.primitives.AtomicDouble
-
- All Implemented Interfaces:
Serializable
public class AtomicDouble extends org.nd4j.shade.guava.util.concurrent.AtomicDouble- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AtomicDouble()AtomicDouble(double value)AtomicDouble(float value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()-
Methods inherited from class org.nd4j.shade.guava.util.concurrent.AtomicDouble
addAndGet, compareAndSet, doubleValue, floatValue, get, getAndAdd, getAndSet, intValue, lazySet, longValue, set, toString, weakCompareAndSet
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-