public abstract class ArrayUtils extends Object
| Constructor and Description |
|---|
ArrayUtils() |
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 © 2015. All rights reserved.