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 provides documentation for the `AbstractFixedSizeCollection` class in the Google API Client Library for Java (gax), with the latest version being 2.63.1."],["The `AbstractFixedSizeCollection` class partially implements the `FixedSizeCollection` interface, which allows for managing collections of a fixed size."],["It includes a list of versions from 2.63.1 down to 2.7.1, providing access to the documentation for each specific release."],["The class provides methods such as `getCollectionSize`, `getNextCollection`, `getNextPageToken`, `getValues`, and `hasNextCollection` for interacting with fixed-size collections."],["`AbstractFixedSizeCollection` also has a constructor that takes in a list of pages, and the collection size as parameters."]]],[]]