static L shortNames(Collection l) { ret shortClassNames(l); } static L shortNames(O[] l) { ret shortClassNames(l); }