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