Package fr.gouv.vitam.common.collection
Class EmptyCloseableIterator<E>
java.lang.Object
fr.gouv.vitam.common.collection.EmptyCloseableIterator<E>
- Type Parameters:
E
- the object class of the objects contained in the iterator
- All Implemented Interfaces:
CloseableIterator<E>
,VitamAutoCloseable
,AutoCloseable
,Iterator<E>
EmptyCloseableIterator implementation
-
Constructor Details
-
EmptyCloseableIterator
public EmptyCloseableIterator()Empty constructor
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceVitamAutoCloseable
-