Class IntInterval

java.lang.Object
org.eclipse.collections.impl.list.primitive.IntInterval
All Implemented Interfaces:
Serializable, ImmutableIntCollection, IntIterable, ImmutableIntList, IntList, OrderedIntIterable, ReversibleIntIterable, PrimitiveIterable

public final class IntInterval
extends Object
implements ImmutableIntList, Serializable
An IntInterval is a range of ints that may be iterated over using a step value.
See Also:
Serialized Form