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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides documentation for the `AbstractFixedSizeCollection` class in the Google API Client Library for Java (gax), detailing its various versions and functionalities."],["The latest version available is 2.63.1, and the page lists numerous previous versions down to 2.7.1, each linking to specific documentation."],["`AbstractFixedSizeCollection` is a partial implementation of `FixedSizeCollection`, designed to handle collections of a fixed size and is parameterized by request, response, resource, page, and collection types."],["Key functionalities of `AbstractFixedSizeCollection` include retrieving the collection size, obtaining the next collection, getting the next page token, accessing values, and checking for additional collections."],["It has a constructor that takes in a list of pages, and the collection size, along with a method to create a new collection using this same data, and it inherits other default java functions from `Object`."]]],[]]