| Modifier and Type | Method and Description |
|---|---|
static IndexSelectionStrategy |
IndexSelectionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexSelectionStrategy[] |
IndexSelectionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static double[] |
ArrayUtils.dtimes(double min,
double max,
int times,
int maxTimes,
IndexSelectionStrategy strategy) |
static int[] |
ArrayUtils.itimes(int min,
int max,
int times,
int maxTimes,
IndexSelectionStrategy strategy) |
static double[] |
ArrayUtils.subArray1(double[] values,
int count,
IndexSelectionStrategy sel) |
static int[] |
ArrayUtils.subArray1(int[] values,
int count,
IndexSelectionStrategy sel) |
Copyright © 2021 vpc open source initiative. All rights reserved.