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 page details the `AbstractFixedSizeCollection` class, a partial implementation of `FixedSizeCollection` within the `com.google.api.gax.paging` package, for use in Java."],["The class provides methods for managing collections of resources, including retrieving the collection size, getting the next collection, and accessing individual elements."],["The latest version documented is 2.63.1, with a comprehensive list of previous versions available from 2.62.0 down to 2.7.1, providing access to historical API documentation."],["`AbstractFixedSizeCollection` supports type parameters `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT` allowing for flexible use of the class with varying return values."],["It offers methods to check for the existence of additional collections with `hasNextCollection()`, and to retrieve a page token for fetching further elements with `getNextPageToken()`."]]],[]]