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

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;

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

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public static final C4000 f12656 = new C4000();

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

    public C4000() {
        this.f12657 = Collections.emptyList();
    }

    public C4000(C3946 c3946) {
        this.f12657 = Collections.singletonList(c3946);
    }

    @Override // p138.p176.p177.p190.p226.InterfaceC3949
    /* JADX INFO: renamed from: ֏ */
    public int mo6375(long j) {
        return j < 0 ? 0 : -1;
    }

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

    @Override // p138.p176.p177.p190.p226.InterfaceC3949
    /* JADX INFO: renamed from: ؠ */
    public List<C3946> mo6377(long j) {
        return j >= 0 ? this.f12657 : Collections.emptyList();
    }

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