mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-27 07:05:21 +00:00
63 lines
1.0 KiB
Java
63 lines
1.0 KiB
Java
package bB;
|
|
|
|
public class BbInterfaceAlpha implements r {
|
|
private double a = Double.NaN;
|
|
|
|
private double b = Double.NaN;
|
|
|
|
private String c = "";
|
|
|
|
private int d = -1;
|
|
|
|
public BbInterfaceAlpha() {}
|
|
|
|
public BbInterfaceAlpha(String paramString) {
|
|
this.c = paramString;
|
|
}
|
|
|
|
public double a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(double paramDouble) {
|
|
this.a = paramDouble;
|
|
}
|
|
|
|
public double b() {
|
|
return this.b;
|
|
}
|
|
|
|
public void b(double paramDouble) {
|
|
this.b = paramDouble;
|
|
}
|
|
|
|
public boolean c() {
|
|
return Double.isNaN(this.a);
|
|
}
|
|
|
|
public boolean d() {
|
|
return Double.isNaN(this.b);
|
|
}
|
|
|
|
public String e() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.c = paramString;
|
|
}
|
|
|
|
public int f() {
|
|
return this.d;
|
|
}
|
|
|
|
public void a(int paramInt) {
|
|
this.d = paramInt;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bB/a.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |