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 various versions of `AbstractFixedSizeCollection`, a class within the Google API Client Library for Java, with the latest version being 2.63.1 and the current version mentioned in this documentation is 2.46.1."],["`AbstractFixedSizeCollection` is a partial implementation of the `FixedSizeCollection` interface, used for handling collections with a fixed size when retrieved from an API."],["The class is parameterized with five type parameters: `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT`, enabling flexibility in handling different API request, response, resource, page, and collection types."],["It offers methods like `getCollectionSize()`, `getNextCollection()`, `getNextPageToken()`, `getValues()`, and `hasNextCollection()` to manage the retrieval and navigation of fixed-size collections."],["This documentation contains a comprehensive list of versions, the inheritance and implemented members, as well as the constructors and methods found within the abstract class."]]],[]]