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

94 lines
2.4 KiB
Smali

.class public abstract Lcom/google/common/collect/Ordering;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/util/Comparator;
# direct methods
.method public constructor <init>()V
.locals 0
.line 393
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static from(Ljava/util/Comparator;)Lcom/google/common/collect/Ordering;
.locals 1
.line 184
instance-of v0, p0, Lcom/google/common/collect/Ordering;
if-eqz v0, :cond_0
.line 185
check-cast p0, Lcom/google/common/collect/Ordering;
goto :goto_0
.line 186
:cond_0
new-instance v0, Lcom/google/common/collect/ComparatorOrdering;
invoke-direct {v0, p0}, Lcom/google/common/collect/ComparatorOrdering;-><init>(Ljava/util/Comparator;)V
move-object p0, v0
:goto_0
return-object p0
.end method
.method public static natural()Lcom/google/common/collect/Ordering;
.locals 1
.line 164
sget-object v0, Lcom/google/common/collect/NaturalOrdering;->INSTANCE:Lcom/google/common/collect/NaturalOrdering;
return-object v0
.end method
# virtual methods
.method public abstract compare(Ljava/lang/Object;Ljava/lang/Object;)I
.end method
.method public immutableSortedCopy(Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableList;
.locals 0
.line 876
invoke-static {p0, p1}, Lcom/google/common/collect/ImmutableList;->sortedCopyOf(Ljava/util/Comparator;Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableList;
move-result-object p1
return-object p1
.end method
.method public onKeys()Lcom/google/common/collect/Ordering;
.locals 1
.line 455
invoke-static {}, Lcom/google/common/collect/Maps;->keyFunction()Lcom/google/common/base/Function;
move-result-object v0
invoke-virtual {p0, v0}, Lcom/google/common/collect/Ordering;->onResultOf(Lcom/google/common/base/Function;)Lcom/google/common/collect/Ordering;
move-result-object v0
return-object v0
.end method
.method public onResultOf(Lcom/google/common/base/Function;)Lcom/google/common/collect/Ordering;
.locals 1
.line 451
new-instance v0, Lcom/google/common/collect/ByFunctionOrdering;
invoke-direct {v0, p1, p0}, Lcom/google/common/collect/ByFunctionOrdering;-><init>(Lcom/google/common/base/Function;Lcom/google/common/collect/Ordering;)V
return-object v0
.end method