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 java.lang.Object implements ShortIterator
-
-
Field Summary
Fields Modifier and Type Field Description private ShortIterator
iterator
private ShortProcedure
procedure
-
Constructor Summary
Constructors Constructor Description TapShortIterator(ShortIterator iterator, ShortProcedure procedure)
TapShortIterator(ShortIterable iterable, ShortProcedure procedure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
short
next()
-
-
-
Field Detail
-
iterator
private final ShortIterator iterator
-
procedure
private final 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:
hasNext
in interfaceShortIterator
-
next
public short next()
- Specified by:
next
in interfaceShortIterator
-
-