package m1;

/* JADX INFO: loaded from: classes.dex */
public final class c extends n {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Object f20416b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final f f20417c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final e f20418d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final f f20419e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final e f20420f;

    public c(Object obj) {
        super(obj);
        this.f20416b = obj;
        this.f20417c = new f(obj, -2, this);
        this.f20418d = new e(obj, 0, this);
        this.f20419e = new f(obj, -1, this);
        this.f20420f = new e(obj, 1, this);
    }

    @Override // m1.n
    public final Object a() {
        return this.f20416b;
    }
}
