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