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