Class UnmodifiableIntIterator

java.lang.Object
org.eclipse.collections.impl.iterator.UnmodifiableIntIterator
All Implemented Interfaces:
IntIterator, MutableIntIterator

public class UnmodifiableIntIterator extends Object implements MutableIntIterator
UnmodifiableIntIterator is a wrapper around IntIterator which is unmodifiable and doesn't support remove. This file was automatically generated from template file unmodifiablePrimitiveIterator.stg.
  • Constructor Details

    • UnmodifiableIntIterator

      public UnmodifiableIntIterator(IntIterator intIterator)
  • Method Details