package n0;

import d5.AbstractC0844a;
import java.util.ArrayList;

/* JADX INFO: renamed from: n0.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C1247a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f14962a;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final boolean f14964c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int f14965d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public int f14966e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public ArrayList f14967f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public ArrayList f14968g;

    public C1247a(String str) {
        this(str, false, true);
    }

    public final void a(C1248b c1248b) {
        if (this.f14967f == null) {
            this.f14967f = new ArrayList();
        }
        this.f14967f.add(c1248b);
    }

    public final void b(C1248b c1248b) {
        if (this.f14968g == null) {
            this.f14968g = new ArrayList();
        }
        this.f14968g.add(c1248b);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("[");
        sb.append(this.f14962a);
        sb.append(" ");
        return AbstractC0844a.n(sb, this.f14965d, "]");
    }

    public C1247a(String str, boolean z8, boolean z9) {
        this.f14965d = 0;
        this.f14966e = 0;
        this.f14962a = str;
        this.f14963b = z8;
        this.f14964c = z9;
    }

    public void c() {
    }
}
