Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
package com.fyber.inneractive.sdk.protobuf;
import com.fyber.inneractive.sdk.protobuf.u;
import java.util.Collections;
import java.util.List;
import java.util.Map;
/* loaded from: classes2.dex */
public final class f1 extends g1<Object, Object> {
public f1(int i) {
super(i, 0);
}
@Override // com.fyber.inneractive.sdk.protobuf.g1, java.util.AbstractMap, java.util.Map
public final /* bridge */ /* synthetic */ Object put(Object obj, Object obj2) {
return put((Comparable) obj, obj2);
}
@Override // com.fyber.inneractive.sdk.protobuf.g1
public final void c() {
if (!this.d) {
for (int i = 0; i < this.b.size(); i++) {
Map.Entry<Object, Object> a = a(i);
if (((u.b) a.getKey()).b()) {
a.setValue(Collections.unmodifiableList((List) a.getValue()));
}
}
for (Map.Entry<Object, Object> entry : b()) {
if (((u.b) entry.getKey()).b()) {
entry.setValue(Collections.unmodifiableList((List) entry.getValue()));
}
}
}
super.c();
}
}