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