[[["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-04-09 UTC."],[[["This webpage provides documentation for the `AbstractApiFuture` class, which is an abstract implementation of `ApiFuture` in Java, mirroring Guava's `AbstractFuture`."],["The latest version of the API documentation available is 2.46.1, and the page provides access to documentation for numerous previous versions of `AbstractApiFuture` class, going back to version 2.1.2."],["`AbstractApiFuture` implements the `ApiFuture` interface and inherits from `java.lang.Object`, providing methods like `addListener`, `cancel`, `get`, `isCancelled`, `isDone`, and `setException`."],["The class provides two constructors and several methods that handle asynchronous task completion and cancellation, including methods for setting a value or exception upon completion, and retrieving results, with or without a timeout."],["Users can consult the inherited members from `java.lang.Object` like `clone()`, `equals()`, `getClass()`, `hashCode()`, `toString()` and `wait()` through the documentation on the page."]]],[]]