public class SingletonCloseableIteratorWithoutException<E> extends Object implements CloseableIteratorWithoutException<E>
Constructor and Description |
---|
SingletonCloseableIteratorWithoutException(E e) |
public SingletonCloseableIteratorWithoutException(E e)
e
- public boolean hasNext()
hasNext
in interface CloseableIterator<E>
hasNext
in interface CloseableIteratorWithoutException<E>
public E next()
next
in interface CloseableIterator<E>
next
in interface CloseableIteratorWithoutException<E>
public void close()
close
in interface CloseableIterator<E>
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.