Class TapIterator<T>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.iterator.TapIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
public class TapIterator<T> extends java.lang.Object implements java.util.Iterator<T>
-
-
Constructor Summary
Constructors Constructor Description TapIterator(java.lang.Iterable<T> iterable, Procedure<? super T> procedure)
TapIterator(java.util.Iterator<T> iterator, Procedure<? super T> procedure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
T
next()
void
remove()
-