package l;

import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.Iterator;

/* JADX INFO: compiled from: KeyCycleOscillator.java */
/* JADX INFO: loaded from: classes.dex */
public abstract class d {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private a f5291a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private String f5292b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private int f5293c = 0;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private String f5294d = null;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public int f5295e = 0;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    ArrayList<b> f5296f = new ArrayList<>();

    /* JADX INFO: compiled from: KeyCycleOscillator.java */
    static class a {
        public double a(float f3) {
            throw null;
        }
    }

    /* JADX INFO: compiled from: KeyCycleOscillator.java */
    static class b {

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

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        float f5298b;
    }

    public float a(float f3) {
        return (float) this.f5291a.a(f3);
    }

    public String toString() {
        String str = this.f5292b;
        DecimalFormat decimalFormat = new DecimalFormat("##.##");
        Iterator<b> it = this.f5296f.iterator();
        while (it.hasNext()) {
            str = str + "[" + it.next().f5297a + " , " + decimalFormat.format(r2.f5298b) + "] ";
        }
        return str;
    }
}
