what-the-bank/sources/o/RlR.java

68 lines
1.4 KiB
Java

package o;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import o.Vcx;
/* loaded from: classes.dex */
public final class RlR extends Vcx.Sts {
private static Vcx<RlR> b;
public float a;
public float c;
static {
Vcx<RlR> d = Vcx.d(256, new RlR((byte) 0));
b = d;
d.c = 0.5f;
}
@Override // o.Vcx.Sts
protected final Vcx.Sts b() {
return new RlR((byte) 0);
}
public static RlR c(float f, float f2) {
RlR a = b.a();
a.c = f;
a.a = f2;
return a;
}
public static void a(RlR rlR) {
b.b(rlR);
}
public RlR() {
}
private RlR(byte b2) {
this.c = BitmapDescriptorFactory.HUE_RED;
this.a = BitmapDescriptorFactory.HUE_RED;
}
public final boolean equals(Object obj) {
if (obj == null) {
return false;
}
if (this == obj) {
return true;
}
if (!(obj instanceof RlR)) {
return false;
}
RlR rlR = (RlR) obj;
return this.c == rlR.c && this.a == rlR.a;
}
public final String toString() {
StringBuilder sb = new StringBuilder();
sb.append(this.c);
sb.append("x");
sb.append(this.a);
return sb.toString();
}
public final int hashCode() {
return Float.floatToIntBits(this.c) ^ Float.floatToIntBits(this.a);
}
}