Class ArrayUtils

    • Method Detail

      • concat

        public static <T> T[] concat​(T[] first,
                                     T[]... rest)
        Concatenates the specified arrays.
        Type Parameters:
        T - The array type.
        Parameters:
        first - The first array. Must not be null.
        rest - The remaining arrays.
        Returns:
        The resulting array.