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 webpage provides documentation for the `AbstractFixedSizeCollection` class in the Google Cloud API Client Library for Java (gax), with the latest version being 2.63.1 and the current version mentioned on top is 2.34.1."],["The `AbstractFixedSizeCollection` class is a partial implementation of `FixedSizeCollection` and is an abstract class used to handle collections of a fixed size and is parameterized by RequestT, ResponseT, ResourceT, PageT, and CollectionT."],["The class provides methods for managing collections, including retrieving the collection size, getting the next collection or page token, and iterating over the elements, as well as checking for the presence of further elements."],["There are multiple historical versions of this class present in the content, ranging all the way down to version 2.7.1, alongside their corresponding documentation links."],["The `AbstractFixedSizeCollection` class can be constructed with a list of pages and a collection size."]]],[]]