what-the-bank/sources/o/PW.java

53 lines
1.2 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.HashMap;
import java.util.List;
/* loaded from: classes.dex */
public final class PW extends EQ {
public static final HBt c = new HBt(0);
public HashMap<String, List<PY>> b;
public /* synthetic */ PW(byte b) {
this((HashMap<String, List<PY>>) new HashMap());
}
private PW(HashMap<String, List<PY>> hashMap) {
C14957gcv.e(hashMap, "");
this.b = hashMap;
}
/* loaded from: classes.dex */
public static final class HBt {
private HBt() {
}
public /* synthetic */ HBt(byte b) {
this();
}
}
public final String toString() {
HashMap<String, List<PY>> hashMap = this.b;
StringBuilder sb = new StringBuilder("PurchaseSearchDisplay(searchFundList=");
sb.append(hashMap);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof PW) && C14957gcv.b(this.b, ((PW) obj).b);
}
public PW() {
this((byte) 0);
}
}