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-04-09 UTC."],[[["This webpage details the `AbstractFixedSizeCollection` class, a partial implementation of the `FixedSizeCollection` interface in the Google API Client Library for Java (gax)."],["The `AbstractFixedSizeCollection` class manages collections of resources retrieved in fixed-size chunks and provides methods to get the next collection, page token, or the values within the current collection."],["It provides an overview of available versions, ranging from 2.63.1 (latest) down to 2.7.1, each linking to the corresponding documentation for that version."],["The class has multiple type parameters, including `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT`, representing the various types involved in request, response, resources, pages, and collections."],["It includes methods such as `getCollectionSize()`, `getNextCollection()`, `getNextPageToken()`, `getValues()`, and `hasNextCollection()` for managing the retrieval and traversal of elements within a fixed-size collection."]]],[]]