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 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 retrieved in fixed-size chunks, handling pagination and allowing for iteration over the elements."],["The class includes methods like `getCollectionSize`, `getNextCollection`, `getNextPageToken`, `getValues`, and `hasNextCollection`, which provide information about the collection's size, retrieve the next chunk of elements, fetch a page token for further retrieval, iterate over current elements, and determine if there are more elements to retrieve respectively."],["The webpage lists the different versions available of `AbstractFixedSizeCollection`, with version 2.63.1 being the most recent and includes versions all the way back to version 2.7.1."],["The `AbstractFixedSizeCollection` class is abstract and includes an abstract method called `createCollection` which is used to create a collection of objects based on a provided list of pages and a collection size."]]],[]]