static L shortClassNames(Collection l) { ret map shortClassName(l); } static L shortClassNames(O[] l) { ret shortClassNames(Arrays.asList(l)); }