NetMirror.apk
Download file
package s2;
import java.io.Serializable;
import java.util.Collection;
import java.util.Map;
import java.util.Set;
/* JADX INFO: renamed from: s2.A, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
final class C0693A implements Map, Serializable, E2.a {
/* JADX INFO: renamed from: b, reason: collision with root package name */
public static final C0693A f10592b = new C0693A();
private C0693A() {
}
public boolean a(Void r22) {
D2.h.f(r22, "value");
return false;
}
@Override // java.util.Map
/* JADX INFO: renamed from: b, reason: merged with bridge method [inline-methods] */
public Void get(Object obj) {
return null;
}
public Set c() {
return C0694B.f10593b;
}
@Override // java.util.Map
public void clear() {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Map
public boolean containsKey(Object obj) {
return false;
}
@Override // java.util.Map
public final /* bridge */ boolean containsValue(Object obj) {
if (obj instanceof Void) {
return a((Void) obj);
}
return false;
}
public Set e() {
return C0694B.f10593b;
}
@Override // java.util.Map
public final /* bridge */ Set entrySet() {
return c();
}
@Override // java.util.Map
public boolean equals(Object obj) {
return (obj instanceof Map) && ((Map) obj).isEmpty();
}
public int f() {
return 0;
}
public Collection h() {
return z.f10617b;
}
@Override // java.util.Map
public int hashCode() {
return 0;
}
@Override // java.util.Map
/* JADX INFO: renamed from: i, reason: merged with bridge method [inline-methods] */
public Void remove(Object obj) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Map
public boolean isEmpty() {
return true;
}
@Override // java.util.Map
public final /* bridge */ Set keySet() {
return e();
}
@Override // java.util.Map
public /* bridge */ /* synthetic */ Object put(Object obj, Object obj2) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Map
public void putAll(Map map) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Map
public final /* bridge */ int size() {
return f();
}
public String toString() {
return "{}";
}
@Override // java.util.Map
public final /* bridge */ Collection values() {
return h();
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file