NetMirror.apk
Download file
package t2;
import D2.h;
import java.util.Map;
import s2.AbstractC0708e;
/* JADX INFO: renamed from: t2.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC0729a extends AbstractC0708e {
public final boolean b(Map.Entry entry) {
h.f(entry, "element");
return c(entry);
}
public abstract boolean c(Map.Entry entry);
@Override // java.util.AbstractCollection, java.util.Collection, java.util.Set
public final /* bridge */ boolean contains(Object obj) {
if (obj instanceof Map.Entry) {
return b((Map.Entry) obj);
}
return false;
}
public /* bridge */ boolean e(Map.Entry entry) {
return super.remove(entry);
}
@Override // java.util.AbstractCollection, java.util.Collection, java.util.Set
public final /* bridge */ boolean remove(Object obj) {
if (obj instanceof Map.Entry) {
return e((Map.Entry) obj);
}
return false;
}
}
⚠️ 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