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