NetMirror.apk
Download file
package q;
/* JADX INFO: loaded from: classes.dex */
public class d {
/* JADX INFO: renamed from: a, reason: collision with root package name */
public final Object f10331a;
/* JADX INFO: renamed from: b, reason: collision with root package name */
public final Object f10332b;
public d(Object obj, Object obj2) {
this.f10331a = obj;
this.f10332b = obj2;
}
public boolean equals(Object obj) {
if (!(obj instanceof d)) {
return false;
}
d dVar = (d) obj;
return c.a(dVar.f10331a, this.f10331a) && c.a(dVar.f10332b, this.f10332b);
}
public int hashCode() {
Object obj = this.f10331a;
int iHashCode = obj == null ? 0 : obj.hashCode();
Object obj2 = this.f10332b;
return iHashCode ^ (obj2 != null ? obj2.hashCode() : 0);
}
public String toString() {
return "Pair{" + this.f10331a + " " + this.f10332b + "}";
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file