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

import g.h.a.i;
import java.util.ArrayList;
import java.util.Set;
import kotlin.collections.j;

/* JADX INFO: loaded from: classes2.dex */
public enum h {
    VISIBILITY(true),
    MODALITY(true),
    OVERRIDE(true),
    ANNOTATIONS(false),
    INNER(true),
    MEMBER_KIND(true),
    DATA(true),
    INLINE(true),
    EXPECT(true),
    ACTUAL(true),
    CONST(true),
    LATEINIT(true),
    FUN(true),
    VALUE(true);


    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final Set<h> f8371f;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public static final Set<h> f8372m;
    public final boolean C;

    static {
        h[] hVarArrValues = values();
        ArrayList arrayList = new ArrayList();
        for (int i2 = 0; i2 < 14; i2++) {
            h hVar = hVarArrValues[i2];
            if (hVar.C) {
                arrayList.add(hVar);
            }
        }
        f8371f = j.o0(arrayList);
        f8372m = i.N3(values());
    }

    h(boolean z2) {
        this.C = z2;
    }
}
