package o; import java.util.Comparator; import java.util.List; /* loaded from: classes3.dex */ public final class Hxx implements Comparator { public String a; public TfH b; public String c; public TfH d; public List e; public TfH g; public int h; public int i; public Mtu j; @Override // java.util.Comparator public final /* bridge */ /* synthetic */ int compare(Hxx hxx, Hxx hxx2) { return hxx.h - hxx2.h; } @Override // java.util.Comparator public final boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } Hxx hxx = (Hxx) obj; if (this.i != hxx.i || this.h != hxx.h || this.j != hxx.j) { return false; } TfH tfH = this.b; if (tfH == null ? hxx.b != null : !tfH.equals(hxx.b)) { return false; } String str = this.a; if (str == null ? hxx.a != null : !str.equals(hxx.a)) { return false; } String str2 = this.c; if (str2 == null ? hxx.c != null : !str2.equals(hxx.c)) { return false; } TfH tfH2 = this.d; if (tfH2 == null ? hxx.d != null : !tfH2.equals(hxx.d)) { return false; } TfH tfH3 = this.g; if (tfH3 == null ? hxx.g != null : !tfH3.equals(hxx.g)) { return false; } List list = this.e; if (list != null) { return list.equals(hxx.e); } return hxx.e == null; } public final int hashCode() { Mtu mtu = this.j; int hashCode = mtu != null ? mtu.hashCode() : 0; int i = this.i; int i2 = this.h; TfH tfH = this.b; int hashCode2 = tfH != null ? tfH.hashCode() : 0; String str = this.a; int hashCode3 = str != null ? str.hashCode() : 0; String str2 = this.c; int hashCode4 = str2 != null ? str2.hashCode() : 0; TfH tfH2 = this.d; int hashCode5 = tfH2 != null ? tfH2.hashCode() : 0; TfH tfH3 = this.g; int hashCode6 = tfH3 != null ? tfH3.hashCode() : 0; List list = this.e; return (((((((((((((((hashCode * 31) + i) * 31) + i2) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (list != null ? list.hashCode() : 0); } }