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

98 lines
2.2 KiB
Smali

.class public Lcom/google/common/collect/ComparisonChain$1;
.super Lcom/google/common/collect/ComparisonChain;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/ComparisonChain;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# direct methods
.method public constructor <init>()V
.locals 1
const/4 v0, 0x0
.line 70
invoke-direct {p0, v0}, Lcom/google/common/collect/ComparisonChain;-><init>(Lcom/google/common/collect/ComparisonChain$1;)V
return-void
.end method
# virtual methods
.method public classify(I)Lcom/google/common/collect/ComparisonChain;
.locals 0
if-gez p1, :cond_0
.line 114
invoke-static {}, Lcom/google/common/collect/ComparisonChain;->access$100()Lcom/google/common/collect/ComparisonChain;
move-result-object p1
goto :goto_0
:cond_0
if-lez p1, :cond_1
invoke-static {}, Lcom/google/common/collect/ComparisonChain;->access$200()Lcom/google/common/collect/ComparisonChain;
move-result-object p1
goto :goto_0
:cond_1
invoke-static {}, Lcom/google/common/collect/ComparisonChain;->access$300()Lcom/google/common/collect/ComparisonChain;
move-result-object p1
:goto_0
return-object p1
.end method
.method public compare(II)Lcom/google/common/collect/ComparisonChain;
.locals 0
.line 85
invoke-static {p1, p2}, Lcom/google/common/primitives/Ints;->compare(II)I
move-result p1
invoke-virtual {p0, p1}, Lcom/google/common/collect/ComparisonChain$1;->classify(I)Lcom/google/common/collect/ComparisonChain;
move-result-object p1
return-object p1
.end method
.method public compare(JJ)Lcom/google/common/collect/ComparisonChain;
.locals 0
.line 90
invoke-static {p1, p2, p3, p4}, Lcom/google/common/primitives/Longs;->compare(JJ)I
move-result p1
invoke-virtual {p0, p1}, Lcom/google/common/collect/ComparisonChain$1;->classify(I)Lcom/google/common/collect/ComparisonChain;
move-result-object p1
return-object p1
.end method
.method public result()I
.locals 1
const/4 v0, 0x0
return v0
.end method