public class TimerService extends Object
| 构造器和说明 |
|---|
TimerService() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ScheduledFuture<?> |
scheduleWithFixedDelay(Runnable command,
long initialDelay,
long delay,
TimeUnit unit) |
public static ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit)
Copyright © 2016. All rights reserved.