Class NetworksClient.ListFixedSizeCollection (1.105.0)

public static class NetworksClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListNetworksRequest,NetworkList,Network,NetworksClient.ListPage,NetworksClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NetworksClient.ListFixedSizeCollection

Methods

createCollection(@Nullable List<NetworksClient.ListPage> pages, int collectionSize)

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