public class TimerUtil extends Object
TimerUtil class.
| Modifier and Type | Field and Description |
|---|---|
static WeakReference<Timer> |
timer
Constant
timer |
| Constructor and Description |
|---|
TimerUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Timer |
getTimer()
Getter for the field
timer. |
protected static void |
purge()
purge.
|
static TimerTask |
schedule(Runnable run,
Executor executor,
long systemTime)
schedule.
|
static TimerTask |
schedule(Timer timer,
Runnable run,
Executor executor,
long systemTime)
schedule.
|
public static WeakReference<Timer> timer
timerCopyright © 2026. All rights reserved.