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