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 page 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 allows users to iterate through these elements, get the collection size, and check for additional elements to retrieve."],["The class supports generic type parameters `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT` for flexibility in different API request/response structures, enabling you to tailor them to your specific needs."],["The `AbstractFixedSizeCollection` has various methods such as `getCollectionSize()`, `getNextCollection()`, `getNextPageToken()`, `getValues()`, and `hasNextCollection()` to manage and navigate through collections of resources."],["The page also lists the previous version releases, ranging from version 2.63.1 to 2.7.1, all pertaining to the `AbstractFixedSizeCollection`."]]],[]]