Class SelectCharIterable.SelectCharIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.SelectCharIterable.SelectCharIterator
- All Implemented Interfaces:
CharIterator
- Enclosing class:
SelectCharIterable
private static final class SelectCharIterable.SelectCharIterator
extends Object
implements CharIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CharIteratorprivate charprivate final CharPredicateprivate boolean -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSelectCharIterator(CharIterable iterable, CharPredicate predicate) privateSelectCharIterator(CharIterator iterator, CharPredicate predicate) -
Method Summary
-
Field Details
-
iterator
-
predicate
-
next
private char next -
verifiedHasNext
private boolean verifiedHasNext
-
-
Constructor Details
-
SelectCharIterator
-
SelectCharIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceCharIterator
-
next
public char next()- Specified by:
nextin interfaceCharIterator
-