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

import android.content.Context;
import android.view.View;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Set;

/* JADX INFO: loaded from: classes2.dex */
public final class zo1 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Set f19360a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final ep1 f19361b;

    public zo1(ep1 ep1Var, Set set) {
        this.f19360a = set;
        this.f19361b = ep1Var;
    }

    public final HashMap a() {
        HashMap map = new HashMap();
        Iterator it = this.f19360a.iterator();
        while (it.hasNext()) {
            ((bp1) it.next()).b(map);
        }
        return map;
    }

    public final HashMap b(Context context, View view) {
        HashMap map = new HashMap();
        Iterator it = this.f19360a.iterator();
        while (it.hasNext()) {
            ((bp1) it.next()).c(map, context, view);
        }
        return map;
    }

    public final HashMap c() {
        HashMap map = new HashMap();
        Iterator it = this.f19360a.iterator();
        while (it.hasNext()) {
            ((bp1) it.next()).a(map);
        }
        return map;
    }
}
