Class NodeTemplatesClient.AggregatedListFixedSizeCollection (1.51.0)

public static class NodeTemplatesClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListNodeTemplatesRequest,NodeTemplateAggregatedList,Map.Entry<String,NodeTemplatesScopedList>,NodeTemplatesClient.AggregatedListPage,NodeTemplatesClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NodeTemplatesClient.AggregatedListFixedSizeCollection

Methods

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

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