package n1;

import java.io.Serializable;

/* JADX INFO: loaded from: classes.dex */
public final class k implements Serializable {

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final Object f5860g;

    public k(Object obj, Object obj2) {
        this.f5859b = obj;
        this.f5860g = obj2;
    }

    public final Object a() {
        return this.f5859b;
    }

    public final Object b() {
        return this.f5860g;
    }

    public final Object c() {
        return this.f5859b;
    }

    public final Object d() {
        return this.f5860g;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof k)) {
            return false;
        }
        k kVar = (k) obj;
        return kotlin.jvm.internal.l.a(this.f5859b, kVar.f5859b) && kotlin.jvm.internal.l.a(this.f5860g, kVar.f5860g);
    }

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

    public String toString() {
        return '(' + this.f5859b + ", " + this.f5860g + ')';
    }
}
