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 provides documentation for the `AbstractFixedSizeCollection` class, a partial implementation of `FixedSizeCollection` in the Google API Client Library for Java."],["The `AbstractFixedSizeCollection` class manages a collection of resources retrieved in fixed-size chunks, using `PageT` objects to track pages of data and allowing iteration over `ResourceT` elements."],["It includes methods to determine the collection size, retrieve the next collection or page token, check for additional collections, and obtain an iterable of resource values."],["The class supports generic type parameters for request, response, resource, page, and collection types (`RequestT`, `ResponseT`, `ResourceT`, `PageT`, `CollectionT`) to handle various API structures."],["The latest version is 2.63.1, and the page lists all versions of the API that are equal or below 2.63.1 and all the way down to 2.7.1, with the option of version 2.51.0 being the main version of the webpage."]]],[]]