package O1;

import java.util.Collections;
import java.util.Set;

/* JADX INFO: renamed from: O1.s, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0242s {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String[] f5076c;

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

    public C0242s(C0225a c0225a, int[] iArr, String[] strArr) {
        Set setSingleton;
        P6.g.e(c0225a, "observer");
        this.f5074a = c0225a;
        this.f5075b = iArr;
        this.f5076c = strArr;
        if (iArr.length != strArr.length) {
            throw new IllegalStateException("Check failed.");
        }
        if (strArr.length == 0) {
            setSingleton = B6.v.f1034q;
        } else {
            setSingleton = Collections.singleton(strArr[0]);
            P6.g.d(setSingleton, "singleton(...)");
        }
        this.f5077d = setSingleton;
    }
}
