扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent类scheduledthreadpoolexecutor的类成员方法: schedulewithfixeddelay定义及介绍
发布时间:2014-2-17
本文导语:
schedulewithfixeddelay
public scheduledfuture schedulewithfixeddelay(runnable command,
long initialdelay,
long delay,
timeunit unit)
从接口 sch...