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!"); } }