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