Class ArrayUtil


  • public class ArrayUtil
    extends Object
    Provides general purpose Array utilities.
    • Method Detail

      • copyArray

        public static String[] copyArray​(String[] originalArray)
        Copy a string array.
        Parameters:
        originalArray -
        Returns:
        new string array
      • reverseArray

        public static Object[] reverseArray​(Object[] array)