Uses of Interface
com.google.common.hash.LongAddable
-
Packages that use LongAddable Package Description com.google.common.hash Hash functions and related structures. -
-
Uses of LongAddable in com.google.common.hash
Classes in com.google.common.hash that implement LongAddable Modifier and Type Class Description private static class
LongAddables.PureJavaLongAddable
(package private) class
LongAdder
One or more variables that together maintain an initially zerolong
sum.Fields in com.google.common.hash declared as LongAddable Modifier and Type Field Description private LongAddable
BloomFilterStrategies.LockFreeBitArray. bitCount
Fields in com.google.common.hash with type parameters of type LongAddable Modifier and Type Field Description private static Supplier<LongAddable>
LongAddables. SUPPLIER
Methods in com.google.common.hash that return LongAddable Modifier and Type Method Description static LongAddable
LongAddables. create()
-