Class AbstractCloseableIterator<E>
java.lang.Object
fr.inria.rules.integraal.util.stream.AbstractCloseableIterator<E>
- Type Parameters:
E- type of elements of the iterator
- All Implemented Interfaces:
CloseableIterator<E>, Closeable, AutoCloseable
- Direct Known Subclasses:
ArrayBlockingStream, DlgpParser
Base class for closeable iterators.
- Author:
- Clément Sipieter (INRIA) <clement@6pi.fr>
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the abstract closeable iterator base class. -
Method Summary
Methods inherited from class Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIterator
close, hasNext, next
-
Constructor Details
-
AbstractCloseableIterator
public AbstractCloseableIterator()Creates the abstract closeable iterator base class.
-
-
Method Details
-
finalize
-