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