public class IteratorCountingIterator<I,O,E extends Exception> extends Object implements IIterator<O,E>
IteratorCountingIterator(IIterator<I,E> input, IAcceptor<I> acceptor, IAggregator<Integer,I,O,E> aggegator)
boolean
hasNext()
O
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorCountingIterator(IIterator<I,E> input, IAcceptor<I> acceptor, IAggregator<Integer,I,O,E> aggegator)
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–2019 Andreas W. Bartels. All rights reserved.