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:
hasNextin interfaceFloatIterator
-
next
public float next()- Specified by:
nextin interfaceFloatIterator
-
remove
public void remove()- Specified by:
removein interfaceMutableFloatIterator
-