- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testUpdateAndGetWithSum (0.07 sec)
-
guava-tests/test/com/google/common/util/concurrent/AtomicDoubleArrayTest.java
assertBitEquals(x, z); assertBitEquals(x - y, aa.get(i)); } } } } /** updateAndGet adds given value to current, and returns current value */ public void testUpdateAndGetWithSum() { AtomicDoubleArray aa = new AtomicDoubleArray(SIZE); for (int i : new int[] {0, SIZE - 1}) { for (double x : VALUES) { for (double y : VALUES) { aa.set(i, x);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 14.6K bytes - Viewed (0)