package L1;

import java.util.TreeMap;

/* JADX INFO: loaded from: classes.dex */
public final class c {

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public long f3949d = 0;

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final int f3951f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final int f3952g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public int[] f3953h;
    public final TreeMap i;

    public c(String str, String str2, long j8, int i, int i5, int i8, int[] iArr, TreeMap treeMap) {
        this.f3946a = str;
        this.f3947b = str2;
        this.f3948c = j8;
        this.f3950e = i;
        this.f3951f = i5;
        this.f3952g = i8;
        this.f3953h = iArr;
        this.i = treeMap;
    }
}
