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 b; /* loaded from: classes2.dex */ public static final class RVV { HashMap c = new HashMap<>(); } private /* synthetic */ yiD(Map map, byte b) { this(map); } private yiD(Map 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; } }