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-06-17 UTC."],[[["This document outlines the `AbstractFixedSizeCollection` class, a partial implementation of the `FixedSizeCollection` interface in the Google API Client Library for Java (gax)."],["The latest version of this class is 2.63.1, with numerous previous versions available for reference, ranging down to version 2.7.1."],["`AbstractFixedSizeCollection` is designed for handling collections of resources, offering methods for retrieving the collection size, obtaining the next collection, and accessing elements via an iterable."],["The class's constructors and methods utilize type parameters (`RequestT`, `ResponseT`, `ResourceT`, `PageT`, `CollectionT`) to allow for flexible use across various resource types and collection structures."],["Methods such as `getNextPageToken()` and `hasNextCollection()` facilitate the retrieval of additional elements beyond the initial collection."]]],[]]