mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
41 lines
647 B
Java
41 lines
647 B
Java
package Y;
|
|
|
|
class YInterfaceBravo {
|
|
private int b = -1;
|
|
|
|
private int c = 0;
|
|
|
|
private String d = null;
|
|
|
|
b(a parama) {}
|
|
|
|
protected int a() {
|
|
return this.b;
|
|
}
|
|
|
|
protected void a(int paramInt) {
|
|
this.b = paramInt;
|
|
}
|
|
|
|
protected int b() {
|
|
return this.c;
|
|
}
|
|
|
|
protected void b(int paramInt) {
|
|
this.c = paramInt;
|
|
}
|
|
|
|
protected String c() {
|
|
return this.d;
|
|
}
|
|
|
|
protected void a(String paramString) {
|
|
this.d = paramString;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/Y/b.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |