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 webpage details the `AbstractFixedSizeCollection` class, a partial implementation of the `FixedSizeCollection` interface in the Google API Client Library for Java, specifically within the `com.google.api.gax.paging` package."],["The `AbstractFixedSizeCollection` class allows for the management of a fixed-size collection of resources (`ResourceT`) retrieved in pages (`PageT`) from an API, using different versions, ranging from `2.63.1` down to `2.7.1`."],["Key functionalities of the `AbstractFixedSizeCollection` class include creating a collection, getting the size of the collection, retrieving the next collection and page token, and iterating over the values within the collection."],["The class implements methods for checking if there is a next collection, and uses a constructor that takes a list of pages and a collection size to initialize the object."],["This documentation highlights the class's inheritance from `java.lang.Object` and lists the inherited methods such as `clone()`, `equals()`, and `hashCode()`."]]],[]]