Package org.apache.cassandra.utils
Interface LongAccumulator<T>
-
public interface LongAccumulator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
apply(T obj, long v)
-
-
-
Method Detail
-
apply
long apply(T obj, long v)
-
-