public class AtomicReference<T> extends Object
boolean
compareAndSet(T expect, T update)
T
get()
void
set(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void set(T value)
public boolean compareAndSet(T expect, T update)
public T get()
Copyright © 2021. All rights reserved.