package defpackage;

import java.io.Serializable;

/* JADX INFO: renamed from: ˈᵘᵜ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1081 implements Serializable {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final Object f4615;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final Object f4616;

    public C1081(Object obj, Object obj2) {
        this.f4615 = obj;
        this.f4616 = obj2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1081)) {
            return false;
        }
        C1081 c1081 = (C1081) obj;
        return ᵥˈᵛ.ˊᵫᵗ(this.f4615, c1081.f4615) && ᵥˈᵛ.ˊᵫᵗ(this.f4616, c1081.f4616);
    }

    public final int hashCode() {
        Object obj = this.f4615;
        int iHashCode = (obj == null ? 0 : obj.hashCode()) * 31;
        Object obj2 = this.f4616;
        return iHashCode + (obj2 != null ? obj2.hashCode() : 0);
    }

    public final String toString() {
        return "(" + this.f4615 + ", " + this.f4616 + ')';
    }

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final Object m3517() {
        return this.f4616;
    }

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final Object m3518() {
        return this.f4615;
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final Object m3519() {
        return this.f4615;
    }

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final Object m3520() {
        return this.f4616;
    }
}
