int[] intArr = {1,2,3}; List<Integer> integerList = Arrays.asList(ArrayUtils.toObject(array)); Collections.shuffle(integerList); //now! elements in integerList ...
確定! 回上一頁