package Y3;

import java.util.Arrays;

/* JADX INFO: loaded from: classes3.dex */
public final class i {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final C4.f f8816a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final long[] f8817b;

    public /* synthetic */ i(C4.f fVar, long[] jArr) {
        this.f8816a = fVar;
        this.f8817b = jArr;
    }

    public static void a(i iVar, i iVar2) {
        long[] jArr = (long[]) iVar.f8816a.f741b;
        C4.f fVar = iVar2.f8816a;
        long[] jArr2 = (long[]) fVar.f741b;
        long[] jArr3 = iVar2.f8817b;
        j.j(jArr, jArr2, jArr3);
        C4.f fVar2 = iVar.f8816a;
        long[] jArr4 = (long[]) fVar2.f742c;
        long[] jArr5 = (long[]) fVar.f742c;
        long[] jArr6 = (long[]) fVar.f743d;
        j.j(jArr4, jArr5, jArr6);
        j.j((long[]) fVar2.f743d, jArr6, jArr3);
        j.j(iVar.f8817b, (long[]) fVar.f741b, (long[]) fVar.f742c);
    }

    public i(i iVar) {
        this(1);
        a(this, iVar);
    }

    /* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
    public i(int i6) {
        this(new C4.f(16), new long[10]);
        switch (i6) {
            case 1:
                break;
            default:
                i iVar = j.f8818a;
                this.f8816a = new C4.f(iVar.f8816a);
                this.f8817b = Arrays.copyOf(iVar.f8817b, 10);
                break;
        }
    }
}
