| Package | Description |
|---|---|
| mikera.indexz |
| Modifier and Type | Method and Description |
|---|---|
Index |
Index.clone() |
static Index |
Indexz.createLength(int length) |
static Index |
Indexz.createProgression(int start,
int length,
int skip) |
static Index |
Indexz.createRandomPermutation(int length) |
static Index |
Indexz.createSequence(int length) |
static Index |
Indexz.createSequence(int start,
int length) |
static Index |
Index.of(int... indexes) |
static Index |
Index.wrap(int[] indexes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Index.equals(Index o) |
void |
Index.permute(Index permutationIndex) |
Copyright © 2012. All Rights Reserved.