- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for PureJavaLongAddable (0.15 seconds)
-
android/guava/src/com/google/common/hash/LongAddables.java
@Override public LongAddable get() { return new PureJavaLongAddable(); } }; } SUPPLIER = supplier; } public static LongAddable create() { return SUPPLIER.get(); } private static final class PureJavaLongAddable extends AtomicLong implements LongAddable { @Override public void increment() { getAndIncrement();Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 21 03:10:51 GMT 2024 - 1.9K bytes - Click Count (0)