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