package p043o; import java.text.DecimalFormat; import java.util.ArrayList; import java.util.Iterator; /* renamed from: o.d */ /* loaded from: classes.dex */ public abstract class AbstractC1507d { /* renamed from: a */ public C1508a f3338a; /* renamed from: b */ public String f3339b; /* renamed from: c */ public int f3340c = 0; /* renamed from: d */ public String f3341d = null; /* renamed from: e */ public int f3342e = 0; /* renamed from: f */ public ArrayList f3343f = new ArrayList<>(); /* renamed from: o.d$a */ /* loaded from: classes.dex */ public static class C1508a { /* renamed from: a */ public double m1139a(float f) { throw null; } } /* renamed from: o.d$b */ /* loaded from: classes.dex */ public static class C1509b { /* renamed from: a */ public int f3344a; /* renamed from: b */ public float f3345b; } /* renamed from: a */ public float m1140a(float f) { return (float) this.f3338a.m1139a(f); } public String toString() { String str = this.f3339b; DecimalFormat decimalFormat = new DecimalFormat("##.##"); Iterator it = this.f3343f.iterator(); while (it.hasNext()) { C1509b next = it.next(); str = str + "[" + next.f3344a + " , " + decimalFormat.format(next.f3345b) + "] "; } return str; } }