public final class U extends Object
Modifier and Type | Method and Description |
---|---|
static int[][] |
deepCopyOf(int[][] original)
Create a deep copy of an
int[][] array. |
public static int[][] deepCopyOf(int[][] original)
int[][]
array.original
- Array to copyNullPointerException
- when input array or any of its members is null