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 page documents various versions of the `AbstractFixedSizeCollection` class, with version 2.63.1 being the latest."],["The `AbstractFixedSizeCollection` class is a partial implementation of `FixedSizeCollection` in the `com.google.api.gax.paging` package."],["This abstract class provides methods for managing collections of elements, such as `getValues()`, `getNextCollection()`, and `getCollectionSize()`, and it includes a constructor `AbstractFixedSizeCollection(List\u003cPageT\u003e pages, int collectionSize)` to define the collection."],["The `AbstractFixedSizeCollection` class also has methods to handle pagination, such as `getNextPageToken()` and `hasNextCollection()`."],["The page gives versioned access to the documentation for this class in the Java API, with links for version 2.7.1 all the way to the latest 2.63.1."]]],[]]