mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-29 16:15:24 +00:00
stuff
This commit is contained in:
34
app/P/PInterfaceCharlie.java
Normal file
34
app/P/PInterfaceCharlie.java
Normal file
@@ -0,0 +1,34 @@
|
||||
package P;
|
||||
|
||||
import G.GInterfaceBl;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public PInterfaceCharlielass PInterfaceCharlie extends GInterfaceBl {
|
||||
private double b = 0.0D;
|
||||
|
||||
private double[] c = null;
|
||||
|
||||
private double[] d = null;
|
||||
|
||||
private String e = "rising";
|
||||
|
||||
private String f = null;
|
||||
|
||||
public void b(String paramString) {
|
||||
this.f = paramString;
|
||||
}
|
||||
|
||||
public List a() {
|
||||
ArrayList<String> arrayList = new ArrayList();
|
||||
if (this.f != null && !this.f.isEmpty())
|
||||
arrayList.add(this.f);
|
||||
return arrayList;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/P/c.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user