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-04-02 UTC."],[[["This webpage provides documentation for various versions of `AbstractFixedSizeCollection`, a class in the Google API Client Library for Java, with the most recent version being 2.63.1."],["`AbstractFixedSizeCollection` is a partial implementation of `FixedSizeCollection` and handles fixed-size collections of resources obtained from paginated API responses."],["The class provides methods for managing pages and collections, such as `createCollection`, `getCollectionSize`, `getNextCollection`, `getNextPageToken`, `getValues`, and `hasNextCollection`."],["It inherits properties from `java.lang.Object`, including standard methods like `clone`, `equals`, and `hashCode`, and implements `com.google.api.gax.paging.FixedSizeCollection\u003cResourceT\u003e`."],["The constructor for the class takes a list of pages, with the type PageT and an integer representing the size of the collection as parameters."]]],[]]