Interface IteratorLong


public interface IteratorLong
Simple iterator to go through ints
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Is there a next entry?
    long
    Get the next entry.
  • Method Details

    • hasNext

      boolean hasNext()
      Is there a next entry?
      Returns:
      true if next entry available
    • next

      long next()
      Get the next entry.
      Returns:
      the entry