package p009c1; import java.io.Serializable; import java.util.Collection; import java.util.Iterator; import java.util.Set; import p039m1.C1467d; import p039m1.C1470g; /* renamed from: c1.s */ /* loaded from: classes.dex */ public final class C0514s implements Set, Serializable { /* renamed from: d */ public static final C0514s f1934d = new C0514s(); /* renamed from: a */ public boolean m3583a(Void r2) { C1470g.m1292e(r2, "element"); return false; } @Override // java.util.Set, java.util.Collection public /* bridge */ /* synthetic */ boolean add(Object obj) { throw new UnsupportedOperationException("Operation is not supported for read-only collection"); } @Override // java.util.Set, java.util.Collection public boolean addAll(Collection collection) { throw new UnsupportedOperationException("Operation is not supported for read-only collection"); } /* renamed from: b */ public int m3582b() { return 0; } @Override // java.util.Set, java.util.Collection public void clear() { throw new UnsupportedOperationException("Operation is not supported for read-only collection"); } @Override // java.util.Set, java.util.Collection public final /* bridge */ boolean contains(Object obj) { if (obj instanceof Void) { return m3583a((Void) obj); } return false; } @Override // java.util.Set, java.util.Collection public boolean containsAll(Collection collection) { C1470g.m1292e(collection, "elements"); return collection.isEmpty(); } @Override // java.util.Set, java.util.Collection public boolean equals(Object obj) { return (obj instanceof Set) && ((Set) obj).isEmpty(); } @Override // java.util.Set, java.util.Collection public int hashCode() { return 0; } @Override // java.util.Set, java.util.Collection public boolean isEmpty() { return true; } @Override // java.util.Set, java.util.Collection, java.lang.Iterable public Iterator iterator() { return C0511p.f1931d; } @Override // java.util.Set, java.util.Collection public boolean remove(Object obj) { throw new UnsupportedOperationException("Operation is not supported for read-only collection"); } @Override // java.util.Set, java.util.Collection public boolean removeAll(Collection collection) { throw new UnsupportedOperationException("Operation is not supported for read-only collection"); } @Override // java.util.Set, java.util.Collection public boolean retainAll(Collection collection) { throw new UnsupportedOperationException("Operation is not supported for read-only collection"); } @Override // java.util.Set, java.util.Collection public final /* bridge */ int size() { return m3582b(); } @Override // java.util.Set, java.util.Collection public Object[] toArray() { return C1467d.m1298a(this); } @Override // java.util.Set, java.util.Collection public T[] toArray(T[] tArr) { C1470g.m1292e(tArr, "array"); return (T[]) C1467d.m1297b(this, tArr); } public String toString() { return "[]"; } }