Files
tustu/app/obfuscated_packages/L/SumFunction.java
johndoe6345789 347ed15b78 Add Gauge Color Setters and Properties Menu
- Introduced multiple GaugeColorSetter classes (B to L) for setting gauge colors dynamically.
- Implemented GaugePropertiesMenu class to manage gauge properties and settings.
- Added action listeners for gauge styles and slider value changes to enhance interactivity.
- Created RadioButtonColorSelectionListener and StaticValueActionListener for handling user input.
- Ensured compatibility with existing gauge components and UI elements.
2026-01-11 07:39:35 +00:00

44 lines
937 B
Java

package L;
import ax.S;
import ax.ab;
import ax.ac;
import java.util.List;
public class SumFunction extends ac {
List a;
protected Q(List paramList) {
this.a = paramList;
}
public synchronized double a(S paramS) {
double d = 0.0D;
for (ab ab : this.a)
d += ab.b(paramS);
return d;
}
public double b(S paramS) {
return a(paramS);
}
public String toString() {
StringBuilder stringBuilder = new StringBuilder();
stringBuilder.append("SUM( ");
for (byte b = 0; b < this.a.size(); b++) {
ab ab = this.a.get(b);
stringBuilder.append(ab.toString());
if (b + 1 < this.a.size())
stringBuilder.append(", ");
}
stringBuilder.append(")");
return stringBuilder.toString();
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/Q.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/