Class ObjectUtility

java.lang.Object
com.sun.corba.se.impl.orbutil.ObjectUtility

public final class ObjectUtility extends Object
  • Method Details

    • concatenateArrays

      public 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. Throws IllegalArgumentException otherwise.