package s8; import java.io.Serializable; /* loaded from: classes2.dex */ public final class m implements Serializable { /* renamed from: a, reason: collision with root package name */ private final Object f14094a; /* renamed from: b, reason: collision with root package name */ private final Object f14095b; public m(Object obj, Object obj2) { this.f14094a = obj; this.f14095b = obj2; } public final Object a() { return this.f14094a; } public final Object b() { return this.f14095b; } public final Object c() { return this.f14094a; } public final Object d() { return this.f14095b; } public boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof m)) { return false; } m mVar = (m) obj; return d9.j.a(this.f14094a, mVar.f14094a) && d9.j.a(this.f14095b, mVar.f14095b); } public int hashCode() { Object obj = this.f14094a; int hashCode = (obj == null ? 0 : obj.hashCode()) * 31; Object obj2 = this.f14095b; return hashCode + (obj2 != null ? obj2.hashCode() : 0); } public String toString() { return '(' + this.f14094a + ", " + this.f14095b + ')'; } }