public class ListUtil extends Object
| Constructor and Description |
|---|
ListUtil()
|
| Modifier and Type | Method and Description |
|---|---|
static boolean[] |
asBooleanArray(List
|
static byte[] |
asByteArray(List
|
static char[] |
asCharArray(List
|
static double[] |
asDoubleArray(List
|
static float[] |
asFloatArray(List
|
static int[] |
asIntArray(List
|
static long[] |
asLongArray(List
|
static short[] |
asShortArray(List
|
static <T> void |
shuffle(List
|
static <T> void |
swap(List
|