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> b; public /* synthetic */ PW(byte b) { this((HashMap>) new HashMap()); } private PW(HashMap> 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> 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); } }