mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +00:00
26 lines
492 B
Java
26 lines
492 B
Java
package A;
|
|
|
|
public AInterfaceCharlielass AInterfaceCharlie {
|
|
private String a;
|
|
|
|
private Object b;
|
|
|
|
public AInterfaceCharlie(String paramString, Object paramObject) {
|
|
this.a = paramString;
|
|
this.b = paramObject;
|
|
}
|
|
|
|
public String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public Object b() {
|
|
return this.b;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/A/c.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |