Interface MutableShortIterator

All Superinterfaces:
ShortIterator
All Known Implementing Classes:
ByteShortHashMap.InternalShortIterator, CharShortHashMap.InternalShortIterator, DoubleShortHashMap.InternalShortIterator, FloatShortHashMap.InternalShortIterator, IntShortHashMap.InternalShortIterator, LongShortHashMap.InternalShortIterator, ObjectShortHashMap.InternalShortIterator, ObjectShortHashMapWithHashingStrategy.InternalShortIterator, ShortArrayList.InternalShortIterator, ShortBooleanHashMap.KeySetIterator, ShortByteHashMap.KeySetIterator, ShortCharHashMap.KeySetIterator, ShortDoubleHashMap.KeySetIterator, ShortFloatHashMap.KeySetIterator, ShortHashBag.InternalIterator, ShortHashSet.InternalShortIterator, ShortIntHashMap.KeySetIterator, ShortLongHashMap.KeySetIterator, ShortObjectHashMap.KeysSetIterator, ShortShortHashMap.InternalShortIterator, ShortShortHashMap.KeySetIterator, UnmodifiableShortIterator

public interface MutableShortIterator extends ShortIterator
This file was automatically generated from template file mutablePrimitiveIterator.stg.
Since:
6.0.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.eclipse.collections.api.iterator.ShortIterator

    hasNext, next
  • Method Details

    • remove

      void remove()