public final class IteratorFilteringIterator<T,E extends Exception> extends Object implements IIterator<T,E>
IteratorFilteringIterator(IIterator<T,E> input, IAcceptor<T> acceptor)
boolean
hasNext()
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorFilteringIterator(IIterator<T,E> 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–2018 Andreas W. Bartels. All rights reserved.