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