org.entityfs.support.io
Interface CloseableIterator<T>

All Superinterfaces:
Closeable, Iterator<T>

public interface CloseableIterator<T>
extends Closeable, Iterator<T>

This interface combines the Closeable and Iterator interfaces. Implementing objects are iterators that should be closed when they are no longer needed.

Since:
1.1.3
Author:
Karl Gustafsson

Method Summary
 
Methods inherited from interface java.io.Closeable
close
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove