T - public class Ref<T>
extends java.util.concurrent.atomic.AtomicReference<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
_get() |
|
boolean |
equals(java.lang.Object o) |
|
int |
hashCode() |
|
static <T> Ref<T> |
valueOf(T t) |
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatilepublic Ref(T t)
Copyright © 2018. All rights reserved.