Searched defs:getAndSet (Results 1 – 11 of 11) sorted by relevance
110 public final V getAndSet(V newValue) { in getAndSet() method in AtomicReference
119 public final boolean getAndSet(boolean newValue) { in getAndSet() method in AtomicBoolean
88 public final int getAndSet(int newValue) { in getAndSet() method in AtomicInteger
132 public final E getAndSet(int i, E newValue) { in getAndSet() method in AtomicReferenceArray
102 public final long getAndSet(long newValue) { in getAndSet() method in AtomicLong
117 public final long getAndSet(int i, long newValue) { in getAndSet() method in AtomicLongArray
118 public final int getAndSet(int i, int newValue) { in getAndSet() method in AtomicIntegerArray
147 public V getAndSet(T obj, V newValue) { in getAndSet() method in AtomicReferenceFieldUpdater
131 public int getAndSet(T obj, int newValue) { in getAndSet() method in AtomicIntegerFieldUpdater
134 public long getAndSet(T obj, long newValue) { in getAndSet() method in AtomicLongFieldUpdater
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...