List <Integer> list = ... int[] ints = Ints.toArray(list);. This saves you having to do the intermediate array conversion that the Commons Lang ...
確定! 回上一頁