- cancel
void cancel()
Undocumented in source. Be warned that the author may not have intended to support it.
- finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.
- schedule
void schedule(TimerTask task, long delay, long period)
Undocumented in source. Be warned that the author may not have intended to support it.
- schedule
void schedule(TimerTask task, long delay)
Undocumented in source. Be warned that the author may not have intended to support it.
- scheduleAtFixedRate
void scheduleAtFixedRate(TimerTask task, long delay, long period)
Undocumented in source. Be warned that the author may not have intended to support it.