Class ReservationsClient.AggregatedListFixedSizeCollection (1.51.0)

public static class ReservationsClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListReservationsRequest,ReservationAggregatedList,Map.Entry<String,ReservationsScopedList>,ReservationsClient.AggregatedListPage,ReservationsClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ReservationsClient.AggregatedListFixedSizeCollection

Methods

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

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