package O1;

/* JADX INFO: loaded from: classes2.dex */
final class q {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    final Object f1553a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    final o f1554b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    volatile boolean f1555c = true;

    q(Object obj, o oVar) {
        this.f1553a = obj;
        this.f1554b = oVar;
    }

    public boolean equals(Object obj) {
        if (!(obj instanceof q)) {
            return false;
        }
        q qVar = (q) obj;
        return this.f1553a == qVar.f1553a && this.f1554b.equals(qVar.f1554b);
    }

    public int hashCode() {
        return this.f1553a.hashCode() + this.f1554b.f1540f.hashCode();
    }
}
