package q;

/* JADX INFO: renamed from: q.G, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2756G implements InterfaceC2787m {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final InterfaceC2806x f23168a;

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

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

    public C2756G(InterfaceC2806x interfaceC2806x, X x6, long j4) {
        this.f23168a = interfaceC2806x;
        this.f23169b = x6;
        this.f23170c = j4;
    }

    @Override // q.InterfaceC2787m
    public final I0 a(G0 g0) {
        return new N0(this.f23168a.a(g0), this.f23169b, this.f23170c);
    }

    public final boolean equals(Object obj) {
        if (obj instanceof C2756G) {
            C2756G c2756g = (C2756G) obj;
            if (c2756g.f23168a.equals(this.f23168a) && c2756g.f23169b == this.f23169b && c2756g.f23170c == this.f23170c) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Long.hashCode(this.f23170c) + ((this.f23169b.hashCode() + (this.f23168a.hashCode() * 31)) * 31);
    }
}
