NetMirror.apk
Download file
package s2;
import java.io.Serializable;
import java.util.Collection;
import java.util.Iterator;
import java.util.Set;
/* JADX INFO: renamed from: s2.B, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0694B implements Set, Serializable, E2.a {
/* JADX INFO: renamed from: b, reason: collision with root package name */
public static final C0694B f10593b = new C0694B();
private C0694B() {
}
public boolean a(Void r22) {
D2.h.f(r22, "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");
}
public int b() {
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 a((Void) obj);
}
return false;
}
@Override // java.util.Set, java.util.Collection
public boolean containsAll(Collection collection) {
D2.h.f(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 y.f10616b;
}
@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 b();
}
@Override // java.util.Set, java.util.Collection
public Object[] toArray() {
return D2.f.a(this);
}
public String toString() {
return "[]";
}
@Override // java.util.Set, java.util.Collection
public Object[] toArray(Object[] objArr) {
D2.h.f(objArr, "array");
return D2.f.b(this, objArr);
}
}
⚠️ 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