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 page details the `AbstractFixedSizeCollection` class, a partial implementation of `FixedSizeCollection` within the Google API Client Library for Java (gax) library, version 2.15.0."],["The `AbstractFixedSizeCollection` class, represented as `AbstractFixedSizeCollection\u003cRequestT,ResponseT,ResourceT,PageT,CollectionT\u003e`, is used to manage collections of resources in a fixed-size manner, implementing the `com.google.api.gax.paging.FixedSizeCollection\u003cResourceT\u003e` interface."],["The page provides a list of various versioned links to `AbstractFixedSizeCollection`, ranging from the latest version `2.63.1` to `2.7.1`, for reference."],["It outlines the class's inheritance from `java.lang.Object` and provides details on the constructors and methods, such as `getCollectionSize()`, `getNextCollection()`, `getNextPageToken()`, `getValues()`, and `hasNextCollection()`, that are available."],["There is a section dedicated to the type parameters: `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT` which are used to specify the types for the collection class."]]],[]]