static void cancelTimersAndInterruptThreads(Collection timers) { for (O timer : timers) cancelTimerOrInterruptThread(timer); }