Thanks to auto (un)boxing, you can for instance use an int to iterate over a list of Integer : Example: List<Integer> ints = new ArrayList<>(); // ...
確定! 回上一頁