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
User: Stephan Bösebeck
Date: 05.07.12
Time: 13:22
Statistics
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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, weakCompareAndSetVolatileMethods inherited from class java.lang.Number
byteValue, shortValue
-
Constructor Details
-
StatisticValue
public StatisticValue()
-
-
Method Details
-
inc
public void inc() -
dec
public void dec()
-