Uses of Class
com.google.common.util.concurrent.SequentialExecutor.WorkerRunningState
-
Packages that use SequentialExecutor.WorkerRunningState Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of SequentialExecutor.WorkerRunningState in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent declared as SequentialExecutor.WorkerRunningState Modifier and Type Field Description private SequentialExecutor.WorkerRunningStateSequentialExecutor. workerRunningStateMethods in com.google.common.util.concurrent that return SequentialExecutor.WorkerRunningState Modifier and Type Method Description static SequentialExecutor.WorkerRunningStateSequentialExecutor.WorkerRunningState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SequentialExecutor.WorkerRunningState[]SequentialExecutor.WorkerRunningState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-