All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ionoscloud.s3.CloseableIterator Maven / Gradle / Ivy

The newest version!
package com.ionoscloud.s3;

import java.io.Closeable;
import java.util.Iterator;

/** Unification of Iterator and Closeable. */
public interface CloseableIterator extends Iterator, Closeable {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy