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

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 C3988 implements InterfaceC3949 {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final List<List<C3946>> f12587;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final List<Long> f12588;

    public C3988(List<List<C3946>> list, List<Long> list2) {
        this.f12587 = list;
        this.f12588 = list2;
    }

    @Override // p138.p176.p177.p190.p226.InterfaceC3949
    /* JADX INFO: renamed from: ֏ */
    public int mo6375(long j) {
        int iM6745 = C4150.m6745((List<? extends Comparable<? super Long>>) this.f12588, Long.valueOf(j), false, false);
        if (iM6745 < this.f12588.size()) {
            return iM6745;
        }
        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.f12588.size());
        return this.f12588.get(i).longValue();
    }

    @Override // p138.p176.p177.p190.p226.InterfaceC3949
    /* JADX INFO: renamed from: ؠ */
    public List<C3946> mo6377(long j) {
        int iM6785 = C4150.m6785((List<? extends Comparable<? super Long>>) this.f12588, Long.valueOf(j), true, false);
        return iM6785 == -1 ? Collections.emptyList() : this.f12587.get(iM6785);
    }

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