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

27 lines
684 B
Java

package o;
/* renamed from: o.ulM, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C17203ulM {
private static String d = "9223372036854775807";
public static boolean c(String str) {
String str2 = d;
int length = str2.length();
int length2 = str.length();
if (length2 < length) {
return true;
}
if (length2 > length) {
return false;
}
for (int i = 0; i < length; i++) {
int charAt = str.charAt(i) - str2.charAt(i);
if (charAt != 0) {
return charAt < 0;
}
}
return true;
}
}