static void pcallFAll_minimalExceptionHandling(Collection l, O... args) { if (l != null) for ping (O f : cloneList(l)) pcallF_minimalExceptionHandling(f, args); } static void pcallFAll_minimalExceptionHandling(Iterator it, O... args) { while ping (it.hasNext()) pcallF_minimalExceptionHandling(it.next(), args); }