Uses of Enum Class
java.util.concurrent.Future.State
Packages that use Future.State
-
Uses of Future.State in java.util.concurrent
Subclasses with type arguments of type Future.State in java.util.concurrentMethods in java.util.concurrent that return Future.StateModifier and TypeMethodDescriptionCompletableFuture.state()
ForkJoinTask.state()
default Future.State
Future.state()
Returns the computation state.FutureTask.state()
static Future.State
Returns the enum constant of this class with the specified name.static Future.State[]
Future.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.