Class AutokeyClient.ListKeyHandlesFixedSizeCollection (2.98.0)

public static class AutokeyClient.ListKeyHandlesFixedSizeCollection extends AbstractFixedSizeCollection<ListKeyHandlesRequest,ListKeyHandlesResponse,KeyHandle,AutokeyClient.ListKeyHandlesPage,AutokeyClient.ListKeyHandlesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AutokeyClient.ListKeyHandlesFixedSizeCollection

Methods

createCollection(@Nullable List<AutokeyClient.ListKeyHandlesPage> pages, int collectionSize)

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