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 in the Google Cloud Client Libraries for Java (gax), specifically for version 2.48.1 and other versions listed."],["`AbstractFixedSizeCollection` is a partial implementation of the `FixedSizeCollection` interface, designed for managing collections of a fixed size, and includes methods for retrieving elements, navigating pages, and checking for the availability of additional elements."],["The class has several methods, including `createCollection`, `getCollectionSize`, `getNextCollection`, `getNextPageToken`, `getValues`, and `hasNextCollection`, which handle collection creation, size retrieval, pagination, and value access."],["The page also shows that this class inherits members from `java.lang.Object`, detailing functionalities for object comparison, cloning, and string representation."],["The documentation lists the Type Parameters as `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT` without describing what they do or what they are for."]]],[]]