package d3;

import java.util.TreeMap;

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

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final TreeMap f24954i;

    public b(String str, String str2, long j10, int i10, int i11, int i12, int[] iArr, TreeMap treeMap) {
        this.f24946a = str;
        this.f24947b = str2;
        this.f24948c = j10;
        this.f24950e = i10;
        this.f24951f = i11;
        this.f24952g = i12;
        this.f24953h = iArr;
        this.f24954i = treeMap;
    }
}
