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