import java.util.*; List<Integer> l = new ArrayList<Integer>(); l.addAll(new ArrayList<Integer>(Arrays.asList(5,6,8,11)));

Read more of this post