Package de.caluga.morphium
Class StatisticValue
- java.lang.Object
-
- java.lang.Number
-
- java.util.concurrent.atomic.AtomicLong
-
- de.caluga.morphium.StatisticValue
-
- All Implemented Interfaces:
Serializable
public class StatisticValue extends AtomicLong
User: Stephan Bösebeck Date: 05.07.12 Time: 13:22 Statistics- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatisticValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddec()voidinc()-
Methods inherited from class java.util.concurrent.atomic.AtomicLong
accumulateAndGet, addAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAcquire, getAndAccumulate, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, getAndUpdate, getOpaque, getPlain, incrementAndGet, intValue, lazySet, longValue, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
Methods inherited from class java.lang.Number
byteValue, shortValue
-
-