static void cancelTimerOrInterruptThread(O timer) { if (timer instanceof Thread) interruptThread((Thread) timer); else cancelTimer(timer); }