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 page details the `AbstractFixedSizeCollection` class, a partial implementation of `FixedSizeCollection` within the Google API Client Library for Java (gax) version 2.11.0."],["The latest version of this class is 2.63.1, and the page provides links to documentation for various previous versions, from 2.62.0 down to 2.7.1."],["`AbstractFixedSizeCollection` is an abstract class that allows for the management of collections of a fixed size and defines type parameters for RequestT, ResponseT, ResourceT, PageT, and CollectionT."],["The class provides methods to retrieve elements, get the collection size, retrieve the next collection, and check if more elements are available."],["The `AbstractFixedSizeCollection` class inherits from `java.lang.Object` and implements `com.google.api.gax.paging.FixedSizeCollection`, including inherited methods like `clone()`, `equals()`, and `toString()`."]]],[]]