Returns the number of elements in the collection. This will be equal to the collectionSize
parameter used at construction unless there are no elements remaining to be retrieved.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `AbstractFixedSizeCollection` class, a partial implementation of `FixedSizeCollection` in the Google API Client Library for Java (gax)."],["The `AbstractFixedSizeCollection` class manages a collection of resources retrieved in fixed-size chunks, and provides methods to iterate through these elements, and to get the next page token."],["The page lists available versions of the `AbstractFixedSizeCollection`, from the latest version (2.63.1) down to version 2.7.1, accessible via direct links."],["The class defines abstract methods like `createCollection` that must be implemented by subclasses, as well as concrete methods such as `getCollectionSize`, `getNextCollection`, `getNextPageToken`, `getValues`, and `hasNextCollection` that are part of its public interface."],["This class's core function is to provide a set of features that can return the number of elements in a collection, get the next collection, or return a page token for API list methods."]]],[]]