package I0;

/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
/* JADX INFO: loaded from: classes.dex */
public final class H0 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final H0 f2196a;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final H0 f2198c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final /* synthetic */ H0[] f2199d;

    static {
        H0 h0 = new H0("ContinueTraversal", 0);
        f2196a = h0;
        H0 h02 = new H0("SkipSubtreeAndContinueTraversal", 1);
        f2197b = h02;
        H0 h03 = new H0("CancelTraversal", 2);
        f2198c = h03;
        H0[] h0Arr = {h0, h02, h03};
        f2199d = h0Arr;
        A4.g.E(h0Arr);
    }

    public static H0 valueOf(String str) {
        return (H0) Enum.valueOf(H0.class, str);
    }

    public static H0[] values() {
        return (H0[]) f2199d.clone();
    }
}
