> Separately, what's our story on <any T> static methods? How are calls > to these going to be implemented without boxing? They're already implemented, so try compiling one and decompiling with javap -c. No boxing!