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

94 lines
2.5 KiB
Java

package o;
/* renamed from: o.gdh, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C14976gdh extends C14975gdg {
public C14976gdh(long j, long j2) {
super(j, j2);
}
/* JADX WARN: Code restructure failed: missing block: B:6:0x0015, code lost:
if (r0.e > r0.b) goto L13;
*/
@Override // o.C14975gdg
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final boolean equals(java.lang.Object r6) {
/*
r5 = this;
boolean r0 = r6 instanceof o.C14976gdh
if (r0 == 0) goto L2c
long r0 = r5.e
long r2 = r5.b
int r0 = (r0 > r2 ? 1 : (r0 == r2 ? 0 : -1))
if (r0 <= 0) goto L18
r0 = r6
o.gdh r0 = (o.C14976gdh) r0
long r1 = r0.e
long r3 = r0.b
int r0 = (r1 > r3 ? 1 : (r1 == r3 ? 0 : -1))
if (r0 <= 0) goto L18
goto L2a
L18:
long r0 = r5.e
o.gdh r6 = (o.C14976gdh) r6
long r2 = r6.e
int r0 = (r0 > r2 ? 1 : (r0 == r2 ? 0 : -1))
if (r0 != 0) goto L2c
long r0 = r5.b
long r2 = r6.b
int r6 = (r0 > r2 ? 1 : (r0 == r2 ? 0 : -1))
if (r6 != 0) goto L2c
L2a:
r6 = 1
goto L2d
L2c:
r6 = 0
L2d:
return r6
*/
throw new UnsupportedOperationException("Method not decompiled: o.C14976gdh.equals(java.lang.Object):boolean");
}
@Override // o.C14975gdg
public final String toString() {
StringBuilder sb = new StringBuilder();
sb.append(this.e);
sb.append("..");
sb.append(this.b);
return sb.toString();
}
/* renamed from: o.gdh$LWm */
/* loaded from: classes6.dex */
public static final class LWm {
private LWm() {
}
public /* synthetic */ LWm(byte b) {
this();
}
}
static {
new LWm((byte) 0);
new C14976gdh(1L, 0L);
}
@Override // o.C14975gdg
public final int hashCode() {
if (this.e > this.b) {
return -1;
}
return (int) (((this.e ^ (this.e >>> 32)) * 31) + (this.b ^ (this.b >>> 32)));
}
@Override // o.C14975gdg
public final boolean d() {
return this.e > this.b;
}
}