Package org.eclipse.collections.impl.list
package org.eclipse.collections.impl.list
This package contains implementations of the
ListIterable interface.
A ListIterable is an Iterable whose items are ordered and may be accessed directly by index.
This package contains the following implementations:
-
Interval- a range of integers that may be iterated over using a step value.
-
ClassesClassDescriptionAn Interval is a range of integers that may be iterated over using a step value.This is a utility class for common behaviors between Interval and IntInterval.