Class UnmodifiableFloatIterator
java.lang.Object
org.eclipse.collections.impl.iterator.UnmodifiableFloatIterator
- All Implemented Interfaces:
FloatIterator
,MutableFloatIterator
public class UnmodifiableFloatIterator extends Object implements MutableFloatIterator
UnmodifiableFloatIterator is a wrapper around FloatIterator which is unmodifiable and doesn't support remove.
This file was automatically generated from template file unmodifiablePrimitiveIterator.stg.
-
Constructor Summary
Constructors Constructor Description UnmodifiableFloatIterator(FloatIterator floatIterator)
-
Method Summary
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceFloatIterator
-
next
public float next()- Specified by:
next
in interfaceFloatIterator
-
remove
public void remove()- Specified by:
remove
in interfaceMutableFloatIterator
-