Uses of Interface
java.util.concurrent.Delayed
Packages that use Delayed
-
Uses of Delayed in java.util.concurrent
Classes in java.util.concurrent with type parameters of type DelayedModifier and TypeClassDescriptionclass
DelayQueue<E extends Delayed>
An unbounded blocking queue ofDelayed
elements, in which an element generally becomes eligible for removal when its delay has expired.Subinterfaces of Delayed in java.util.concurrentModifier and TypeInterfaceDescriptioninterface
AScheduledFuture
that isRunnable
.interface
A delayed result-bearing action that can be cancelled.Subinterfaces with type arguments of type Delayed in java.util.concurrentModifier and TypeInterfaceDescriptioninterface
A mix-in style interface for marking objects that should be acted upon after a given delay.