public class Array extends Object
| Constructor and Description |
|---|
Array() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
get(Object array,
int index)
A simple model of object-array copy
|
public static Object get(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOfBoundsException