Package org.eclipse.collections.impl.list.primitive
package org.eclipse.collections.impl.list.primitive
This package contains implementations of the primitive list interfaces.
This package contains the following implementations:
-
IntInterval
- a range of primitive ints that may be iterated over using a step value.
-
ClassDescriptionAn IntInterval is a range of ints that may be iterated over using a step value.An LongInterval is a range of longs that may be iterated over using a step value.