public class ConverterIterator<U,T> extends Object implements CloseableIterator<T>
| Constructor and Description |
|---|
ConverterIterator(CloseableIterator<U> it,
Converter<U,T> converter) |
public ConverterIterator(CloseableIterator<U> it, Converter<U,T> converter)
public boolean hasNext()
throws IteratorException
hasNext in interface CloseableIterator<T>IteratorExceptionpublic T next() throws IteratorException
next in interface CloseableIterator<T>IteratorExceptionpublic void close()
close in interface CloseableIterator<T>close in interface Closeableclose in interface AutoCloseableCopyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.