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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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, offering methods to retrieve the collection size, iterate through elements, and fetch additional elements or the next collection."],["The page includes a comprehensive list of versions, starting from 2.63.1 (latest) and descending to 2.7.1, each linked to its corresponding documentation for the `AbstractFixedSizeCollection`."],["The class constructor `AbstractFixedSizeCollection` takes a list of pages and the collection size as parameters."],["It also includes type parameters, which are `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT`, and a variety of methods including `getCollectionSize()`, `getNextCollection()`, `getNextPageToken()`, `getValues()` and `hasNextCollection()`."]]],[]]