package j$.util.stream;

import j$.util.function.IntConsumer$CC;
import java.util.function.IntConsumer;

/* JADX INFO: compiled from: r8-map-id-da1bda724d8b26dc30f90d2ccf434f42461d6c82e7dbdeb074f412e5504de99c */
/* JADX INFO: loaded from: classes2.dex */
public final class g0 extends j0 implements j5 {
    public static final e0 c;
    public static final e0 d;

    static {
        z6 z6Var = z6.INT_VALUE;
        r rVar = new r(4);
        r rVar2 = new r(5);
        j$.util.b0 b0Var = j$.util.b0.c;
        c = new e0(true, z6Var, b0Var, rVar, rVar2);
        d = new e0(false, z6Var, b0Var, new r(4), new r(5));
    }

    @Override // j$.util.stream.j0, j$.util.stream.l5
    public final void accept(int i) {
        n(Integer.valueOf(i));
    }

    public final /* synthetic */ IntConsumer andThen(IntConsumer intConsumer) {
        return IntConsumer$CC.$default$andThen(this, intConsumer);
    }

    @Override // java.util.function.Supplier
    public final Object get() {
        if (this.a) {
            return new j$.util.b0(((Integer) this.b).intValue());
        }
        return null;
    }
}
