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 provides documentation for the `AbstractFixedSizeCollection` class in the Google Cloud API Client Libraries for Java, specifically within the `com.google.api.gax.paging` package, with version 2.63.1 being the latest."],["`AbstractFixedSizeCollection` is a partial implementation of `FixedSizeCollection` used for managing collections of resources obtained from paged API responses and offers methods to work with them."],["The documentation includes a list of all available versions, ranging from version 2.63.1 down to 2.7.1, which provide documentation for the class in their respective versions."],["The class is shown to have inherited methods from the base Java `Object` class, and contains methods to retrieve the collection size, the next collection of data, and the next page token, as well as iterate through the elements in the collection."],["The documentation details the usage of the protected constructor and the protected abstract `createCollection` method to make a new `AbstractFixedSizeCollection` object."]]],[]]