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, a partial implementation of `FixedSizeCollection` in the Google API Client Library for Java, with the latest version being 2.63.1."],["The `AbstractFixedSizeCollection` class is a generic class with type parameters `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT`, used for managing collections of resources with fixed sizes."],["The class provides methods to navigate through collections, retrieve elements, check for more elements, and obtain a page token for further API calls, namely `getCollectionSize()`, `getNextCollection()`, `getNextPageToken()`, `getValues()`, `hasNextCollection()`."],["It includes a constructor `AbstractFixedSizeCollection(List\u003cPageT\u003e pages, int collectionSize)` to define the list of pages and the size of the collection."],["The available versions range from 2.7.1 to the latest, 2.63.1, providing historical access to various iterations of the AbstractFixedSizeCollection class, with links to its documentation for each."]]],[]]