mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-06 19:39:42 +00:00
stuff
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
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
|
||||
*/
|
||||
Reference in New Issue
Block a user