static L classNames(Collection l) { ret getClassNames(l); } static L classNames(O[] l) { ret getClassNames(Arrays.asList(l)); }