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-17 UTC."],[[["This webpage provides documentation for the `AbstractFixedSizeCollection` class in the Google API Client Library for Java (gax), offering a range of versions from 2.7.1 up to the latest 2.63.1."],["The `AbstractFixedSizeCollection` class is a partial implementation of the `FixedSizeCollection` interface, designed for managing collections of resources with a fixed size."],["Key functionalities of `AbstractFixedSizeCollection` include methods for retrieving the size of the collection, obtaining the next collection of elements, accessing a page token for further retrieval, and iterating over the elements."],["The class is an abstract class that requires implementation of the abstract method `createCollection`, which returns an instance of type `CollectionT`."],["`AbstractFixedSizeCollection` is inherited from the `java.lang.Object` class and has various inherited members."]]],[]]