[[["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."],[],["The `Delayed` interface marks objects for delayed actions and requires implementations to define `compareTo` and `getDelay`. `getDelay` returns the remaining delay in a specified `TimeUnit`. Zero or negative values from `getDelay` signal the delay has passed. `compareTo` provides an ordering consistent with `getDelay`. Indirect subclasses include `RunnableScheduledFuture` and `ScheduledFuture`, representing cancellable, delayed, result-bearing actions that may also be `Runnable`.\n"]]