[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `NonCancellableFuture` class, a type of future in Java that cannot be cancelled externally."],["The `NonCancellableFuture` class is designed for internal use, extending `AbstractApiFuture` and inheriting its members."],["The most current version of `NonCancellableFuture` is 2.63.1, and the webpage lists the versions ranging from 2.63.1 to 2.7.1, with each version linking to its respective documentation."],["The method `cancel(boolean mayInterruptIfRunning)` is a part of the class, which overrides the parent class's `cancel()` method, with a parameter of boolean and returns a boolean type."],["It inherits various methods from `AbstractApiFuture` and `Object` like `addListener`, `get`, `isDone`, `equals` and `toString`."]]],[]]