Class NodeTypesClient.AggregatedListFixedSizeCollection (1.51.0)

public static class NodeTypesClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListNodeTypesRequest,NodeTypeAggregatedList,Map.Entry<String,NodeTypesScopedList>,NodeTypesClient.AggregatedListPage,NodeTypesClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NodeTypesClient.AggregatedListFixedSizeCollection

Methods

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

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