public class CloseableIteratorAdapter<T> extends Object implements CloseableIteratorWithoutException<T>
public boolean hasNext()
hasNext
in interface CloseableIterator<T>
hasNext
in interface CloseableIteratorWithoutException<T>
public T next()
next
in interface CloseableIterator<T>
next
in interface CloseableIteratorWithoutException<T>
public void close()
close
in interface CloseableIterator<T>
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.