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 API Client Library for Java, specifically within the `com.google.api.gax.paging` package, with the latest version being 2.63.1."],["`AbstractFixedSizeCollection` is a partial implementation of the `FixedSizeCollection` interface, designed for managing a fixed number of resources retrieved from an API."],["The class allows for retrieving the next collection of resources, getting the collection size, and checking if there are more elements available using the methods `getNextCollection()`, `getCollectionSize()`, and `hasNextCollection()`."],["It provides methods such as `getValues()` to access an iterable of resources and `getNextPageToken()` to retrieve a token for fetching subsequent pages of elements."],["The documentation includes a list of past versions, dating back to version 2.7.1, allowing developers to reference changes and compatibility across different releases of the `AbstractFixedSizeCollection` class."]]],[]]