Class TapCharIterable.TapCharIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.TapCharIterable.TapCharIterator
- All Implemented Interfaces:
CharIterator
- Enclosing class:
- TapCharIterable
-
Constructor Summary
ConstructorsConstructorDescriptionTapCharIterator(CharIterable iterable, CharProcedure procedure) TapCharIterator(CharIterator iterator, CharProcedure procedure) -
Method Summary
-
Constructor Details
-
TapCharIterator
-
TapCharIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceCharIterator
-
next
public char next()- Specified by:
nextin interfaceCharIterator
-