package m1;

import G0.InterfaceC0265k0;
import J0.O;

/* JADX INFO: loaded from: classes.dex */
public final class i extends O implements InterfaceC0265k0 {

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final J4.c f20434c;

    public i(c cVar, J4.c cVar2) {
        this.f20433b = cVar;
        this.f20434c = cVar2;
    }

    @Override // G0.InterfaceC0265k0
    public final Object a() {
        return new h(this.f20433b, this.f20434c);
    }

    public final boolean equals(Object obj) {
        i iVar = obj instanceof i ? (i) obj : null;
        return this.f20434c == (iVar != null ? iVar.f20434c : null);
    }

    public final int hashCode() {
        return this.f20434c.hashCode();
    }
}
