mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
31 lines
513 B
Java
31 lines
513 B
Java
package bL;
|
|
|
|
class BlInterfaceHotel {
|
|
private double b = Double.NaN;
|
|
|
|
private long c = -1L;
|
|
|
|
h(g paramg) {}
|
|
|
|
public double a() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(double paramDouble) {
|
|
this.b = paramDouble;
|
|
}
|
|
|
|
public long b() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(long paramLong) {
|
|
this.c = paramLong;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bL/h.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |