NetMirror.apk
Download file
package com.facebook.react.bridge;
import java.util.Map;
/* JADX INFO: loaded from: classes.dex */
public final class ReadableNativeMap$entryIterator$1$1$next$1 implements Map.Entry<String, Object>, E2.a {
final /* synthetic */ int $index;
final /* synthetic */ String[] $iteratorKeys;
final /* synthetic */ Object[] $iteratorValues;
ReadableNativeMap$entryIterator$1$1$next$1(String[] strArr, int i3, Object[] objArr) {
this.$iteratorKeys = strArr;
this.$index = i3;
this.$iteratorValues = objArr;
}
@Override // java.util.Map.Entry
public Object getValue() {
return this.$iteratorValues[this.$index];
}
@Override // java.util.Map.Entry
public Object setValue(Object obj) {
D2.h.f(obj, "newValue");
throw new UnsupportedOperationException("Can't set a value while iterating over a ReadableNativeMap");
}
@Override // java.util.Map.Entry
public String getKey() {
return this.$iteratorKeys[this.$index];
}
}
⚠️ 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