package p025.p026.p029;

import java.util.concurrent.CancellationException;
import kotlinx.coroutines.JobCancellationException;
import p025.p026.AbstractC1301;
import p025.p026.C1368;
import p402.C6549;
import p402.p405.InterfaceC6578;

/* JADX INFO: renamed from: އ.֏.ၷ.ބ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C1409<E> extends AbstractC1301<C6549> implements InterfaceC1407<E> {

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public final InterfaceC1407<E> f4574;

    public C1409(InterfaceC6578 interfaceC6578, InterfaceC1407<E> interfaceC1407, boolean z) {
        super(interfaceC6578, z);
        this.f4574 = interfaceC1407;
    }

    @Override // p025.p026.p029.InterfaceC1416
    public InterfaceC1410<E> iterator() {
        return this.f4574.iterator();
    }

    @Override // p025.p026.p029.InterfaceC1419
    public boolean offer(E e) {
        return this.f4574.offer(e);
    }

    @Override // p025.p026.C1368, p025.p026.InterfaceC1363
    /* JADX INFO: renamed from: ֏ */
    public final void mo2685(CancellationException cancellationException) throws Throwable {
        if (cancellationException == null) {
            cancellationException = new JobCancellationException(mo2611(), null, this);
        }
        CancellationException cancellationExceptionM2690 = C1368.m2690(this, cancellationException, null, 1, null);
        this.f4574.mo2730(cancellationExceptionM2690);
        m2706((Object) cancellationExceptionM2690);
    }

    @Override // p025.p026.C1368
    /* JADX INFO: renamed from: ހ */
    public void mo2705(Throwable th) throws Throwable {
        CancellationException cancellationExceptionM2690 = C1368.m2690(this, th, null, 1, null);
        this.f4574.mo2730(cancellationExceptionM2690);
        m2706((Object) cancellationExceptionM2690);
    }

    /* JADX INFO: renamed from: ކ, reason: contains not printable characters */
    public final InterfaceC1407<E> m2747() {
        return this;
    }
}
