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.
  • Class Summary 
    Class Description
    IntInterval
    An IntInterval is a range of ints that may be iterated over using a step value.
    LongInterval
    An LongInterval is a range of longs that may be iterated over using a step value.