package com.google.android.gms.internal.ads;

import java.util.ArrayList;
import java.util.List;

/* JADX INFO: loaded from: classes2.dex */
public final /* synthetic */ class jo0 implements mq1 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final /* synthetic */ jo0 f12945a = new jo0();

    @Override // com.google.android.gms.internal.ads.mq1
    public final /* synthetic */ Object apply(Object obj) {
        ArrayList arrayList = new ArrayList();
        for (hq hqVar : (List) obj) {
            if (hqVar != null) {
                arrayList.add(hqVar);
            }
        }
        return arrayList;
    }
}
