mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
stuff
This commit is contained in:
43
app/G/GInterfaceAz.java
Normal file
43
app/G/GInterfaceAz.java
Normal file
@@ -0,0 +1,43 @@
|
||||
package G;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
class GInterfaceAz implements Serializable {
|
||||
private double b = Double.MIN_VALUE;
|
||||
|
||||
private double c = Double.MAX_VALUE;
|
||||
|
||||
private double d = 0.0D;
|
||||
|
||||
aZ(aX paramaX) {}
|
||||
|
||||
public double a() {
|
||||
return this.b;
|
||||
}
|
||||
|
||||
public void a(double paramDouble) {
|
||||
this.b = paramDouble;
|
||||
}
|
||||
|
||||
public double b() {
|
||||
return this.c;
|
||||
}
|
||||
|
||||
public void b(double paramDouble) {
|
||||
this.c = paramDouble;
|
||||
}
|
||||
|
||||
public double c() {
|
||||
return this.d;
|
||||
}
|
||||
|
||||
public void c(double paramDouble) {
|
||||
this.d = paramDouble;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/aZ.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user