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 CharIteratoriteratorprivate CharProcedureprocedure
-
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 booleanhasNext()charnext()
-
-
-
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:
hasNextin interfaceCharIterator
-
next
public char next()
- Specified by:
nextin interfaceCharIterator
-
-