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.
Class | Description |
---|---|
Interval |
An Interval is a range of integers that may be iterated over using a step value.
|
Copyright © 2004–2019. All rights reserved.