package defpackage;

import java.util.ArrayList;
import java.util.List;

/* JADX INFO: renamed from: ᵛᵡ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2798 {

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

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final List f10742;

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

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final List f10744;

    /* JADX WARN: Multi-variable type inference failed */
    /* JADX WARN: Type inference failed for: r4v0, types: [java.util.Collection, java.util.List] */
    /* JADX WARN: Type inference failed for: r4v1, types: [java.util.List] */
    /* JADX WARN: Type inference failed for: r4v2, types: [java.util.ArrayList] */
    public C2798(String str, boolean z, List list, List list2) {
        this.f10743 = str;
        this.f10741 = z;
        this.f10742 = list;
        this.f10744 = list2;
        if (list2.isEmpty()) {
            int size = list.size();
            list2 = new ArrayList(size);
            for (int i = 0; i < size; i++) {
                list2.add("ASC");
            }
        }
        this.f10744 = list2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof C2798) {
            C2798 c2798 = (C2798) obj;
            String str = c2798.f10743;
            if (this.f10741 == c2798.f10741 && this.f10742.equals(c2798.f10742) && ᵥˈᵛ.ˊᵫᵗ(this.f10744, c2798.f10744)) {
                String str2 = this.f10743;
                return AbstractC5498.m11136(str2, "index_", false) ? AbstractC5498.m11136(str, "index_", false) : str2.equals(str);
            }
        }
        return false;
    }

    public final int hashCode() {
        String str = this.f10743;
        return this.f10744.hashCode() + AbstractC2704.m6522((((AbstractC5498.m11136(str, "index_", false) ? -1184239155 : str.hashCode()) * 31) + (this.f10741 ? 1 : 0)) * 31, 31, this.f10742);
    }

    public final String toString() {
        return AbstractC1555.m4400(AbstractC1555.m4402("\n                |Index {\n                |   name = '" + this.f10743 + "',\n                |   unique = '" + this.f10741 + "',\n                |   columns = {" + AbstractC1555.m4400(AbstractC4126.m8996(this.f10742, ",", null, null, null, 62)).concat(AbstractC1555.m4400("},")) + "\n                |   orders = {" + AbstractC1555.m4400(AbstractC4126.m8996(this.f10744, ",", null, null, null, 62)).concat(AbstractC1555.m4400(" }")) + "\n                |}\n            "));
    }
}
