package p138.p176.p177.p190.p217.p222.p223;

import java.util.Collections;
import java.util.List;
import p138.p176.p177.p190.p216.InterfaceC3775;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ໞ.ޟ.ސ.ބ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC3931 implements InterfaceC3775<AbstractC3931> {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final String f12273;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final List<String> f12274;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final boolean f12275;

    public AbstractC3931(String str, List<String> list, boolean z) {
        this.f12273 = str;
        this.f12274 = Collections.unmodifiableList(list);
        this.f12275 = z;
    }
}
