Delayed (Java SE 26 & JDK 26)
Interface Delayed
- All Superinterfaces:
Comparable<Delayed>
- All Known Subinterfaces:
RunnableScheduledFuture<V>, ScheduledFuture<V>
-
Method Summary
Modifier and Type
Method
Description
longReturns the remaining delay associated with this object, in the given time unit.
Methods declared in interface Comparable
Modifier and Type
Method
Description
intCompares this object with the specified object for order.
-
Method Details
-
getDelay
-