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 Libraries for Java, specifically within the `com.google.api.gax.paging` package, with version 2.63.1 being the latest."],["`AbstractFixedSizeCollection` is a partial implementation of the `FixedSizeCollection` interface, designed for managing collections of resources that can be retrieved in fixed-size chunks from an API."],["The class offers methods like `getCollectionSize()`, `getNextCollection()`, `getNextPageToken()`, `getValues()`, and `hasNextCollection()` for managing the retrieval and traversal of elements within the fixed-size collection."],["There is a detailed history of prior versions of this class available on this page dating back to version 2.7.1, with links to the specific pages for each of those prior versions."],["The `AbstractFixedSizeCollection` class can be inherited, and has a constructor requiring a `List` of `PageT` and an `int` collection size, and a method `createCollection()` that returns a `CollectionT`."]]],[]]