NetMirror.apk
Download file
package androidx.concurrent.futures;
import java.util.concurrent.atomic.AtomicReferenceFieldUpdater;
/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class b {
public static /* synthetic */ boolean a(AtomicReferenceFieldUpdater atomicReferenceFieldUpdater, Object obj, Object obj2, Object obj3) {
while (!atomicReferenceFieldUpdater.compareAndSet(obj, obj2, obj3)) {
if (atomicReferenceFieldUpdater.get(obj) != obj2) {
return false;
}
}
return true;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file