mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
27 lines
537 B
Java
27 lines
537 B
Java
package aP;
|
|
|
|
import bA.BaInterfaceBravo;
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
class BaInterfaceBravoImpl implements BaInterfaceBravo {
|
|
ArrayList a = new ArrayList();
|
|
|
|
gR(gQ paramgQ) {}
|
|
|
|
public void a() {
|
|
this.a.clear();
|
|
}
|
|
|
|
public List BaInterfaceBravo() {
|
|
return this.a;
|
|
}
|
|
|
|
public void BaInterfaceBravo(String paramString) {}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aP/gR.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |