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)
-
Method Summary
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceCharIterator
-
next
public char next()- Specified by:
next
in interfaceCharIterator
-