![JAR search and dependency download from the Maven repository](/logo.png)
net.dongliu.dbutils.CloseableIterator Maven / Gradle / Ivy
package net.dongliu.dbutils;
import java.util.Iterator;
/**
* @author Liu Dong
*/
public interface CloseableIterator extends Iterator, AutoCloseable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy