64 lines
1.6 KiB
Java
64 lines
1.6 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.Collections;
|
||
|
import java.util.HashMap;
|
||
|
import java.util.Map;
|
||
|
import o.AbstractC16345ndh;
|
||
|
|
||
|
/* renamed from: o.aEp, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes2.dex */
|
||
|
public class C1458aEp {
|
||
|
private static volatile C1458aEp c;
|
||
|
static final C1458aEp d = new C1458aEp((byte) 0);
|
||
|
final Map<HBt, AbstractC16345ndh.RVV<?, ?>> a;
|
||
|
|
||
|
public static C1458aEp c() {
|
||
|
C1458aEp c1458aEp;
|
||
|
C1458aEp c1458aEp2 = c;
|
||
|
if (c1458aEp2 != null) {
|
||
|
return c1458aEp2;
|
||
|
}
|
||
|
synchronized (C1458aEp.class) {
|
||
|
c1458aEp = c;
|
||
|
if (c1458aEp == null) {
|
||
|
c1458aEp = UTb.b();
|
||
|
c = c1458aEp;
|
||
|
}
|
||
|
}
|
||
|
return c1458aEp;
|
||
|
}
|
||
|
|
||
|
C1458aEp() {
|
||
|
this.a = new HashMap();
|
||
|
}
|
||
|
|
||
|
private C1458aEp(byte b) {
|
||
|
this.a = Collections.emptyMap();
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.aEp$HBt */
|
||
|
/* loaded from: classes2.dex */
|
||
|
static final class HBt {
|
||
|
private final Object a;
|
||
|
private final int b;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public HBt(Object obj, int i) {
|
||
|
this.a = obj;
|
||
|
this.b = i;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (System.identityHashCode(this.a) * 65535) + this.b;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (!(obj instanceof HBt)) {
|
||
|
return false;
|
||
|
}
|
||
|
HBt hBt = (HBt) obj;
|
||
|
return this.a == hBt.a && this.b == hBt.b;
|
||
|
}
|
||
|
}
|
||
|
}
|