mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
44 lines
790 B
Java
44 lines
790 B
Java
package G;
|
|
|
|
public class GInterfaceCf extends m implements n {
|
|
int a;
|
|
|
|
private int c;
|
|
|
|
private int d = 0;
|
|
|
|
m b;
|
|
|
|
public GInterfaceCf(F paramF, m paramm, int paramInt) {
|
|
super(paramF);
|
|
this.a = paramInt;
|
|
this.b = paramm;
|
|
b(this);
|
|
}
|
|
|
|
public void e() {}
|
|
|
|
public void a(double paramDouble) {
|
|
if (this.b != null) {
|
|
double d1 = paramDouble * this.c + this.d;
|
|
double d2 = d1 / this.a;
|
|
this.b.b(d2);
|
|
}
|
|
}
|
|
|
|
public void a(o paramo) {}
|
|
|
|
public void j(int paramInt) {
|
|
this.c = paramInt;
|
|
}
|
|
|
|
public void k(int paramInt) {
|
|
this.d = paramInt;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/cF.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |