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-04-09 UTC."],[[["The latest version available for the `AbstractFixedSizeCollection` is 2.63.1, and the page includes documentation for multiple versions, ranging down to version 2.7.1."],["`AbstractFixedSizeCollection` is a partial implementation of the `FixedSizeCollection` interface, designed for managing a collection of resources."],["This class includes methods to get the size of the collection, retrieve the next set of elements, access the next page token, and iterate over the current elements."],["The `AbstractFixedSizeCollection` class has an abstract method `createCollection` that must be implemented by concrete subclasses to build a collection from a list of pages and a collection size."],["The constructor of AbstractFixedSizeCollection take a List of pages and a collectionSize as parameters, to be used in the creation of the collection."]]],[]]