org.goda.util
public class ArrayUtils extends Object
| Constructor and Description |
|---|
ArrayUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyArray(int[] from,
int[] to) |
static void |
copyArray(Object[] from,
Object[] to) |
static Object |
getArrayElement(Object obj,
int i) |
static int |
getArrayLength(Object obj) |
static int |
indexOf(Object[] array,
Object find) |
static boolean |
isArray(Object obj) |
Copyright © 2013 os-cillation GmbH. All rights reserved.