Class SingletonCharIterator
- java.lang.Object
-
- org.eclipse.collections.impl.iterator.SingletonCharIterator
-
- All Implemented Interfaces:
CharIterator
public final class SingletonCharIterator extends java.lang.Object implements CharIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.
-
-
Constructor Summary
Constructors Constructor Description SingletonCharIterator(char value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
char
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceCharIterator
-
next
public char next()
- Specified by:
next
in interfaceCharIterator
-
-