package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;
import java.util.Collections;
import java.util.Map;

/* JADX INFO: loaded from: classes2.dex */
public final class tg2 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final tg2 f16892b = new tg2(new fg2().f11216a);

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Map f16893a;

    public /* synthetic */ tg2(Map map) {
        this.f16893a = Collections.unmodifiableMap(map);
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof tg2) {
            return this.f16893a.equals(((tg2) obj).f16893a);
        }
        return false;
    }

    public final int hashCode() {
        return this.f16893a.hashCode();
    }
}
