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