package kotlin.text;

import java.util.Iterator;
import kotlin.jvm.functions.Function2;

/* JADX INFO: loaded from: classes.dex */
public final class c implements kotlin.sequences.e {

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

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

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

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

    public c(CharSequence charSequence, int i10, int i11, Function2 function2) {
        nb.g.i(charSequence, "input");
        this.f29268a = charSequence;
        this.f29269b = i10;
        this.f29270c = i11;
        this.f29271d = function2;
    }

    @Override // kotlin.sequences.e
    public final Iterator iterator() {
        return new b(this);
    }
}
