Files
rr3-apk/smali/androidx/collection/MutableMapEntry.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

152 lines
3.4 KiB
Smali

.class final Landroidx/collection/MutableMapEntry;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/util/Map$Entry;
.implements Lkotlin/jvm/internal/markers/KMutableMap$Entry;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<K:",
"Ljava/lang/Object;",
"V:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Ljava/util/Map$Entry<",
"TK;TV;>;",
"Lkotlin/jvm/internal/markers/KMutableMap$Entry;"
}
.end annotation
# instance fields
.field private final index:I
.field private final keys:[Ljava/lang/Object;
.field private final values:[Ljava/lang/Object;
# direct methods
.method public constructor <init>([Ljava/lang/Object;[Ljava/lang/Object;I)V
.locals 1
const-string v0, "keys"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
const-string v0, "values"
invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 1831
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Landroidx/collection/MutableMapEntry;->keys:[Ljava/lang/Object;
iput-object p2, p0, Landroidx/collection/MutableMapEntry;->values:[Ljava/lang/Object;
iput p3, p0, Landroidx/collection/MutableMapEntry;->index:I
return-void
.end method
.method public static synthetic getKey$annotations()V
.locals 0
return-void
.end method
.method public static synthetic getValue$annotations()V
.locals 0
return-void
.end method
# virtual methods
.method public final getIndex()I
.locals 1
iget v0, p0, Landroidx/collection/MutableMapEntry;->index:I
return v0
.end method
.method public getKey()Ljava/lang/Object;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()TK;"
}
.end annotation
iget-object v0, p0, Landroidx/collection/MutableMapEntry;->keys:[Ljava/lang/Object;
iget v1, p0, Landroidx/collection/MutableMapEntry;->index:I
.line 1845
aget-object v0, v0, v1
return-object v0
.end method
.method public final getKeys()[Ljava/lang/Object;
.locals 1
iget-object v0, p0, Landroidx/collection/MutableMapEntry;->keys:[Ljava/lang/Object;
return-object v0
.end method
.method public getValue()Ljava/lang/Object;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()TV;"
}
.end annotation
iget-object v0, p0, Landroidx/collection/MutableMapEntry;->values:[Ljava/lang/Object;
iget v1, p0, Landroidx/collection/MutableMapEntry;->index:I
.line 1848
aget-object v0, v0, v1
return-object v0
.end method
.method public final getValues()[Ljava/lang/Object;
.locals 1
iget-object v0, p0, Landroidx/collection/MutableMapEntry;->values:[Ljava/lang/Object;
return-object v0
.end method
.method public setValue(Ljava/lang/Object;)Ljava/lang/Object;
.locals 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(TV;)TV;"
}
.end annotation
iget-object v0, p0, Landroidx/collection/MutableMapEntry;->values:[Ljava/lang/Object;
iget v1, p0, Landroidx/collection/MutableMapEntry;->index:I
.line 1839
aget-object v2, v0, v1
.line 1840
aput-object p1, v0, v1
return-object v2
.end method