- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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!");
|
|
}
|
|
}
|