public class ArrayUtils extends Object
Constructor and Description |
---|
ArrayUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
fillArrayWith(double value,
double[] a) |
static void |
fillArrayWith(int value,
int[] a) |
void |
fillArrayWithRandomIntegers(int[] objs,
int maxValue) |
static int |
firstIndexOf(double value,
double[] a) |
static int |
firstIndexOf(int value,
int[] a) |
int[] |
getRandomPermutation(int n) |
void |
initialize() |
public void initialize()
public void fillArrayWithRandomIntegers(int[] objs, int maxValue)
public int[] getRandomPermutation(int n)
public static int firstIndexOf(int value, int[] a)
public static int firstIndexOf(double value, double[] a)
public static void fillArrayWith(int value, int[] a)
public static void fillArrayWith(double value, double[] a)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.