This commit is contained in:
2026-01-11 20:30:56 +00:00
parent 5df1fb1cc3
commit 3def66da2d
3522 changed files with 0 additions and 0 deletions

View 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
*/