Package net.anwiba.commons.lang.stream
Class IteratorCountingIterator<I,O,E extends java.lang.Exception>
- java.lang.Object
-
- net.anwiba.commons.lang.stream.IteratorCountingIterator<I,O,E>
-
-
Constructor Summary
Constructors Constructor Description IteratorCountingIterator(IIterator<I,E> input, IAcceptor<I> acceptor, IAggregator<java.lang.Integer,I,O,E> aggegator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Onext()
-
-
-
Method Detail
-
hasNext
public boolean hasNext() throws E extends java.lang.Exception
-
-