import static java.util.Arrays.sort; class Foo { public void foo(String... args) { sort(args); } }