package defpackage;

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

/* JADX INFO: renamed from: ᵫˈˁʿ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3961 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final Map f15129;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final String f15130;

    public C3961(String str, Map map) {
        this.f15130 = str;
        this.f15129 = map;
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static C3961 m8702(String str) {
        return new C3961(str, Collections.EMPTY_MAP);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3961)) {
            return false;
        }
        C3961 c3961 = (C3961) obj;
        return this.f15130.equals(c3961.f15130) && this.f15129.equals(c3961.f15129);
    }

    public final int hashCode() {
        return this.f15129.hashCode() + (this.f15130.hashCode() * 31);
    }

    public final String toString() {
        return "FieldDescriptor{name=" + this.f15130 + ", properties=" + this.f15129.values() + "}";
    }
}
