Class SingletonCloseableIteratorWithoutException<E>

java.lang.Object
fr.lirmm.graphik.util.stream.SingletonCloseableIteratorWithoutException<E>
Type Parameters:
E - type of elements of the iterator
All Implemented Interfaces:
CloseableIterator<E>, CloseableIteratorWithoutException<E>, Closeable, AutoCloseable, Iterator<E>

public class SingletonCloseableIteratorWithoutException<E> extends Object implements CloseableIteratorWithoutException<E>
Closeable iterator without checked exceptions over a single element.
Author:
Clément Sipieter (INRIA) <clement@6pi.fr>