Class TapIterator<T>
java.lang.Object
org.eclipse.collections.impl.lazy.iterator.TapIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTapIterator(Iterable<T> iterable, Procedure<? super T> procedure) TapIterator(Iterator<T> iterator, Procedure<? super T> procedure) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
iterator
-
procedure
-
-
Constructor Details
-
TapIterator
-
TapIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-