package v;

import b0.D;

/* JADX INFO: renamed from: v.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0725a implements m {

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int[] f6560c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final long[] f6561d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final long[] f6562e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final long[] f6563f;

    public C0725a(int[] iArr, long[] jArr, long[] jArr2, long[] jArr3) {
        this.f6559b = iArr.length;
        this.f6560c = iArr;
        this.f6561d = jArr;
        this.f6562e = jArr2;
        this.f6563f = jArr3;
    }

    public int a(long j2) {
        return D.d(this.f6563f, j2, true, true);
    }

    @Override // v.m
    public boolean b() {
        return true;
    }

    @Override // v.m
    public long c(long j2) {
        return this.f6561d[a(j2)];
    }
}
