package defpackage;

import defpackage.xg9;
import java.util.Collection;
import java.util.Iterator;

/* JADX INFO: loaded from: classes2.dex */
class ah9 extends qt9<Collection<Object>, Collection<Object>> {
    public final /* synthetic */ xg9.d b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public ah9(xg9.d dVar, Iterator it) {
        super(it);
        this.b = dVar;
    }

    @Override // defpackage.qt9
    public final Object a(Object obj) {
        return xg9.a((Collection) obj, this.b.b);
    }
}
