JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.api.gax.batching
Interface ElementCounter<E>
@BetaApi 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 and Description
long
count
(
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.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method