mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-27 15:15:30 +00:00
stuff
This commit is contained in:
63
app/bB/BbInterfaceAlpha.java
Normal file
63
app/bB/BbInterfaceAlpha.java
Normal file
@@ -0,0 +1,63 @@
|
||||
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
|
||||
*/
|
||||
Reference in New Issue
Block a user