package o; import com.airbnb.deeplinkdispatch.UrlTreeKt; /* loaded from: classes.dex */ public final class raY { public Class b; public Class d; public Class e; public raY() { } public raY(Class cls, Class cls2, Class cls3) { this.e = cls; this.d = cls2; this.b = cls3; } public final String toString() { StringBuilder sb = new StringBuilder("MultiClassKey{first="); sb.append(this.e); sb.append(", second="); sb.append(this.d); sb.append(UrlTreeKt.componentParamSuffixChar); return sb.toString(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } raY ray = (raY) obj; return this.e.equals(ray.e) && this.d.equals(ray.d) && FKd.c(this.b, ray.b); } public final int hashCode() { int hashCode = this.e.hashCode(); int hashCode2 = this.d.hashCode(); Class cls = this.b; return (((hashCode * 31) + hashCode2) * 31) + (cls != null ? cls.hashCode() : 0); } }