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
-
Method Details
-
count
Provides the numerical count associated with the given object.
-