- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
125 lines
6.0 KiB
Java
125 lines
6.0 KiB
Java
package androidx.collection;
|
|
|
|
import java.util.Iterator;
|
|
import java.util.Map;
|
|
import kotlin.Unit;
|
|
import kotlin.coroutines.Continuation;
|
|
import kotlin.coroutines.jvm.internal.DebugMetadata;
|
|
import kotlin.coroutines.jvm.internal.RestrictedSuspendLambda;
|
|
import kotlin.jvm.functions.Function2;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
import kotlin.jvm.internal.SourceDebugExtension;
|
|
import kotlin.jvm.internal.markers.KMutableIterator;
|
|
import kotlin.sequences.SequenceScope;
|
|
import kotlin.sequences.SequencesKt__SequenceBuilderKt;
|
|
|
|
/* JADX INFO: Add missing generic type declarations: [V, K] */
|
|
/* loaded from: classes.dex */
|
|
public final class MutableScatterMap$MutableMapWrapper$entries$1$iterator$1<K, V> implements Iterator<Map.Entry<K, V>>, KMutableIterator {
|
|
private int current = -1;
|
|
private Iterator<? extends Map.Entry<K, V>> iterator;
|
|
final /* synthetic */ MutableScatterMap<K, V> this$0;
|
|
|
|
public final int getCurrent() {
|
|
return this.current;
|
|
}
|
|
|
|
public final Iterator<Map.Entry<K, V>> getIterator() {
|
|
return this.iterator;
|
|
}
|
|
|
|
public final void setCurrent(int i) {
|
|
this.current = i;
|
|
}
|
|
|
|
public final void setIterator(Iterator<? extends Map.Entry<K, V>> it) {
|
|
Intrinsics.checkNotNullParameter(it, "<set-?>");
|
|
this.iterator = it;
|
|
}
|
|
|
|
public MutableScatterMap$MutableMapWrapper$entries$1$iterator$1(MutableScatterMap<K, V> mutableScatterMap) {
|
|
Iterator<? extends Map.Entry<K, V>> it;
|
|
this.this$0 = mutableScatterMap;
|
|
it = SequencesKt__SequenceBuilderKt.iterator(new AnonymousClass1(mutableScatterMap, this, null));
|
|
this.iterator = it;
|
|
}
|
|
|
|
@DebugMetadata(c = "androidx.collection.MutableScatterMap$MutableMapWrapper$entries$1$iterator$1$1", f = "ScatterMap.kt", l = {1328}, m = "invokeSuspend")
|
|
@SourceDebugExtension({"SMAP\nScatterMap.kt\nKotlin\n*S Kotlin\n*F\n+ 1 ScatterMap.kt\nandroidx/collection/MutableScatterMap$MutableMapWrapper$entries$1$iterator$1$1\n+ 2 ScatterMap.kt\nandroidx/collection/ScatterMap\n+ 3 ScatterMap.kt\nandroidx/collection/ScatterMapKt\n*L\n1#1,1850:1\n363#2,6:1851\n373#2,3:1858\n376#2,9:1862\n1826#3:1857\n1688#3:1861\n*S KotlinDebug\n*F\n+ 1 ScatterMap.kt\nandroidx/collection/MutableScatterMap$MutableMapWrapper$entries$1$iterator$1$1\n*L\n1326#1:1851,6\n1326#1:1858,3\n1326#1:1862,9\n1326#1:1857\n1326#1:1861\n*E\n"})
|
|
/* renamed from: androidx.collection.MutableScatterMap$MutableMapWrapper$entries$1$iterator$1$1, reason: invalid class name */
|
|
public static final class AnonymousClass1 extends RestrictedSuspendLambda implements Function2 {
|
|
int I$0;
|
|
int I$1;
|
|
int I$2;
|
|
int I$3;
|
|
long J$0;
|
|
private /* synthetic */ Object L$0;
|
|
Object L$1;
|
|
Object L$2;
|
|
Object L$3;
|
|
int label;
|
|
final /* synthetic */ MutableScatterMap<K, V> this$0;
|
|
final /* synthetic */ MutableScatterMap$MutableMapWrapper$entries$1$iterator$1 this$1;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public AnonymousClass1(MutableScatterMap mutableScatterMap, MutableScatterMap$MutableMapWrapper$entries$1$iterator$1 mutableScatterMap$MutableMapWrapper$entries$1$iterator$1, Continuation continuation) {
|
|
super(2, continuation);
|
|
this.this$0 = mutableScatterMap;
|
|
this.this$1 = mutableScatterMap$MutableMapWrapper$entries$1$iterator$1;
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Continuation create(Object obj, Continuation continuation) {
|
|
AnonymousClass1 anonymousClass1 = new AnonymousClass1(this.this$0, this.this$1, continuation);
|
|
anonymousClass1.L$0 = obj;
|
|
return anonymousClass1;
|
|
}
|
|
|
|
@Override // kotlin.jvm.functions.Function2
|
|
public final Object invoke(SequenceScope sequenceScope, Continuation continuation) {
|
|
return ((AnonymousClass1) create(sequenceScope, continuation)).invokeSuspend(Unit.INSTANCE);
|
|
}
|
|
|
|
/* JADX WARN: Removed duplicated region for block: B:16:0x00c6 */
|
|
/* JADX WARN: Removed duplicated region for block: B:20:0x00d9 */
|
|
/* JADX WARN: Removed duplicated region for block: B:23:0x005f */
|
|
/* JADX WARN: Removed duplicated region for block: B:24:0x00d5 */
|
|
/* JADX WARN: Removed duplicated region for block: B:8:0x0078 */
|
|
/* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:14:0x00b2 -> B:5:0x00b6). Please report as a decompilation issue!!! */
|
|
/* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:15:0x00bd -> B:6:0x00bf). Please report as a decompilation issue!!! */
|
|
/* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:23:0x005f -> B:7:0x0076). Please report as a decompilation issue!!! */
|
|
/* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:24:0x00d5 -> B:19:0x00d7). Please report as a decompilation issue!!! */
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final java.lang.Object invokeSuspend(java.lang.Object r24) {
|
|
/*
|
|
Method dump skipped, instructions count: 228
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: androidx.collection.MutableScatterMap$MutableMapWrapper$entries$1$iterator$1.AnonymousClass1.invokeSuspend(java.lang.Object):java.lang.Object");
|
|
}
|
|
}
|
|
|
|
@Override // java.util.Iterator
|
|
public boolean hasNext() {
|
|
return this.iterator.hasNext();
|
|
}
|
|
|
|
@Override // java.util.Iterator
|
|
public Map.Entry<K, V> next() {
|
|
return this.iterator.next();
|
|
}
|
|
|
|
@Override // java.util.Iterator
|
|
public void remove() {
|
|
int i = this.current;
|
|
if (i != -1) {
|
|
this.this$0.removeValueAt(i);
|
|
this.current = -1;
|
|
}
|
|
}
|
|
}
|