public final class Runnables
extends java.lang.Object
Runnable interface.| Modifier and Type | Field and Description |
|---|---|
private static java.lang.Runnable |
EMPTY_RUNNABLE |
| Modifier | Constructor and Description |
|---|---|
private |
Runnables() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Runnable |
doNothing()
Returns a
Runnable instance that does nothing when run. |