interval property

int interval
final

The interval of the values.

firstValue 1, lastValue 13 and interval 3 would be: 1, 4, 7, 10

Implementation

final int interval;