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 Object implements CharIterator
-
-
Constructor Summary
Constructors Constructor Description TapCharIterator(CharIterable iterable, CharProcedure procedure)TapCharIterator(CharIterator iterator, 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
-
-