Interface LongIterator

All Known Subinterfaces:
MutableLongIterator
All Known Implementing Classes:
ImmutableEmptyLongIterator, SingletonLongIterator, TapLongIterable.TapLongIterator, UnmodifiableLongIterator

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

    Modifier and Type
    Method
    Description
    boolean
     
    long
     
  • Method Details

    • next

      long next()
    • hasNext

      boolean hasNext()