public abstract class AtomicRunnable extends Object implements Runnable
| Constructor and Description |
|---|
AtomicRunnable() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
atomicRun() |
static AtomicRunnable |
checkAtomic(Runnable run) |
boolean |
isRun() |
AtomicRunnable |
reset() |
void |
run() |
AtomicRunnable |
setRan() |
public static AtomicRunnable checkAtomic(Runnable run)
public AtomicRunnable reset()
public AtomicRunnable setRan()
public boolean isRun()
public abstract void atomicRun()
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.