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-09 UTC."],[[["This document outlines the `AbstractFixedSizeCollection` class, a partial implementation of `FixedSizeCollection` within the Google API Client Library for Java."],["The latest version of the documentation is for version 2.63.1, with a comprehensive list of documentation available for other versions dating back to 2.7.1."],["`AbstractFixedSizeCollection` includes constructors and methods such as `createCollection`, `getCollectionSize`, `getNextCollection`, `getNextPageToken`, `getValues`, and `hasNextCollection` to manage fixed-size collections of resources."],["The class is designed for use with various types of requests, responses, resources, pages, and collections, as represented by the type parameters `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT`."],["The `AbstractFixedSizeCollection` class inherits from `java.lang.Object` and implements the `com.google.api.gax.paging.FixedSizeCollection` interface, providing a foundational structure for handling paged data."]]],[]]