Class AddressesClient.ListFixedSizeCollection (1.51.0)

public static class AddressesClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListAddressesRequest,AddressList,Address,AddressesClient.ListPage,AddressesClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AddressesClient.ListFixedSizeCollection

Methods

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

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