package d1;

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

/* JADX INFO: renamed from: d1.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0539a {

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

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

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

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

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

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

    public C0539a(g gVar, List list, b bVar, String str) {
        this.f6032a = gVar;
        this.f6033b = list;
        this.f6034c = bVar;
        this.f6035d = str;
    }
}
