Class ConfigClient.ListFrameworksFixedSizeCollection (0.1.0)

public static class ConfigClient.ListFrameworksFixedSizeCollection extends AbstractFixedSizeCollection<ListFrameworksRequest,ListFrameworksResponse,Framework,ConfigClient.ListFrameworksPage,ConfigClient.ListFrameworksFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ConfigClient.ListFrameworksFixedSizeCollection

Methods

createCollection(List<ConfigClient.ListFrameworksPage> pages, int collectionSize)

protected ConfigClient.ListFrameworksFixedSizeCollection createCollection(List<ConfigClient.ListFrameworksPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListFrameworksPage>
collectionSize int
Returns
Type Description
ConfigClient.ListFrameworksFixedSizeCollection
Overrides