Class UnmodifiableIntIterator

  • All Implemented Interfaces:
    IntIterator, MutableIntIterator

    public class UnmodifiableIntIterator
    extends java.lang.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.