public class ArrayUtils extends Object
Constructor and Description |
---|
ArrayUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[][] |
deepCopy(byte[][] original) |
static double[][] |
deepCopy(double[][] original) |
static float[][] |
deepCopy(float[][] original) |
static int[][] |
deepCopy(int[][] original) |
static long[][] |
deepCopy(long[][] original) |
static short[][] |
deepCopy(short[][] original) |
static byte[] |
reverse(byte[] arr) |
static double[] |
reverse(double[] arr) |
static float[] |
reverse(float[] arr) |
static int[] |
reverse(int[] arr) |
static long[] |
reverse(long[] arr) |
static short[] |
reverse(short[] arr) |
static <T> T[] |
reverse(T[] arr) |
public static byte[] reverse(byte[] arr)
public static short[] reverse(short[] arr)
public static int[] reverse(int[] arr)
public static long[] reverse(long[] arr)
public static float[] reverse(float[] arr)
public static double[] reverse(double[] arr)
public static <T> T[] reverse(T[] arr)
public static byte[][] deepCopy(byte[][] original)
public static short[][] deepCopy(short[][] original)
public static int[][] deepCopy(int[][] original)
public static long[][] deepCopy(long[][] original)
public static float[][] deepCopy(float[][] original)
public static double[][] deepCopy(double[][] original)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.