This tutorial demonstrates how to convert a list to an array in Java, ... for(int i = 0; i < list.size(); i++) intArray[i] = list.get(i);.
確定! 回上一頁