Interface ShortIterator

All Known Subinterfaces:
MutableShortIterator
All Known Implementing Classes:
ImmutableEmptyShortIterator, TapShortIterable.TapShortIterator, UnmodifiableShortIterator

public interface ShortIterator
ShortIterator is an iterator over a ShortIterable. This file was automatically generated from template file primitiveIterator.stg.
Since:
3.0.
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    short next()  
  • Method Details