package x4;

/* JADX INFO: renamed from: x4.B, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C3225B {

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

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

    public C3225B(int i6, Object obj) {
        this.f26033a = i6;
        this.f26034b = obj;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3225B)) {
            return false;
        }
        C3225B c3225b = (C3225B) obj;
        return this.f26033a == c3225b.f26033a && kotlin.jvm.internal.o.c(this.f26034b, c3225b.f26034b);
    }

    public final int hashCode() {
        int iHashCode = Integer.hashCode(this.f26033a) * 31;
        Object obj = this.f26034b;
        return iHashCode + (obj == null ? 0 : obj.hashCode());
    }

    public final String toString() {
        return "IndexedValue(index=" + this.f26033a + ", value=" + this.f26034b + ')';
    }
}
