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 { 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 a = a(i); if (((u.b) a.getKey()).b()) { a.setValue(Collections.unmodifiableList((List) a.getValue())); } } for (Map.Entry entry : b()) { if (((u.b) entry.getKey()).b()) { entry.setValue(Collections.unmodifiableList((List) entry.getValue())); } } } super.c(); } }