Package fr.gouv.vitam.common.collection
Interface CloseableIterator<E>
-
- Type Parameters:
E
- Data type of the iterator
- All Superinterfaces:
java.lang.AutoCloseable
,java.util.Iterator<E>
,VitamAutoCloseable
- All Known Subinterfaces:
LargeFileReader<T>
- All Known Implementing Classes:
EmptyCloseableIterator
,JsonLineGenericIterator
,JsonLineIterator
,ObjectEntryLargeFileReader
,ObjectEntryReader
public interface CloseableIterator<E> extends java.util.Iterator<E>, VitamAutoCloseable
Iterator with a close method.
-
-
Method Summary
-
Methods inherited from interface fr.gouv.vitam.common.model.VitamAutoCloseable
close
-
-