[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["`ScheduledFuture` is a cancellable, delayed action that produces a result, often from `ScheduledExecutorService`. It inherits methods to manage its state and retrieve results: `cancel`, `get` (with/without timeout), `isCancelled`, and `isDone`. It also features `getDelay` to check remaining delay time and `compareTo` for ordering, and `RunnableScheduledFuture` as subclass, that is a `Runnable`.\n"]]