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 © 2006–2014 The Apache Software Foundation. All rights reserved.