Package com.google.common.hash
Interface LongAddable
-
- All Known Implementing Classes:
LongAddables.PureJavaLongAddable,LongAdder
interface LongAddableAbstract interface for objects that can concurrently add longs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(long x)voidincrement()longsum()
-