How do I convert int[] into List in Java?
int[]
List
Of course, I\'m interested in any other answer than doing it in a loop, item by it
Also from guava libraries... com.google.common.primitives.Ints:
List Ints.asList(int...)