package ma;

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

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

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

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

    static {
        xyz.stream.utils.a0 a0Var = new xyz.stream.utils.a0(19);
        HashMap map = (HashMap) a0Var.f36098a;
        if (map == null) {
            throw new IllegalStateException("cannot call build() twice");
        }
        l lVar = new l(Collections.unmodifiableMap(map));
        a0Var.f36098a = null;
        f30533b = lVar;
    }

    public l(Map map) {
        this.f30534a = map;
    }

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

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

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