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

import java.util.Collections;
import java.util.HashMap;
import java.util.Map;

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final fa f20911b;

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

    static {
        o3 o3Var = new o3(9);
        HashMap map = (HashMap) o3Var.f21109b;
        if (map == null) {
            throw new IllegalStateException("cannot call build() twice");
        }
        fa faVar = new fa(Collections.unmodifiableMap(map));
        o3Var.f21109b = null;
        f20911b = faVar;
    }

    public /* synthetic */ fa(Map map) {
        this.f20912a = map;
    }

    public final boolean equals(Object obj) {
        if (obj instanceof fa) {
            return this.f20912a.equals(((fa) obj).f20912a);
        }
        return false;
    }

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

    public final String toString() {
        return this.f20912a.toString();
    }
}
