package C2;

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

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

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

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

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

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

    public f(String str, List list) {
        this.f1179a = str;
        this.f1180b = list;
    }
}
