Class StreamsServiceClient.ListStreamsFixedSizeCollection (0.2.0)

public static class StreamsServiceClient.ListStreamsFixedSizeCollection extends AbstractFixedSizeCollection<ListStreamsRequest,ListStreamsResponse,Stream,StreamsServiceClient.ListStreamsPage,StreamsServiceClient.ListStreamsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > StreamsServiceClient.ListStreamsFixedSizeCollection

Methods

createCollection(List<StreamsServiceClient.ListStreamsPage> pages, int collectionSize)

protected StreamsServiceClient.ListStreamsFixedSizeCollection createCollection(List<StreamsServiceClient.ListStreamsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListStreamsPage>
collectionSize int
Returns
Type Description
StreamsServiceClient.ListStreamsFixedSizeCollection
Overrides