static ArrayList newList(A[] a) { ret asList(a); } static ArrayList newList(int[] a) { ret asList(a); } static ArrayList newList(Collection s) { ret asList(s); }