mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
34 lines
722 B
Java
34 lines
722 B
Java
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
|
|
*/ |