Class AddressesClient.AggregatedListFixedSizeCollection (1.51.0)

public static class AddressesClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>,AddressesClient.AggregatedListPage,AddressesClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AddressesClient.AggregatedListFixedSizeCollection

Methods

createCollection(List<AddressesClient.AggregatedListPage> pages, int collectionSize)

protected AddressesClient.AggregatedListFixedSizeCollection createCollection(List<AddressesClient.AggregatedListPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<AggregatedListPage>
collectionSizeint
Returns
TypeDescription
AddressesClient.AggregatedListFixedSizeCollection
Overrides