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 document outlines the `AbstractFixedSizeCollection` class, a partial implementation of the `FixedSizeCollection` interface in the Google API Client Library for Java, specifically within the `com.google.api.gax.paging` package."],["The `AbstractFixedSizeCollection` class allows for the management of a fixed-size collection of resources retrieved from an API, and includes methods to get the collection size, retrieve the next collection, obtain the next page token, get the values, and check if there are more collections."],["The document specifies a complete list of available versions, ranging from the latest version 2.63.1 all the way down to version 2.7.1, and each version contains a link to the documentation pertaining to that specific version."],["The class has type parameters for request, response, resource, page and collection, represented by RequestT, ResponseT, ResourceT, PageT and CollectionT respectively, allowing for flexibility in handling different data types."],["The class provides a constructor that needs a list of pages and the collection size, and it also contains an abstract method, `createCollection`, that needs to be implemented to return the full collection."]]],[]]