package defpackage;

/* JADX INFO: renamed from: ᵬᵸᵪ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C4100 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final int f15710;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final int f15711;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final int f15712;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final Object f15713;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final long f15714;

    public C4100(long j, Object obj) {
        this(obj, -1, -1, j, -1);
    }

    public C4100(Object obj) {
        this(-1L, obj);
    }

    public C4100(Object obj, int i, int i2, long j, int i3) {
        this.f15713 = obj;
        this.f15710 = i;
        this.f15711 = i2;
        this.f15714 = j;
        this.f15712 = i3;
    }

    public C4100(Object obj, long j, int i) {
        this(obj, -1, -1, j, i);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C4100)) {
            return false;
        }
        C4100 c4100 = (C4100) obj;
        return this.f15713.equals(c4100.f15713) && this.f15710 == c4100.f15710 && this.f15711 == c4100.f15711 && this.f15714 == c4100.f15714 && this.f15712 == c4100.f15712;
    }

    public final int hashCode() {
        return ((((((((this.f15713.hashCode() + 527) * 31) + this.f15710) * 31) + this.f15711) * 31) + ((int) this.f15714)) * 31) + this.f15712;
    }

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final boolean m8958() {
        return this.f15710 != -1;
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final C4100 m8959(Object obj) {
        if (this.f15713.equals(obj)) {
            return this;
        }
        return new C4100(obj, this.f15710, this.f15711, this.f15714, this.f15712);
    }
}
