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 `FixedSizeCollection` within the `com.google.api.gax.paging` package, for managing fixed-size collections of resources."],["The class supports generic types for request, response, resource, page, and collection, allowing it to handle various data structures and it inherits from java.lang.Object."],["It includes methods for creating, retrieving, and iterating through fixed-size collections, such as `createCollection`, `getCollectionSize`, `getNextCollection`, `getValues`, and `hasNextCollection`."],["The page provides documentation for the class's constructor, methods, and type parameters, including information about parameters and return types."],["The page lists all of the previous versions, all the way down to version 2.7.1 and provides links to their respective pages."]]],[]]