T - public class Ref<T> extends AtomicReference<T>
| Modifier and Type | Method and Description |
|---|---|
T |
_get() |
boolean |
equals(Object o) |
int |
hashCode() |
static <T> Ref<T> |
valueOf(T t) |
accumulateAndGet, compareAndSet, get, getAndAccumulate, getAndSet, getAndUpdate, lazySet, set, toString, updateAndGet, weakCompareAndSetCopyright © 2016. All rights reserved.