Added in API level 1

ScheduledFuture

interface ScheduledFuture<V : Any!> : Delayed, Future<V>
java.util.concurrent.ScheduledFuture

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 functions