NetMirror.apk
Download file
package s2;
import java.io.Serializable;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import java.util.RandomAccess;
/* JADX INFO: loaded from: classes.dex */
public final class z implements List, Serializable, RandomAccess, E2.a {
/* JADX INFO: renamed from: b, reason: collision with root package name */
public static final z f10617b = new z();
private z() {
}
public boolean a(Void r22) {
D2.h.f(r22, "element");
return false;
}
@Override // java.util.List
public /* bridge */ /* synthetic */ void add(int i3, Object obj) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List
public boolean addAll(int i3, Collection collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List
/* JADX INFO: renamed from: b, reason: merged with bridge method [inline-methods] */
public Void get(int i3) {
throw new IndexOutOfBoundsException("Empty list doesn't contain element at index " + i3 + '.');
}
public int c() {
return 0;
}
@Override // java.util.List, java.util.Collection
public void clear() {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List, java.util.Collection
public final /* bridge */ boolean contains(Object obj) {
if (obj instanceof Void) {
return a((Void) obj);
}
return false;
}
@Override // java.util.List, java.util.Collection
public boolean containsAll(Collection collection) {
D2.h.f(collection, "elements");
return collection.isEmpty();
}
public int e(Void r22) {
D2.h.f(r22, "element");
return -1;
}
@Override // java.util.List, java.util.Collection
public boolean equals(Object obj) {
return (obj instanceof List) && ((List) obj).isEmpty();
}
public int f(Void r22) {
D2.h.f(r22, "element");
return -1;
}
@Override // java.util.List, java.util.Collection
public int hashCode() {
return 1;
}
@Override // java.util.List
public final /* bridge */ int indexOf(Object obj) {
if (obj instanceof Void) {
return e((Void) obj);
}
return -1;
}
@Override // java.util.List, java.util.Collection
public boolean isEmpty() {
return true;
}
@Override // java.util.List, java.util.Collection, java.lang.Iterable
public Iterator iterator() {
return y.f10616b;
}
@Override // java.util.List
public final /* bridge */ int lastIndexOf(Object obj) {
if (obj instanceof Void) {
return f((Void) obj);
}
return -1;
}
@Override // java.util.List
public ListIterator listIterator() {
return y.f10616b;
}
@Override // java.util.List
public /* bridge */ /* synthetic */ Object remove(int i3) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List, java.util.Collection
public boolean removeAll(Collection collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List, java.util.Collection
public boolean retainAll(Collection collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List
public /* bridge */ /* synthetic */ Object set(int i3, Object obj) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List, java.util.Collection
public final /* bridge */ int size() {
return c();
}
@Override // java.util.List
public List subList(int i3, int i4) {
if (i3 == 0 && i4 == 0) {
return this;
}
throw new IndexOutOfBoundsException("fromIndex: " + i3 + ", toIndex: " + i4);
}
@Override // java.util.List, java.util.Collection
public Object[] toArray() {
return D2.f.a(this);
}
public String toString() {
return "[]";
}
@Override // java.util.List, java.util.Collection
public /* bridge */ /* synthetic */ boolean add(Object obj) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List, java.util.Collection
public boolean addAll(Collection collection) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List
public ListIterator listIterator(int i3) {
if (i3 == 0) {
return y.f10616b;
}
throw new IndexOutOfBoundsException("Index: " + i3);
}
@Override // java.util.List, java.util.Collection
public boolean remove(Object obj) {
throw new UnsupportedOperationException("Operation is not supported for read-only collection");
}
@Override // java.util.List, 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