Searched defs:getAndSet (Results 1 – 5 of 5) sorted by relevance
58 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
118 public final double getAndSet(double newValue) { in getAndSet() method in AtomicDouble
128 public final double getAndSet(int i, double newValue) { in getAndSet() method in AtomicDoubleArray