Package cds.moc

Interface Range.ValueIterator

Enclosing class:
Range

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

    Modifier and Type
    Method
    Description
    boolean
     
    long
     
  • Method Details

    • hasNext

      boolean hasNext()
    • next

      long next()