public abstract class ArrayUtils extends Object
| Constructor and Description |
|---|
ArrayUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
combine(Object[] aArray1,
Object[] aArray2)
Combines two arrays.
|
public static Object[] combine(Object[] aArray1, Object[] aArray2)
Object[].aArray1 - first non-null array to combineaArray2 - second non-null array to combineaArray1 followed by all the
elements of aArray2.Copyright © 2018. All rights reserved.