Class TapDoubleIterable.TapDoubleIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.TapDoubleIterable.TapDoubleIterator
- All Implemented Interfaces:
DoubleIterator
- Enclosing class:
- TapDoubleIterable
-
Constructor Summary
ConstructorsConstructorDescriptionTapDoubleIterator(DoubleIterable iterable, DoubleProcedure procedure) TapDoubleIterator(DoubleIterator iterator, DoubleProcedure procedure) -
Method Summary
-
Constructor Details
-
TapDoubleIterator
-
TapDoubleIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceDoubleIterator
-
next
public double next()- Specified by:
nextin interfaceDoubleIterator
-