Class UnmodifiableLongIterator

  • All Implemented Interfaces:
    LongIterator, MutableLongIterator

    public class UnmodifiableLongIterator
    extends java.lang.Object
    implements MutableLongIterator
    UnmodifiableLongIterator is a wrapper around LongIterator which is unmodifiable and doesn't support remove. This file was automatically generated from template file unmodifiablePrimitiveIterator.stg.