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

com.github.pjfanning.xlsx.CloseableIterator Maven / Gradle / Ivy

The newest version!
package com.github.pjfanning.xlsx;

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

/**
 * An iterator that should be closed after use
 *
 * @param  type param for iterator
 */
public interface CloseableIterator extends Iterator, Closeable {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy