Class IcebergCatalogServiceClient.ListIcebergCatalogsFixedSizeCollection (0.83.0)

public static class IcebergCatalogServiceClient.ListIcebergCatalogsFixedSizeCollection extends AbstractFixedSizeCollection<ListIcebergCatalogsRequest,ListIcebergCatalogsResponse,IcebergCatalog,IcebergCatalogServiceClient.ListIcebergCatalogsPage,IcebergCatalogServiceClient.ListIcebergCatalogsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > IcebergCatalogServiceClient.ListIcebergCatalogsFixedSizeCollection

Methods

createCollection(@Nullable List<IcebergCatalogServiceClient.ListIcebergCatalogsPage> pages, int collectionSize)

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