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