Searched defs:getAndSet (Results 1 – 6 of 6) sorted by relevance
54 public int getAndSet(int newValue) { in getAndSet() method in Count
48 public final int getAndSet(int newValue) { in getAndSet() method in AtomicInteger
48 public final long getAndSet(long newValue) { in getAndSet() method in AtomicLong
116 public final double getAndSet(double newValue) { in getAndSet() method in AtomicDouble
126 public final double getAndSet(int i, double newValue) { in getAndSet() method in AtomicDoubleArray
64 public boolean getAndSet (int index) { in getAndSet() method in Bits