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 details the `AbstractFixedSizeCollection` class, a partial implementation of `FixedSizeCollection` within the Google API Client Library for Java."],["The latest version of this class is 2.63.1, but the page also provides links to earlier versions, including a drop down version selector with 51 different versions."],["`AbstractFixedSizeCollection` provides methods for managing collections of resources, including retrieving the collection size, accessing the next collection, obtaining the next page token, and iterating over the elements."],["It has a constructor `AbstractFixedSizeCollection(List\u003cPageT\u003e pages, int collectionSize)` that takes a list of pages and an integer for the total size of the collection."],["The class uses generic type parameters such as RequestT, ResponseT, ResourceT, PageT, and CollectionT to be adaptable for various API interactions."]]],[]]