package r;

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

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

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

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

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

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

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

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

    public C0698a(int i2, int i3, List list, List list2, List list3, String str) {
        this.f6278a = i2;
        this.f6279b = i3;
        this.f6280c = Collections.unmodifiableList(list);
        if (list2 == null) {
            this.f6281d = Collections.emptyList();
        } else {
            this.f6281d = Collections.unmodifiableList(list2);
        }
        this.f6282e = list3;
        this.f6283f = str;
    }

    public boolean a() {
        return !this.f6281d.isEmpty();
    }
}
