Package com.sun.corba.se.impl.orbutil
Class ObjectUtility
java.lang.Object
com.sun.corba.se.impl.orbutil.ObjectUtility
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectconcatenateArrays(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.
-
Method Details
-
concatenateArrays
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. Throws IllegalArgumentException otherwise.
-