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)
-
-
-
Constructor Detail
-
TapShortIterator
public TapShortIterator(ShortIterable iterable, ShortProcedure procedure)
-
TapShortIterator
public TapShortIterator(ShortIterator iterator, ShortProcedure procedure)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceShortIterator
-
next
public short next()
- Specified by:
nextin interfaceShortIterator
-
-