Package com.google.api.gax.batching
Interface ElementCounter<E>
-
public interface ElementCounter<E>Interface representing an object that provides a numerical count given an object of the parameterized type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcount(E element)Provides the numerical count associated with the given object.
-
-
-
Method Detail
-
count
long count(E element)
Provides the numerical count associated with the given object.
-
-