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

chaschev.io.CloseableIterator Maven / Gradle / Ivy

package chaschev.io;

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

/**
* User: chaschev
* Date: 01/07/12
*/
public interface CloseableIterator extends Iterator, Closeable {


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy