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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This document outlines the `AbstractFixedSizeCollection` class, a partial implementation of `FixedSizeCollection` within the Google API Client Library for Java (gax) version 2.10.0."],["The document provides a detailed list of available versions of the `AbstractFixedSizeCollection` class, ranging from version 2.63.1 (latest) down to version 2.7.1."],["The `AbstractFixedSizeCollection` class is designed for managing collections of a fixed size and includes methods to retrieve the next collection, check for additional collections, and access the elements within the collection."],["The class can implement the following methods: `getCollectionSize`, `getNextCollection`, `getNextPageToken`, `getValues`, and `hasNextCollection`."],["The class also contains a constructor `AbstractFixedSizeCollection(List\u003cPageT\u003e pages, int collectionSize)` which accepts a List of PageT objects and an integer for the collectionSize."]]],[]]