Interface IntIterator

All Known Subinterfaces:
MutableIntIterator
All Known Implementing Classes:
ImmutableEmptyIntIterator, SingletonIntIterator, TapIntIterable.TapIntIterator, UnmodifiableIntIterator

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

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
  • Method Details

    • next

      int next()
    • hasNext

      boolean hasNext()