Class UnmodifiableShortIterator

  • All Implemented Interfaces:
    MutableShortIterator, ShortIterator

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