Searched defs:getAndSet (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicBoolean.java148 public final boolean getAndSet(boolean newValue) { method in class:AtomicBoolean
H A DAtomicReference.java139 public final V getAndSet(V newValue) { method in class:AtomicReference
H A DAtomicReferenceFieldUpdater.java176 public V getAndSet(T obj, V newValue) { method in class:AtomicReferenceFieldUpdater
H A DAtomicInteger.java117 public final int getAndSet(int newValue) { method in class:AtomicInteger
H A DAtomicIntegerArray.java148 public final int getAndSet(int i, int newValue) { method in class:AtomicIntegerArray
H A DAtomicIntegerFieldUpdater.java159 public int getAndSet(T obj, int newValue) { method in class:AtomicIntegerFieldUpdater
H A DAtomicLong.java131 public final long getAndSet(long newValue) { method in class:AtomicLong
H A DAtomicLongArray.java148 public final long getAndSet(int i, long newValue) { method in class:AtomicLongArray
H A DAtomicLongFieldUpdater.java162 public long getAndSet(T obj, long newValue) { method in class:AtomicLongFieldUpdater
H A DAtomicReferenceArray.java162 public final E getAndSet(int i, E newValue) { method in class:AtomicReferenceArray

Completed in 300 milliseconds