package e.a.q;

/* JADX INFO: compiled from: CollectionSerializers.kt */
/* JADX INFO: loaded from: classes.dex */
@d.n
public abstract class f1<Array> {
    public static /* synthetic */ void c(f1 f1Var, int i, int i2, Object obj) {
        if (obj != null) {
            throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: ensureCapacity");
        }
        if ((i2 & 1) != 0) {
            i = f1Var.d() + 1;
        }
        f1Var.b(i);
    }

    public abstract Array a();

    public abstract void b(int i);

    public abstract int d();
}
