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 webpage details the `AbstractFixedSizeCollection` class, a partial implementation of `FixedSizeCollection` within the `com.google.api.gax.paging` package, for versions ranging from 2.7.1 to 2.63.1."],["The `AbstractFixedSizeCollection` class manages a fixed-size collection of resources, offering methods to retrieve the size of the collection, and navigate through pages and retrieve individual resources."],["The class offers an abstract method, `createCollection`, which must be implemented by subclasses and has methods to retrieve the next collection, determine if there are more collections, get the next page token, and retrieve the current values."],["The `AbstractFixedSizeCollection` class constructor takes a list of `PageT` pages and the `collectionSize` as its parameters."],["The class is inherited from `java.lang.Object` and uses several type parameters including `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT` to support flexible typing."]]],[]]