package kotlin.reflect.w.internal.y0.o;

import java.util.Arrays;
import java.util.Collection;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.o;
import kotlin.reflect.w.internal.y0.d.w;
import kotlin.reflect.w.internal.y0.h.e;
import kotlin.text.Regex;

/* JADX INFO: loaded from: classes2.dex */
public final class k {
    public final e a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Regex f9051b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Collection<e> f9052c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final Function1<w, String> f9053d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final f[] f9054e;

    /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
    public k(Collection<e> collection, f[] fVarArr, Function1<? super w, String> function1) {
        this(null, null, collection, function1, (f[]) Arrays.copyOf(fVarArr, fVarArr.length));
        o.f(collection, "nameList");
        o.f(fVarArr, "checks");
        o.f(function1, "additionalChecks");
    }

    public /* synthetic */ k(Collection collection, f[] fVarArr, Function1 function1, int i2) {
        this((Collection<e>) collection, fVarArr, (i2 & 4) != 0 ? j.f9050f : null);
    }

    /* JADX WARN: Multi-variable type inference failed */
    public k(e eVar, Regex regex, Collection<e> collection, Function1<? super w, String> function1, f... fVarArr) {
        this.a = null;
        this.f9051b = regex;
        this.f9052c = collection;
        this.f9053d = function1;
        this.f9054e = fVarArr;
    }

    /* JADX WARN: Multi-variable type inference failed */
    public k(e eVar, f[] fVarArr, Function1<? super w, String> function1) {
        o.f(eVar, "name");
        o.f(fVarArr, "checks");
        o.f(function1, "additionalChecks");
        f[] fVarArr2 = (f[]) Arrays.copyOf(fVarArr, fVarArr.length);
        this.a = eVar;
        this.f9051b = null;
        this.f9052c = null;
        this.f9053d = function1;
        this.f9054e = fVarArr2;
    }

    public /* synthetic */ k(e eVar, f[] fVarArr, Function1 function1, int i2) {
        this(eVar, fVarArr, (i2 & 4) != 0 ? h.f9048f : null);
    }
}
