package F3;

import java.util.Objects;

/* JADX INFO: loaded from: classes3.dex */
public final class Y extends I {
    @Override // F3.I
    public final I b(Object obj) {
        obj.getClass();
        a(obj);
        return this;
    }

    public final Z f() {
        int i6 = this.f1500b;
        if (i6 == 0) {
            int i7 = Z.f1526c;
            return v0.f1615m;
        }
        if (i6 != 1) {
            Z zO = Z.o(i6, this.f1499a);
            this.f1500b = zO.size();
            this.f1501c = true;
            return zO;
        }
        Object obj = this.f1499a[0];
        Objects.requireNonNull(obj);
        int i8 = Z.f1526c;
        return new B0(obj);
    }
}
