package E3;

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

/* JADX INFO: loaded from: classes3.dex */
public final class n {

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

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

    public n(B b5, c cVar) {
        this.f1164b = b5;
        this.f1163a = cVar;
    }

    public static n a(char c6) {
        return new n(new B(new b(c6), 3), d.f1140b);
    }

    public final List b(CharSequence charSequence) {
        charSequence.getClass();
        m mVar = new m(this.f1164b, this, charSequence);
        ArrayList arrayList = new ArrayList();
        while (mVar.hasNext()) {
            arrayList.add((String) mVar.next());
        }
        return Collections.unmodifiableList(arrayList);
    }
}
