Class TapCharIterable.TapCharIterator
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.TapCharIterable.TapCharIterator
-
- All Implemented Interfaces:
CharIterator
- Enclosing class:
- TapCharIterable
public static class TapCharIterable.TapCharIterator extends java.lang.Object implements CharIterator
-
-
Field Summary
Fields Modifier and Type Field Description private CharIterator
iterator
private CharProcedure
procedure
-
Constructor Summary
Constructors Constructor Description TapCharIterator(CharIterable iterable, CharProcedure procedure)
TapCharIterator(CharIterator iterator, CharProcedure procedure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
char
next()
-
-
-
Field Detail
-
iterator
private final CharIterator iterator
-
procedure
private final CharProcedure procedure
-
-
Constructor Detail
-
TapCharIterator
public TapCharIterator(CharIterable iterable, CharProcedure procedure)
-
TapCharIterator
public TapCharIterator(CharIterator iterator, CharProcedure procedure)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceCharIterator
-
next
public char next()
- Specified by:
next
in interfaceCharIterator
-
-