Class UrlMapsClient.AggregatedListFixedSizeCollection (1.51.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
NameDescription
pagesList<AggregatedListPage>
collectionSizeint
Returns
TypeDescription
UrlMapsClient.AggregatedListFixedSizeCollection
Overrides