| Package | Description |
|---|---|
| gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
| Modifier and Type | Field and Description |
|---|---|
static Range.IntRange |
Range.zeroAndUp |
| Modifier and Type | Method and Description |
|---|---|
static Range.IntRange |
Range.downto(IntNum iistart,
IntNum iistep,
IntNum iiend,
boolean orEqual) |
Range.IntRange |
Range.IntRange.subList(int fromIx,
int toIx) |
Range.IntRange |
Range.IntRange.subListFromRange(int rstart,
int rstep,
int rsize) |
static Range.IntRange |
Range.upto(IntNum iistart,
IntNum iistep,
IntNum iiend,
boolean orEqual) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleVector |
Sequences.copy(java.util.List base,
Range.IntRange range,
boolean writable) |