Home
last modified time | relevance | path

Searched defs:getAndSet (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCount.java54 public int getAndSet(int newValue) { in getAndSet() method in Count
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/
DAtomicLong.java48 public final long getAndSet(long newValue) { in getAndSet() method in AtomicLong
DAtomicInteger.java48 public final int getAndSet(int newValue) { in getAndSet() method in AtomicInteger
/external/guava/guava/src/com/google/common/util/concurrent/
DAtomicDouble.java116 public final double getAndSet(double newValue) { in getAndSet() method in AtomicDouble
DAtomicDoubleArray.java126 public final double getAndSet(int i, double newValue) { in getAndSet() method in AtomicDoubleArray