Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.
Added in API level 1

ScheduledFuture

public interface ScheduledFuture
implements Delayed, Future<V>

java.util.concurrent.ScheduledFuture<V>


A delayed result-bearing action that can be cancelled. Usually a scheduled future is the result of scheduling a task with a ScheduledExecutorService.

Summary

Inherited methods