Class UnmodifiableShortIterator

java.lang.Object
org.eclipse.collections.impl.iterator.UnmodifiableShortIterator
All Implemented Interfaces:
MutableShortIterator, ShortIterator

public class UnmodifiableShortIterator extends 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.
  • Field Details

  • Constructor Details

    • UnmodifiableShortIterator

      public UnmodifiableShortIterator(ShortIterator shortIterator)
  • Method Details