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 various versions of `AbstractFixedSizeCollection`, a class within the Google API Client Library for Java (gax), ranging from version 2.7.1 to the latest 2.63.1."],["`AbstractFixedSizeCollection` is an abstract class that partially implements the `FixedSizeCollection` interface, providing a base for managing collections of resources."],["The class allows for the creation and retrieval of fixed-size collections, offering methods to get the collection size, retrieve the next collection, and obtain an iterable of values."],["It also includes methods for checking if there is a next collection available and for getting a page token for retrieving additional elements from the API."],["There is a constructor for the `AbstractFixedSizeCollection` which takes in a list of PageT, and an int for the collectionSize."]]],[]]