package mc;

import java.util.Collection;
import java.util.EnumMap;
import java.util.Map;

/* JADX INFO: loaded from: classes.dex */
public final class r implements m {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String f30641c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final int f30642d;

    public r(Collection collection, EnumMap enumMap, String str, int i10) {
        this.f30639a = collection;
        this.f30640b = enumMap;
        this.f30641c = str;
        this.f30642d = i10;
    }
}
