- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
33 lines
816 B
Java
33 lines
816 B
Java
package org.apache.http.util;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public final class LangUtils {
|
|
public static final int HASH_OFFSET = 37;
|
|
public static final int HASH_SEED = 17;
|
|
|
|
public LangUtils() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public static int hashCode(int i, int i2) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public static int hashCode(int i, boolean z) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public static int hashCode(int i, Object obj) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public static boolean equals(Object obj, Object obj2) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public static boolean equals(Object[] objArr, Object[] objArr2) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|