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

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

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

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

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

    static {
        jc1 jc1Var = new jc1(15);
        HashMap map = (HashMap) jc1Var.f12808b;
        if (map == null) {
            throw new IllegalStateException("cannot call build() twice");
        }
        j02 j02Var = new j02(Collections.unmodifiableMap(map));
        jc1Var.f12808b = null;
        f12676b = j02Var;
    }

    public /* synthetic */ j02(Map map) {
        this.f12677a = map;
    }

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

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

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