Class NodeTemplatesClient.AggregatedListFixedSizeCollection (1.105.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(@Nullable List<NodeTemplatesClient.AggregatedListPage> pages, int collectionSize)

protected NodeTemplatesClient.AggregatedListFixedSizeCollection createCollection(@Nullable List<NodeTemplatesClient.AggregatedListPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<AggregatedListPage>
collectionSize int
Returns
Type Description
NodeTemplatesClient.AggregatedListFixedSizeCollection
Overrides