Interface ShortIterator

All Known Subinterfaces:
MutableShortIterator
All Known Implementing Classes:
ImmutableEmptyShortIterator, SingletonShortIterator, 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
     
    short
     
  • Method Details

    • next

      short next()
    • hasNext

      boolean hasNext()