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 class provides a structured way to handle collections of resources retrieved from API calls, with the latest version of the documentation being 2.63.1, and version 2.17.0 being the start point for the list of available versions."],["`AbstractFixedSizeCollection` includes methods like `getCollectionSize()`, `getNextCollection()`, `getNextPageToken()`, `getValues()`, and `hasNextCollection()` for managing and navigating through collections of resources, along with a constructor, and abstract method `createCollection`."],["It uses type parameters `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT` to enable flexibility with different types of requests, responses, resources, pages, and collections."],["The class inherits core methods from `java.lang.Object`, including `clone()`, `equals()`, and `toString()`, and implements the `com.google.api.gax.paging.FixedSizeCollection` interface."]]],[]]