| Package | Description |
|---|---|
| com.google.common.util.concurrent |
Concurrency utilities.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
AbstractFuture.SafeAtomicHelper
AbstractFuture.AtomicHelper based on AtomicReferenceFieldUpdater. |
private static class |
AbstractFuture.SynchronizedHelper
AbstractFuture.AtomicHelper based on synchronized and volatile writes. |
private static class |
AbstractFuture.UnsafeAtomicHelper
AbstractFuture.AtomicHelper based on Unsafe. |
| Modifier and Type | Field and Description |
|---|---|
private static AbstractFuture.AtomicHelper |
AbstractFuture.ATOMIC_HELPER |