Interface ShortIterator

  • All Known Subinterfaces:
    MutableShortIterator

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

      • next

        short next()
      • hasNext

        boolean hasNext()