public class Indexz extends Object
| Constructor and Description |
|---|
Indexz() |
| Modifier and Type | Method and Description |
|---|---|
static Index |
createLength(int length) |
static Index |
createProgression(int start,
int length,
int skip) |
static Index |
createRandomPermutation(int length) |
static Index |
createSequence(int length) |
static Index |
createSequence(int start,
int length) |
public static Index createProgression(int start, int length, int skip)
public static Index createSequence(int start, int length)
public static Index createSequence(int length)
public static Index createRandomPermutation(int length)
public static Index createLength(int length)
Copyright © 2012. All Rights Reserved.