- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
27 lines
810 B
Java
27 lines
810 B
Java
package com.mbridge.msdk.dycreator.g;
|
|
|
|
import java.util.Map;
|
|
import java.util.concurrent.ConcurrentHashMap;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class f extends a {
|
|
public final void a(Object obj) {
|
|
e eVar;
|
|
ConcurrentHashMap<Integer, Object> concurrentHashMap = this.a;
|
|
if (concurrentHashMap == null || concurrentHashMap.size() <= 0) {
|
|
return;
|
|
}
|
|
for (Map.Entry<Integer, Object> entry : this.a.entrySet()) {
|
|
if (entry != null) {
|
|
try {
|
|
if (entry.getValue() != null && (eVar = (e) entry.getValue()) != null) {
|
|
eVar.a(obj);
|
|
}
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|