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 document outlines the `AbstractFixedSizeCollection` class, a partial implementation of the `FixedSizeCollection` interface in the Google API Client Library for Java, specifically within the `com.google.api.gax.paging` package."],["The `AbstractFixedSizeCollection` class offers methods for managing collections of resources fetched in pages, including getting the collection size, retrieving the next collection or page token, and iterating over the elements."],["The provided list shows the different versions of the `AbstractFixedSizeCollection` class, with version 2.63.1 being the latest, and provides links to the documentation for each version."],["The `AbstractFixedSizeCollection` class has a constructor and methods including `createCollection`, `getCollectionSize`, `getNextCollection`, `getNextPageToken`, `getValues`, and `hasNextCollection` with the appropriate parameters, returns, and descriptions."],["This class, `AbstractFixedSizeCollection`, inherits from the `Object` class and implements the `FixedSizeCollection` interface, as well as contains type parameters that describe the different types used within the class."]]],[]]