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

74 lines
1.9 KiB
Java

package o;
/* loaded from: classes.dex */
public final class fZO implements Comparable<fZO> {
public static final fZO e;
private final int c;
private final int b = 1;
private final int d = 7;
private final int a = 22;
public fZO() {
C14973gde c14973gde = new C14973gde(0, 255);
if (c14973gde.b <= 1 && c14973gde.d > 0) {
C14973gde c14973gde2 = new C14973gde(0, 255);
if (c14973gde2.b <= 7 && 7 <= c14973gde2.d) {
C14973gde c14973gde3 = new C14973gde(0, 255);
if (c14973gde3.b <= 22 && 22 <= c14973gde3.d) {
this.c = 67350;
return;
}
}
}
StringBuilder sb = new StringBuilder("Version components are out of range: 1.");
sb.append(7);
sb.append('.');
sb.append(22);
throw new IllegalArgumentException(sb.toString().toString());
}
@Override // java.lang.Comparable
public final /* synthetic */ int compareTo(fZO fzo) {
fZO fzo2 = fzo;
C14957gcv.e(fzo2, "");
return this.c - fzo2.c;
}
public final String toString() {
StringBuilder sb = new StringBuilder();
sb.append(this.b);
sb.append('.');
sb.append(this.d);
sb.append('.');
sb.append(this.a);
return sb.toString();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
fZO fzo = obj instanceof fZO ? (fZO) obj : null;
return fzo != null && this.c == fzo.c;
}
/* loaded from: classes.dex */
public static final class IeS {
private IeS() {
}
public /* synthetic */ IeS(byte b) {
this();
}
}
static {
new IeS((byte) 0);
e = new fZO();
}
public final int hashCode() {
return this.c;
}
}