软件包 | 描述 |
---|---|
java.util.concurrent |
在并发编程中常用的实用类。
|
Modifier and Type | Class and Description |
---|---|
class |
DelayQueue<E extends Delayed>
对
Delayed 元素无界
blocking queue,其中一个元素只可以当其延迟已过期。
|
Modifier and Type | Interface and Description |
---|---|
interface |
RunnableScheduledFuture<V>
这是一个
ScheduledFuture
Runnable 。
|
interface |
ScheduledFuture<V>
一种可以取消的延迟结果承载动作。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.