public class ArrayUtil extends Object
| Constructor and Description |
|---|
ArrayUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T[] |
create(Class<T> clazz,
int size) |
static <T> T[] |
create(Collection<T> list) |
static <T> T[] |
create(T... o) |
static int[] |
createDoubleArray(List<Integer> list) |
static int[] |
createIntArray(List<Integer> list) |
public static <T> T[] create(Class<T> clazz, int size)
public static <T> T[] create(Collection<T> list)
public static <T> T[] create(T... o)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.