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 webpage provides documentation for the `AbstractFixedSizeCollection` class in the Google API Client Library for Java (gax), detailing its various versions, with the most recent being 2.63.1."],["The `AbstractFixedSizeCollection` class is a partial implementation of the `FixedSizeCollection` interface, used for handling collections of fixed-size pages of API elements, with a generic definition of its Request, Response, Resource, Page, and Collection Types."],["The class offers methods for retrieving collection size, getting the next collection, getting a page token, and iterating over the elements in the collection, along with checking if there are more elements to retrieve."],["It includes a constructor, which requires a list of pages and the intended collection size as parameters, along with a method to abstractly create collections from a list of pages and collection size."],["The class inherits from `java.lang.Object`, offering standard object manipulation methods like `clone`, `equals`, `hashCode`, etc."]]],[]]