Uses of Interface
java.util.concurrent.Delayed
-
Packages that use Delayed 软件包 描述 java.util.concurrent 实用程序类通常用于并发编程。 -
-
Uses of Delayed in java.util.concurrent
Classes in java.util.concurrent with type parameters of type Delayed Modifier and Type Class 描述 class
DelayQueue<E extends Delayed>
无界blocking queue的Delayed
元件,其中,当其延迟已到期的元素只能采取。Subinterfaces of Delayed in java.util.concurrent Modifier and Type 接口 描述 interface
RunnableScheduledFuture<V>
AScheduledFuture
,这是Runnable
。interface
ScheduledFuture<V>
可以取消延迟结果的行动。
-