Class UrlMapsClient.AggregatedListFixedSizeCollection (1.52.0)

public static class UrlMapsClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListUrlMapsRequest,UrlMapsAggregatedList,Map.Entry<String,UrlMapsScopedList>,UrlMapsClient.AggregatedListPage,UrlMapsClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > UrlMapsClient.AggregatedListFixedSizeCollection

Methods

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

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