Class ReverseCharIterable.ReverseCharIterator
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.ReverseCharIterable.ReverseCharIterator
-
- All Implemented Interfaces:
CharIterator
- Enclosing class:
- ReverseCharIterable
private class ReverseCharIterable.ReverseCharIterator extends java.lang.Object implements CharIterator
-
-
Field Summary
Fields Modifier and Type Field Description private intcurrentIndexIndex of element to be returned by subsequent call to next.
-
Constructor Summary
Constructors Modifier Constructor Description privateReverseCharIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()charnext()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceCharIterator
-
next
public char next()
- Specified by:
nextin interfaceCharIterator
-
-