package y6;

import fe.h;
import java.util.Collections;
import java.util.List;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final /* synthetic */ int f36857c = 0;

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

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

    static {
        Collections.unmodifiableList((List) new h(10).f26081c);
    }

    public d(String str, List list) {
        this.f36858a = str;
        this.f36859b = list;
    }
}
