public final class ConvertingIteratorIterator<I,O,E extends Exception> extends Object implements IIterator<O,E>
ConvertingIteratorIterator(IIterator<I,E> input, IAcceptor<I> acceptor, IConverter<I,O,E> converter)
boolean
hasNext()
O
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConvertingIteratorIterator(IIterator<I,E> input, IAcceptor<I> acceptor, IConverter<I,O,E> converter)
public boolean hasNext() throws E extends Exception
hasNext
IIterator<O,E extends Exception>
E extends Exception
public O next() throws E extends Exception
next
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.