package S4;

import java.util.Iterator;

/* JADX INFO: loaded from: classes3.dex */
public final class c implements R4.k {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final J4.e f6268c;

    public c(CharSequence input, int i6, J4.e eVar) {
        kotlin.jvm.internal.o.h(input, "input");
        this.f6266a = input;
        this.f6267b = i6;
        this.f6268c = eVar;
    }

    @Override // R4.k
    public final Iterator iterator() {
        return new b(this);
    }
}
