| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 Delayed 的软件包 | |
|---|---|
| java.util.concurrent | 在并发编程中很常用的实用工具类。 | 
| java.util.concurrent 中 Delayed 的使用 | 
|---|
| 类型参数类型为 Delayed 的 java.util.concurrent 中的类 | |
|---|---|
 class | 
DelayQueue<E extends Delayed>
Delayed 元素的一个无界阻塞队列,只有在延迟期满时才能从中提取元素。  | 
| java.util.concurrent 中 Delayed 的子接口 | |
|---|---|
 interface | 
RunnableScheduledFuture<V>
作为 Runnable 的 ScheduledFuture。 | 
 interface | 
ScheduledFuture<V>
一个延迟的、结果可接受的操作,可将其取消。  | 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。