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