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.