Interface MutableShortIterator

All Superinterfaces:
ShortIterator
All Known Implementing Classes:
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 remove()  

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

    hasNext, next
  • Method Details