You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
2.8 KiB

package p009c1;
import java.io.Serializable;
import java.util.Collection;
import java.util.Map;
import java.util.Set;
import p039m1.C1470g;
/* renamed from: c1.r */
/* loaded from: classes.dex */
public final class C0513r implements Map, Serializable {
/* renamed from: d */
public static final C0513r f1933d = new C0513r();
/* renamed from: a */
public boolean m3590a(Void r2) {
C1470g.m1292e(r2, "value");
return false;
}
@Override // java.util.Map
/* renamed from: b */
public Void get(Object obj) {
return null;
}
/* renamed from: c */
public Set<Map.Entry> m3588c() {
return C0514s.f1934d;
}
@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 m3590a((Void) obj);
}
return false;
}
/* renamed from: d */
public Set<Object> m3587d() {
return C0514s.f1934d;
}
/* renamed from: e */
public int m3586e() {
return 0;
}
@Override // java.util.Map
public final /* bridge */ Set<Map.Entry> entrySet() {
return m3588c();
}
@Override // java.util.Map
public boolean equals(Object obj) {
return (obj instanceof Map) && ((Map) obj).isEmpty();
}
/* renamed from: f */
public Collection m3585f() {
return C0512q.f1932d;
}
@Override // java.util.Map
/* renamed from: g */
public Void remove(Object obj) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.Map
public int hashCode() {
return 0;
}
@Override // java.util.Map
public boolean isEmpty() {
return true;
}
@Override // java.util.Map
public final /* bridge */ Set<Object> keySet() {
return m3587d();
}
@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 m3586e();
}
public String toString() {
return "{}";
}
@Override // java.util.Map
public final /* bridge */ Collection values() {
return m3585f();
}
}