public class IntArrays extends Object
| Modifier and Type | Field and Description |
|---|---|
static int[] |
EMPTY_INT_ARRAY |
| Constructor and Description |
|---|
IntArrays() |
| Modifier and Type | Method and Description |
|---|---|
static long |
arrayProduct(int[] shape) |
static long |
arrayProduct(int[] shape,
int from,
int to) |
static int[] |
consArray(int a,
int[] as) |
static void |
copyIntsToLongs(int[] src,
long[] dst) |
static int[] |
removeIndex(int[] data,
int index) |
static int[] |
reverse(int[] data) |
public static int[] removeIndex(int[] data,
int index)
public static int[] reverse(int[] data)
public static int[] consArray(int a,
int[] as)
public static void copyIntsToLongs(int[] src,
long[] dst)
public static long arrayProduct(int[] shape)
public static long arrayProduct(int[] shape,
int from,
int to)
Copyright © 2013. All Rights Reserved.