Class SingletonLongIterator
java.lang.Object
org.eclipse.collections.impl.iterator.SingletonLongIterator
- All Implemented Interfaces:
LongIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
private final long value -
next
private boolean next
-
-
Constructor Details
-
SingletonLongIterator
public SingletonLongIterator(long value)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceLongIterator
-
next
public long next()- Specified by:
next
in interfaceLongIterator
-