Class LongInterval

java.lang.Object
org.eclipse.collections.impl.list.primitive.LongInterval
All Implemented Interfaces:
Serializable, ImmutableLongCollection, ImmutableLongList, LongList, LongIterable, OrderedLongIterable, ReversibleLongIterable, PrimitiveIterable

public final class LongInterval extends Object implements ImmutableLongList, Serializable
An LongInterval is a range of longs that may be iterated over using a step value. Note that the size of the interval (the number of elements in the list it represents) is limited by the maximum value of the integer index.
See Also: