- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for PureJavaLongAddable (0.07 seconds)
-
android/guava/src/com/google/common/cache/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 Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Aug 10 19:54:19 GMT 2025 - 2K bytes - Click Count (0)