mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
27 lines
471 B
Java
27 lines
471 B
Java
package bO;
|
|
|
|
public class BoInterfaceGolf {
|
|
private byte a = 0;
|
|
|
|
public byte a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(byte paramByte) {
|
|
this.a = paramByte;
|
|
}
|
|
|
|
public boolean b() {
|
|
return ((this.a & 0x10) != 0);
|
|
}
|
|
|
|
public boolean c() {
|
|
return ((this.a & 0x1) != 0);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bO/g.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |