Uses of Enum Class
java.util.concurrent.StructuredTaskScope.Subtask.State
Packages that use StructuredTaskScope.Subtask.StatePREVIEW
-
Uses of StructuredTaskScope.Subtask.StatePREVIEW in java.util.concurrent
Subclasses with type arguments of type StructuredTaskScope.Subtask.StatePREVIEW in java.util.concurrentModifier and TypeClassDescriptionstatic enum
Preview.Represents the state of a subtask.Methods in java.util.concurrent that return StructuredTaskScope.Subtask.StatePREVIEWModifier and TypeMethodDescriptionStructuredTaskScope.Subtask.state()
Returns the subtask state.Returns the enum constant of this class with the specified name.StructuredTaskScope.Subtask.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.