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 `FixedSizeCollection` for managing fixed-size collections of resources in the Java API."],["The class provides methods to manage a collection's size, retrieve the next collection, obtain a page token for additional elements, and iterate through the current collection's values."],["The document provides links to various versions of the AbstractFixedSizeCollection class, from version 2.63.1 down to 2.7.1, with the current version, according to this document, at 2.54.1."],["The `AbstractFixedSizeCollection` class is parameterized with types `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT`, and it includes an abstract method for creating a collection."],["The documentation outlines the inheritance and implementation details, including inherited members and a detailed breakdown of the constructor and methods like `createCollection`, `getCollectionSize`, `getNextCollection`, `getNextPageToken`, `getValues`, and `hasNextCollection`."]]],[]]