mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
32 lines
565 B
Java
32 lines
565 B
Java
package by;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
class ByInterfaceAlpha implements i {
|
|
private String b = null;
|
|
|
|
List a = new ArrayList();
|
|
|
|
public String a() {
|
|
return this.b;
|
|
}
|
|
|
|
public List b() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.a.add(paramString);
|
|
}
|
|
|
|
public void b(String paramString) {
|
|
this.b = paramString;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/by/a.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |