apkfuckery/com.discord/smali_classes2/kotlin/a/s.smali

72 lines
1.7 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public Lkotlin/a/s;
.super Lkotlin/a/r;
2019-07-31 00:08:31 +00:00
.source "MutableCollectionsJVM.kt"
2019-07-24 11:27:29 +00:00
# direct methods
2019-10-09 23:16:36 +00:00
.method public static final sort(Ljava/util/List;)V
2019-07-24 11:27:29 +00:00
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
2019-10-09 23:16:36 +00:00
"<T::",
"Ljava/lang/Comparable<",
"-TT;>;>(",
2019-07-31 00:08:31 +00:00
"Ljava/util/List<",
2019-10-09 23:16:36 +00:00
"TT;>;)V"
2019-07-29 20:14:17 +00:00
}
.end annotation
2019-10-09 23:16:36 +00:00
const-string v0, "$this$sort"
2019-07-29 20:14:17 +00:00
2019-10-09 23:16:36 +00:00
invoke-static {p0, v0}, Lkotlin/jvm/internal/l;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
invoke-interface {p0}, Ljava/util/List;->size()I
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
move-result v0
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
const/4 v1, 0x1
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
if-le v0, v1, :cond_0
2019-07-29 20:14:17 +00:00
2019-10-09 23:16:36 +00:00
invoke-static {p0}, Ljava/util/Collections;->sort(Ljava/util/List;)V
2019-07-24 11:27:29 +00:00
:cond_0
2019-07-31 00:08:31 +00:00
return-void
2019-07-24 11:27:29 +00:00
.end method
2019-10-09 23:16:36 +00:00
.method public static final sortWith(Ljava/util/List;Ljava/util/Comparator;)V
2019-07-24 11:27:29 +00:00
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
2019-10-09 23:16:36 +00:00
"<T:",
"Ljava/lang/Object;",
">(",
2019-07-31 00:08:31 +00:00
"Ljava/util/List<",
2019-10-09 23:16:36 +00:00
"TT;>;",
"Ljava/util/Comparator<",
"-TT;>;)V"
2019-07-24 11:27:29 +00:00
}
.end annotation
2019-10-09 23:16:36 +00:00
const-string v0, "$this$sortWith"
2019-07-24 11:27:29 +00:00
2019-10-09 23:16:36 +00:00
invoke-static {p0, v0}, Lkotlin/jvm/internal/l;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
const-string v0, "comparator"
invoke-static {p1, v0}, Lkotlin/jvm/internal/l;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
2019-07-24 11:27:29 +00:00
2019-07-31 00:08:31 +00:00
invoke-interface {p0}, Ljava/util/List;->size()I
2019-07-29 20:14:17 +00:00
2019-07-31 00:08:31 +00:00
move-result v0
2019-07-24 11:27:29 +00:00
const/4 v1, 0x1
2019-07-31 00:08:31 +00:00
if-le v0, v1, :cond_0
2019-07-24 11:27:29 +00:00
2019-10-09 23:16:36 +00:00
invoke-static {p0, p1}, Ljava/util/Collections;->sort(Ljava/util/List;Ljava/util/Comparator;)V
2019-07-24 11:27:29 +00:00
:cond_0
2019-07-31 00:08:31 +00:00
return-void
2019-07-24 11:27:29 +00:00
.end method