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

50 lines
1.1 KiB
Java

package o;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
/* loaded from: classes2.dex */
public final class yiD {
public static final yiD a;
public final Map<String, String> b;
/* loaded from: classes2.dex */
public static final class RVV {
HashMap<String, String> c = new HashMap<>();
}
private /* synthetic */ yiD(Map map, byte b) {
this(map);
}
private yiD(Map<String, String> map) {
this.b = map;
}
public final boolean equals(Object obj) {
if (obj instanceof yiD) {
return this.b.equals(((yiD) obj).b);
}
return false;
}
public final int hashCode() {
return this.b.hashCode();
}
public final String toString() {
return this.b.toString();
}
static {
RVV rvv = new RVV();
if (rvv.c == null) {
throw new IllegalStateException("cannot call build() twice");
}
yiD yid = new yiD(Collections.unmodifiableMap(rvv.c), (byte) 0);
rvv.c = null;
a = yid;
}
}