package u3;

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 f24579c = 0;

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

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

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

    public e(String str, List list) {
        this.f24580a = str;
        this.f24581b = list;
    }
}
