package d1;

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

/* JADX INFO: loaded from: classes.dex */
public final class e {

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

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

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

    static {
        Collections.unmodifiableList(new ArrayList());
    }

    public e(String str, List list) {
        this.f6047a = str;
        this.f6048b = list;
    }
}
