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 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, allowing for retrieval of elements in fixed-size batches, and uses type parameters to handle different types of requests, responses, resources, pages, and collections."],["The class provides methods to retrieve the collection size, access the next collection of elements, obtain a page token for subsequent API calls, and iterate through the values in the current fixed-size collection."],["The provided list of version numbers (2.63.1 down to 2.7.1), offers the relevant versions and links to find the documentation of the `AbstractFixedSizeCollection` for each of these versions."],["The class also shows which objects are inherited, the parameters of the constructors and the parameters, returns and description of the methods."]]],[]]