Interface IteratorCloseable<T>

All Superinterfaces:
Closeable, Iterator<T>
All Known Implementing Classes:
Iter, IteratorBase, IteratorConcat, IteratorCons, IteratorDelayedInitialization, IteratorNoRemove, IteratorOnClose, IteratorSlotted, IteratorTruncate, IteratorWithBuffer, IteratorWithHistory, IteratorWrapper

public interface IteratorCloseable<T> extends Iterator<T>, Closeable
Convenience name for an iterator which is Closeable.