Files
rr3-apk/smali_classes3/com/google/common/collect/RegularImmutableMap$EntrySet.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

185 lines
4.7 KiB
Smali

.class public Lcom/google/common/collect/RegularImmutableMap$EntrySet;
.super Lcom/google/common/collect/ImmutableSet;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/RegularImmutableMap;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "EntrySet"
.end annotation
# instance fields
.field public final transient alternatingKeysAndValues:[Ljava/lang/Object;
.field public final transient keyOffset:I
.field public final transient map:Lcom/google/common/collect/ImmutableMap;
.field public final transient size:I
# direct methods
.method public constructor <init>(Lcom/google/common/collect/ImmutableMap;[Ljava/lang/Object;II)V
.locals 0
.line 394
invoke-direct {p0}, Lcom/google/common/collect/ImmutableSet;-><init>()V
iput-object p1, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->map:Lcom/google/common/collect/ImmutableMap;
iput-object p2, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->alternatingKeysAndValues:[Ljava/lang/Object;
iput p3, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->keyOffset:I
iput p4, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->size:I
return-void
.end method
.method public static synthetic access$000(Lcom/google/common/collect/RegularImmutableMap$EntrySet;)I
.locals 0
.line 384
iget p0, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->size:I
return p0
.end method
.method public static synthetic access$100(Lcom/google/common/collect/RegularImmutableMap$EntrySet;)[Ljava/lang/Object;
.locals 0
.line 384
iget-object p0, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->alternatingKeysAndValues:[Ljava/lang/Object;
return-object p0
.end method
.method public static synthetic access$200(Lcom/google/common/collect/RegularImmutableMap$EntrySet;)I
.locals 0
.line 384
iget p0, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->keyOffset:I
return p0
.end method
# virtual methods
.method public contains(Ljava/lang/Object;)Z
.locals 3
.line 442
instance-of v0, p1, Ljava/util/Map$Entry;
const/4 v1, 0x0
if-eqz v0, :cond_0
.line 443
check-cast p1, Ljava/util/Map$Entry;
.line 444
invoke-interface {p1}, Ljava/util/Map$Entry;->getKey()Ljava/lang/Object;
move-result-object v0
.line 445
invoke-interface {p1}, Ljava/util/Map$Entry;->getValue()Ljava/lang/Object;
move-result-object p1
if-eqz p1, :cond_0
iget-object v2, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->map:Lcom/google/common/collect/ImmutableMap;
.line 446
invoke-virtual {v2, v0}, Lcom/google/common/collect/ImmutableMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
invoke-virtual {p1, v0}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_0
const/4 v1, 0x1
:cond_0
return v1
.end method
.method public copyIntoArray([Ljava/lang/Object;I)I
.locals 1
.line 408
invoke-virtual {p0}, Lcom/google/common/collect/ImmutableSet;->asList()Lcom/google/common/collect/ImmutableList;
move-result-object v0
invoke-virtual {v0, p1, p2}, Lcom/google/common/collect/ImmutableList;->copyIntoArray([Ljava/lang/Object;I)I
move-result p1
return p1
.end method
.method public createAsList()Lcom/google/common/collect/ImmutableList;
.locals 1
.line 413
new-instance v0, Lcom/google/common/collect/RegularImmutableMap$EntrySet$1;
invoke-direct {v0, p0}, Lcom/google/common/collect/RegularImmutableMap$EntrySet$1;-><init>(Lcom/google/common/collect/RegularImmutableMap$EntrySet;)V
return-object v0
.end method
.method public isPartialView()Z
.locals 1
const/4 v0, 0x1
return v0
.end method
.method public iterator()Lcom/google/common/collect/UnmodifiableIterator;
.locals 1
.line 403
invoke-virtual {p0}, Lcom/google/common/collect/ImmutableSet;->asList()Lcom/google/common/collect/ImmutableList;
move-result-object v0
invoke-virtual {v0}, Lcom/google/common/collect/ImmutableList;->iterator()Lcom/google/common/collect/UnmodifiableIterator;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic iterator()Ljava/util/Iterator;
.locals 1
.line 384
invoke-virtual {p0}, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->iterator()Lcom/google/common/collect/UnmodifiableIterator;
move-result-object v0
return-object v0
.end method
.method public size()I
.locals 1
iget v0, p0, Lcom/google/common/collect/RegularImmutableMap$EntrySet;->size:I
return v0
.end method