88 lines
2.2 KiB
Java
88 lines
2.2 KiB
Java
package o;
|
|
|
|
/* renamed from: o.gde, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C14973gde extends C14969gda {
|
|
public static final LWm c = new LWm(0);
|
|
private static final C14973gde f = new C14973gde(1, 0);
|
|
|
|
public C14973gde(int i, int i2) {
|
|
super(i, i2, 1);
|
|
}
|
|
|
|
/* JADX WARN: Code restructure failed: missing block: B:6:0x0011, code lost:
|
|
|
|
if (r0.b > r0.d) goto L13;
|
|
*/
|
|
@Override // o.C14969gda
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final boolean equals(java.lang.Object r3) {
|
|
/*
|
|
r2 = this;
|
|
boolean r0 = r3 instanceof o.C14973gde
|
|
if (r0 == 0) goto L24
|
|
int r0 = r2.b
|
|
int r1 = r2.d
|
|
if (r0 <= r1) goto L14
|
|
r0 = r3
|
|
o.gde r0 = (o.C14973gde) r0
|
|
int r1 = r0.b
|
|
int r0 = r0.d
|
|
if (r1 <= r0) goto L14
|
|
goto L22
|
|
L14:
|
|
int r0 = r2.b
|
|
o.gde r3 = (o.C14973gde) r3
|
|
int r1 = r3.b
|
|
if (r0 != r1) goto L24
|
|
int r0 = r2.d
|
|
int r3 = r3.d
|
|
if (r0 != r3) goto L24
|
|
L22:
|
|
r3 = 1
|
|
goto L25
|
|
L24:
|
|
r3 = 0
|
|
L25:
|
|
return r3
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: o.C14973gde.equals(java.lang.Object):boolean");
|
|
}
|
|
|
|
@Override // o.C14969gda
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder();
|
|
sb.append(this.b);
|
|
sb.append("..");
|
|
sb.append(this.d);
|
|
return sb.toString();
|
|
}
|
|
|
|
/* renamed from: o.gde$LWm */
|
|
/* loaded from: classes.dex */
|
|
public static final class LWm {
|
|
private LWm() {
|
|
}
|
|
|
|
public /* synthetic */ LWm(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
@Override // o.C14969gda
|
|
public final int hashCode() {
|
|
if (this.b > this.d) {
|
|
return -1;
|
|
}
|
|
return (this.b * 31) + this.d;
|
|
}
|
|
|
|
@Override // o.C14969gda
|
|
public final boolean a() {
|
|
return this.b > this.d;
|
|
}
|
|
}
|