package W;

import I.c;
import I.g;
import b0.AbstractC0399d;
import java.util.Collections;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
final class b implements g {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final b f1780b = new b();

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private final List f1781a;

    public b(c cVar) {
        this.f1781a = Collections.singletonList(cVar);
    }

    @Override // I.g
    public int a(long j2) {
        return j2 < 0 ? 0 : -1;
    }

    @Override // I.g
    public long b(int i2) {
        AbstractC0399d.a(i2 == 0);
        return 0L;
    }

    @Override // I.g
    public List c(long j2) {
        return j2 >= 0 ? this.f1781a : Collections.emptyList();
    }

    @Override // I.g
    public int d() {
        return 1;
    }

    private b() {
        this.f1781a = Collections.emptyList();
    }
}
