package p138.p176.p177.p242.p258.p263;

import java.util.Collections;
import java.util.List;
import java.util.Map;

/* JADX INFO: Add missing generic type declarations: [FieldDescriptorType] */
/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ރ.ނ.ར, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C4698<FieldDescriptorType> extends C4701<FieldDescriptorType, Object> {
    public C4698(int i) {
        super(i, null);
    }

    @Override // p138.p176.p177.p242.p258.p263.C4701
    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final void mo7857() {
        if (!this.f14213) {
            for (int i = 0; i < m7868(); i++) {
                Map.Entry<FieldDescriptorType, Object> entryM7867 = m7867(i);
                if (((InterfaceC4432) entryM7867.getKey()).mo7376()) {
                    entryM7867.setValue(Collections.unmodifiableList((List) entryM7867.getValue()));
                }
            }
            for (Map.Entry<FieldDescriptorType, Object> entry : m7870()) {
                if (((InterfaceC4432) entry.getKey()).mo7376()) {
                    entry.setValue(Collections.unmodifiableList((List) entry.getValue()));
                }
            }
        }
        super.mo7857();
    }
}
