Class TapShortIterable.TapShortIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.TapShortIterable.TapShortIterator
- All Implemented Interfaces:
ShortIterator
- Enclosing class:
- TapShortIterable
-
Constructor Summary
ConstructorDescriptionTapShortIterator
(ShortIterator iterator, ShortProcedure procedure) TapShortIterator
(ShortIterable iterable, ShortProcedure procedure) -
Method Summary
-
Constructor Details
-
TapShortIterator
-
TapShortIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceShortIterator
-
next
public short next()- Specified by:
next
in interfaceShortIterator
-