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-02 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, offering methods to retrieve the collection's size, the next collection, the next page token, and an iterable of the collection's elements."],["The webpage lists numerous versions of the documentation, starting from version 2.63.1 (latest) down to version 2.7.1, giving access to documentation over multiple versions."],["The class uses type parameters `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT` to define the types of requests, responses, resources, pages, and the collection itself that it handles."],["Key methods include `getCollectionSize()`, `getNextCollection()`, `getNextPageToken()`, `getValues()`, and `hasNextCollection()`, enabling users to work with fixed-size collections and navigate through paginated data from the API."]]],[]]