package p138.p176.p177.p190.p226.p231;

import java.util.Collections;
import java.util.List;
import p000.p001.p002.p003.p004.C0567;
import p138.p176.p177.p190.p226.C3946;
import p138.p176.p177.p190.p226.InterfaceC3949;
import p138.p176.p177.p190.p239.C4150;

/* JADX INFO: renamed from: ދ.ހ.֏.ؠ.ໟ.ލ.ؠ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C3990 implements InterfaceC3949 {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final C3946[] f12593;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final long[] f12594;

    public C3990(C3946[] c3946Arr, long[] jArr) {
        this.f12593 = c3946Arr;
        this.f12594 = jArr;
    }

    @Override // p138.p176.p177.p190.p226.InterfaceC3949
    /* JADX INFO: renamed from: ֏ */
    public int mo6375(long j) {
        int iM6748 = C4150.m6748(this.f12594, j, false, false);
        if (iM6748 < this.f12594.length) {
            return iM6748;
        }
        return -1;
    }

    @Override // p138.p176.p177.p190.p226.InterfaceC3949
    /* JADX INFO: renamed from: ֏ */
    public long mo6376(int i) {
        C0567.m1896(i >= 0);
        C0567.m1896(i < this.f12594.length);
        return this.f12594[i];
    }

    @Override // p138.p176.p177.p190.p226.InterfaceC3949
    /* JADX INFO: renamed from: ؠ */
    public List<C3946> mo6377(long j) {
        int iM6787 = C4150.m6787(this.f12594, j, true, false);
        if (iM6787 != -1) {
            C3946[] c3946Arr = this.f12593;
            if (c3946Arr[iM6787] != C3946.f12374) {
                return Collections.singletonList(c3946Arr[iM6787]);
            }
        }
        return Collections.emptyList();
    }

    @Override // p138.p176.p177.p190.p226.InterfaceC3949
    /* JADX INFO: renamed from: ރ */
    public int mo6378() {
        return this.f12594.length;
    }
}
