public class ConverterIteratorWithoutException<U,T> extends ConverterIterator<U,T> implements CloseableIteratorWithoutException<T>
Constructor and Description |
---|
ConverterIteratorWithoutException(CloseableIteratorWithoutException<U> it,
Converter<U,T> converter) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
close
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public ConverterIteratorWithoutException(CloseableIteratorWithoutException<U> it, Converter<U,T> converter)
public boolean hasNext()
hasNext
in interface CloseableIterator<T>
hasNext
in interface CloseableIteratorWithoutException<T>
hasNext
in class ConverterIterator<U,T>
public T next()
next
in interface CloseableIterator<T>
next
in interface CloseableIteratorWithoutException<T>
next
in class ConverterIterator<U,T>
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.