package N1;

import d3.R0;
import java.util.List;
import java.util.concurrent.Executors;

/* JADX INFO: loaded from: classes.dex */
public abstract class J extends T {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final C0205f f4476d;

    public J(AbstractC0200c abstractC0200c) {
        I i = new I(this);
        K4.c cVar = new K4.c(25, this);
        synchronized (AbstractC0200c.f4512a) {
            try {
                if (AbstractC0200c.f4513b == null) {
                    AbstractC0200c.f4513b = Executors.newFixedThreadPool(2);
                }
            } catch (Throwable th) {
                throw th;
            }
        }
        C0205f c0205f = new C0205f(cVar, new R0(AbstractC0200c.f4513b, abstractC0200c, 23, false));
        this.f4476d = c0205f;
        c0205f.f4533d.add(i);
    }

    @Override // N1.T
    public int a() {
        return this.f4476d.f4535f.size();
    }

    public final Object n(int i) {
        return this.f4476d.f4535f.get(i);
    }

    public final void o(List list) {
        this.f4476d.b(list, null);
    }
}
