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