Searched defs:getAndSet (Results 1 – 5 of 5) sorted by relevance
54 public int getAndSet(int newValue) { in getAndSet() method in Count
48 public final long getAndSet(long newValue) { in getAndSet() method in AtomicLong
48 public final int getAndSet(int newValue) { in getAndSet() method in AtomicInteger
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