import java.util.*; class A { void foo(List l) { Object[] a = l.toArray(); Arrays.sort(a); ListIterator i = l.listIterator(); for (int j=0; j