public final class ObjectUtility extends Object
Modifier and Type | Method and Description |
---|---|
static Object |
concatenateArrays(Object arr1,
Object arr2)
If arr1 and arr2 are both arrays of the same component type, return an array of that component type that consists
of the elements of arr1 followed by the elements of arr2.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.