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-08-15 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eAbstractFixedSizeCollection\u003c/code\u003e class, a partial implementation of the \u003ccode\u003eFixedSizeCollection\u003c/code\u003e interface in the Google API Client Library for Java, specifically within the \u003ccode\u003ecom.google.api.gax.paging\u003c/code\u003e package.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAbstractFixedSizeCollection\u003c/code\u003e class allows for the management of a fixed-size collection of resources (\u003ccode\u003eResourceT\u003c/code\u003e) retrieved in pages (\u003ccode\u003ePageT\u003c/code\u003e) from an API, using different versions, ranging from \u003ccode\u003e2.63.1\u003c/code\u003e down to \u003ccode\u003e2.7.1\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey functionalities of the \u003ccode\u003eAbstractFixedSizeCollection\u003c/code\u003e class include creating a collection, getting the size of the collection, retrieving the next collection and page token, and iterating over the values within the collection.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements methods for checking if there is a next collection, and uses a constructor that takes a list of pages and a collection size to initialize the object.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation highlights the class's inheritance from \u003ccode\u003ejava.lang.Object\u003c/code\u003e and lists the inherited methods such as \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals()\u003c/code\u003e, and \u003ccode\u003ehashCode()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]