Files
rr3-apk/smali_classes2/com/ea/nimble/mtx/googleplay/GooglePlay$1SkuComparator.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

80 lines
2.0 KiB
Smali

.class Lcom/ea/nimble/mtx/googleplay/GooglePlay$1SkuComparator;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/util/Comparator;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/ea/nimble/mtx/googleplay/GooglePlay;->getAvailableCatalogItems()Ljava/util/List;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = "SkuComparator"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/Comparator<",
"Lcom/ea/nimble/mtx/NimbleCatalogItem;",
">;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lcom/ea/nimble/mtx/googleplay/GooglePlay;
# direct methods
.method public constructor <init>(Lcom/ea/nimble/mtx/googleplay/GooglePlay;)V
.locals 0
iput-object p1, p0, Lcom/ea/nimble/mtx/googleplay/GooglePlay$1SkuComparator;->this$0:Lcom/ea/nimble/mtx/googleplay/GooglePlay;
.line 1763
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public compare(Lcom/ea/nimble/mtx/NimbleCatalogItem;Lcom/ea/nimble/mtx/NimbleCatalogItem;)I
.locals 0
.line 1768
invoke-virtual {p1}, Lcom/ea/nimble/mtx/NimbleCatalogItem;->getSku()Ljava/lang/String;
move-result-object p1
invoke-virtual {p2}, Lcom/ea/nimble/mtx/NimbleCatalogItem;->getSku()Ljava/lang/String;
move-result-object p2
invoke-virtual {p1, p2}, Ljava/lang/String;->compareTo(Ljava/lang/String;)I
move-result p1
return p1
.end method
.method public bridge synthetic compare(Ljava/lang/Object;Ljava/lang/Object;)I
.locals 0
.line 1763
check-cast p1, Lcom/ea/nimble/mtx/NimbleCatalogItem;
check-cast p2, Lcom/ea/nimble/mtx/NimbleCatalogItem;
invoke-virtual {p0, p1, p2}, Lcom/ea/nimble/mtx/googleplay/GooglePlay$1SkuComparator;->compare(Lcom/ea/nimble/mtx/NimbleCatalogItem;Lcom/ea/nimble/mtx/NimbleCatalogItem;)I
move-result p1
return p1
.end method