public class ArrayParam
extends java.lang.Object
Constructor and Description |
---|
ArrayParam() |
Modifier and Type | Method and Description |
---|---|
static int[] |
f1(double[] s) |
static java.lang.Object[] |
f2(java.lang.Object[] objs) |
static int |
f3(java.lang.String[] s) |
static <T> int |
f4(T[] s) |