Class SubnetworksClient.AggregatedListFixedSizeCollection (1.54.0)

public static class SubnetworksClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,Map.Entry<String,SubnetworksScopedList>,SubnetworksClient.AggregatedListPage,SubnetworksClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SubnetworksClient.AggregatedListFixedSizeCollection

Methods

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

protected SubnetworksClient.AggregatedListFixedSizeCollection createCollection(List<SubnetworksClient.AggregatedListPage> pages, int collectionSize)
Parameters
Name Description
pages List<AggregatedListPage>
collectionSize int
Returns
Type Description
SubnetworksClient.AggregatedListFixedSizeCollection
Overrides