- Type Parameters:
V
- the class of objects stored in collection as values
- All Superinterfaces:
- java.lang.AutoCloseable, java.io.Closeable, java.util.Iterator<V>
- All Known Implementing Classes:
- CollectionValueIterator
public interface CloseableIterator<V>
extends java.io.Closeable, java.util.Iterator<V>
Closeable Iterator allowing for safer iteration through a collection.