public final class ArrayUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
boxArray(Object primitiveArray) |
static double[] |
toDoubleArray(float[] array) |
static float[] |
toFloatArray(double[] array) |
static int[] |
toIntArray(List<? extends Number> ints) |
static <T extends Number> |
unboxArray(T[] array) |
Copyright © 2018. All rights reserved.