package C3;

import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public final class I extends A {
    @Override // C3.A
    public final A c(Object obj) {
        obj.getClass();
        a(obj);
        return this;
    }

    public final J g() {
        int i = this.f1186b;
        if (i == 0) {
            int i5 = J.f1201s;
            return c0.f1255z;
        }
        if (i != 1) {
            J j8 = J.j(i, this.f1185a);
            this.f1186b = j8.size();
            this.f1187c = true;
            return j8;
        }
        Object obj = this.f1185a[0];
        Objects.requireNonNull(obj);
        int i8 = J.f1201s;
        return new i0(obj);
    }
}
