import java.util.*; class A { void foo(List l) { Collections.sort(l); } }