- 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
37 lines
1.1 KiB
Java
37 lines
1.1 KiB
Java
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();
|
|
}
|
|
}
|