Class OperatingSystemServiceClient.ListOperatingSystemsFixedSizeCollection (0.27.0)

public static class OperatingSystemServiceClient.ListOperatingSystemsFixedSizeCollection extends AbstractFixedSizeCollection<ListOperatingSystemsRequest,ListOperatingSystemsResponse,OperatingSystem,OperatingSystemServiceClient.ListOperatingSystemsPage,OperatingSystemServiceClient.ListOperatingSystemsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > OperatingSystemServiceClient.ListOperatingSystemsFixedSizeCollection

Methods

createCollection(List<OperatingSystemServiceClient.ListOperatingSystemsPage> pages, int collectionSize)

protected OperatingSystemServiceClient.ListOperatingSystemsFixedSizeCollection createCollection(List<OperatingSystemServiceClient.ListOperatingSystemsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListOperatingSystemsPage>
collectionSize int
Returns
Type Description
OperatingSystemServiceClient.ListOperatingSystemsFixedSizeCollection
Overrides