Interface RangeSet.ValueIterator

Enclosing class:
RangeSet

public static interface RangeSet.ValueIterator
Interface describing an iterator for going through all values in a RangeSet object.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    long
     
  • Method Details

    • hasNext

      boolean hasNext()
    • next

      long next()