Interface LongIterator

All Known Subinterfaces:
CloseableLongIterator, PeekingLongIterator, ResettableLongIterator, SkippingLongIterator
All Known Implementing Classes:
AbstractLongIterator, AbstractSkippingLongIterator, ConstantAppendingLongIterator, TransformingLongIterator

public interface LongIterator
An iterator over primitive longs
Since:
0.3
Version:
5.0.5
Author:
pedro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    long
     
  • Field Details

  • Method Details

    • hasNext

      boolean hasNext()
    • next

      long next()