|
JavaTM 2 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 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。