static ArrayList list(A[] a) { ret asList(a); } static ArrayList list(int[] a) { ret asList(a); } static ArrayList list(Set s) { ret asList(s); }