package l2;

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 f20257a;

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

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

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

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

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

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

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

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

    public b(String str, String str2, long j4, int i6, int i7, int i8, int[] iArr, TreeMap treeMap) {
        this.f20257a = str;
        this.f20258b = str2;
        this.f20259c = j4;
        this.f20261e = i6;
        this.f20262f = i7;
        this.f20263g = i8;
        this.f20264h = iArr;
        this.f20265i = treeMap;
    }
}
