java (9) 썸네일형 리스트형 Arrays.copyOfRange(original, from, to) copyOfRangepublic static boolean[] copyOfRange(boolean[] original, int from, int to)public static int[] copyOfRange(int[] original, int from, int to)Copies the specified range of the specified array into a new array. The initial index of the range (from) must lie between zero and original.length, inclusive. The value at original[from] is placed into the initial element of the copy (unless from =.. 이전 1 2 다음