Changes of com.discord v1133
This commit is contained in:
parent
4702d4f43a
commit
f1b997dae1
19297 changed files with 1470265 additions and 1483880 deletions
83
com.discord/smali_classes2/x/q/a$a.smali
Normal file
83
com.discord/smali_classes2/x/q/a$a.smali
Normal file
|
@ -0,0 +1,83 @@
|
|||
.class public final Lx/q/a$a;
|
||||
.super Lx/u/b/k;
|
||||
.source "AbstractCollection.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/q/a;->toString()Ljava/lang/String;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lx/u/b/k;",
|
||||
"Lkotlin/jvm/functions/Function1<",
|
||||
"TE;",
|
||||
"Ljava/lang/CharSequence;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic this$0:Lx/q/a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lx/q/a;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lx/q/a$a;->this$0:Lx/q/a;
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
invoke-direct {p0, p1}, Lx/u/b/k;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final invoke(Ljava/lang/Object;)Ljava/lang/CharSequence;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TE;)",
|
||||
"Ljava/lang/CharSequence;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/q/a$a;->this$0:Lx/q/a;
|
||||
|
||||
if-ne p1, v0, :cond_0
|
||||
|
||||
const-string p1, "(this Collection)"
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-static {p1}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:goto_0
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public bridge synthetic invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
invoke-virtual {p0, p1}, Lx/q/a$a;->invoke(Ljava/lang/Object;)Ljava/lang/CharSequence;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
349
com.discord/smali_classes2/x/q/a.smali
Normal file
349
com.discord/smali_classes2/x/q/a.smali
Normal file
|
@ -0,0 +1,349 @@
|
|||
.class public abstract Lx/q/a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "AbstractCollection.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Collection;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Collection<",
|
||||
"TE;>;",
|
||||
"Lx/u/b/z/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public add(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TE;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public addAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+TE;>;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public clear()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public contains(Ljava/lang/Object;)Z
|
||||
.locals 3
|
||||
|
||||
invoke-interface {p0}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-interface {p0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
:cond_1
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_2
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
invoke-static {v2, p1}, Lx/u/b/j;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_1
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
:cond_2
|
||||
:goto_0
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public containsAll(Ljava/util/Collection;)Z
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:cond_1
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {p0, v0}, Lx/q/a;->contains(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
:cond_2
|
||||
:goto_0
|
||||
return v1
|
||||
|
||||
:cond_3
|
||||
const-string p1, "elements"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public abstract getSize()I
|
||||
.end method
|
||||
|
||||
.method public isEmpty()Z
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/q/a;->getSize()I
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public remove(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public removeAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public retainAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final bridge size()I
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/q/a;->getSize()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public toArray()[Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
invoke-static {p0}, Lx/u/b/e;->toArray(Ljava/util/Collection;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">([TT;)[TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
invoke-static {p0, p1}, Lx/u/b/e;->toArray(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
new-instance p1, Lx/l;
|
||||
|
||||
const-string v0, "null cannot be cast to non-null type kotlin.Array<T>"
|
||||
|
||||
invoke-direct {p1, v0}, Lx/l;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
|
||||
:cond_1
|
||||
const-string p1, "array"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 8
|
||||
|
||||
new-instance v6, Lx/q/a$a;
|
||||
|
||||
invoke-direct {v6, p0}, Lx/q/a$a;-><init>(Lx/q/a;)V
|
||||
|
||||
const-string v1, ", "
|
||||
|
||||
const-string v2, "["
|
||||
|
||||
const-string v3, "]"
|
||||
|
||||
const/4 v4, 0x0
|
||||
|
||||
const/4 v5, 0x0
|
||||
|
||||
const/16 v7, 0x18
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
invoke-static/range {v0 .. v7}, Lx/q/l;->joinToString$default(Ljava/lang/Iterable;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Ljava/lang/CharSequence;ILjava/lang/CharSequence;Lkotlin/jvm/functions/Function1;I)Ljava/lang/String;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
48
com.discord/smali_classes2/x/q/b.smali
Normal file
48
com.discord/smali_classes2/x/q/b.smali
Normal file
|
@ -0,0 +1,48 @@
|
|||
.class public final synthetic Lx/q/b;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final synthetic a:[I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static synthetic constructor <clinit>()V
|
||||
.locals 3
|
||||
|
||||
invoke-static {}, Lx/q/v;->values()[Lx/q/v;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
array-length v0, v0
|
||||
|
||||
new-array v0, v0, [I
|
||||
|
||||
sput-object v0, Lx/q/b;->a:[I
|
||||
|
||||
sget-object v0, Lx/q/b;->a:[I
|
||||
|
||||
sget-object v1, Lx/q/v;->f:Lx/q/v;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
|
||||
|
||||
move-result v1
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
aput v2, v0, v1
|
||||
|
||||
sget-object v0, Lx/q/b;->a:[I
|
||||
|
||||
sget-object v1, Lx/q/v;->d:Lx/q/v;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Enum;->ordinal()I
|
||||
|
||||
move-result v1
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
aput v2, v0, v1
|
||||
|
||||
return-void
|
||||
.end method
|
306
com.discord/smali_classes2/x/q/c$a.smali
Normal file
306
com.discord/smali_classes2/x/q/c$a.smali
Normal file
|
@ -0,0 +1,306 @@
|
|||
.class public final Lx/q/c$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "AbstractList.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lx/q/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "a"
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public synthetic constructor <init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final checkElementIndex$kotlin_stdlib(II)V
|
||||
.locals 3
|
||||
|
||||
if-ltz p1, :cond_0
|
||||
|
||||
if-ge p1, p2, :cond_0
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v2, "index: "
|
||||
|
||||
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, ", size: "
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v0, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final checkPositionIndex$kotlin_stdlib(II)V
|
||||
.locals 3
|
||||
|
||||
if-ltz p1, :cond_0
|
||||
|
||||
if-gt p1, p2, :cond_0
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v2, "index: "
|
||||
|
||||
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, ", size: "
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v0, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final checkRangeIndexes$kotlin_stdlib(III)V
|
||||
.locals 4
|
||||
|
||||
const-string v0, "fromIndex: "
|
||||
|
||||
if-ltz p1, :cond_1
|
||||
|
||||
if-gt p2, p3, :cond_1
|
||||
|
||||
if-gt p1, p2, :cond_0
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
new-instance p3, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, " > toIndex: "
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p3, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p3
|
||||
|
||||
:cond_1
|
||||
new-instance v1, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
const-string v2, ", toIndex: "
|
||||
|
||||
const-string v3, ", size: "
|
||||
|
||||
invoke-static {v0, p1, v2, p2, v3}, Le/e/b/a/a;->b(Ljava/lang/String;ILjava/lang/String;ILjava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-virtual {p1, p3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v1, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v1
|
||||
.end method
|
||||
|
||||
.method public final orderedEquals$kotlin_stdlib(Ljava/util/Collection;Ljava/util/Collection;)Z
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"*>;",
|
||||
"Ljava/util/Collection<",
|
||||
"*>;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
if-eqz p2, :cond_3
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Collection;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-interface {p2}, Ljava/util/Collection;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
if-eq v0, v1, :cond_0
|
||||
|
||||
return v2
|
||||
|
||||
:cond_0
|
||||
invoke-interface {p2}, Ljava/util/Collection;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Collection;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:cond_1
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-interface {p2}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
invoke-static {v0, v3}, Lx/u/b/j;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
xor-int/2addr v0, v1
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
return v2
|
||||
|
||||
:cond_2
|
||||
return v1
|
||||
|
||||
:cond_3
|
||||
const-string p1, "other"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
|
||||
:cond_4
|
||||
const-string p1, "c"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final orderedHashCode$kotlin_stdlib(Ljava/util/Collection;)I
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"*>;)I"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_2
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Collection;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:goto_0
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_1
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
mul-int/lit8 v0, v0, 0x1f
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->hashCode()I
|
||||
|
||||
move-result v1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_0
|
||||
const/4 v1, 0x0
|
||||
|
||||
:goto_1
|
||||
add-int/2addr v0, v1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
return v0
|
||||
|
||||
:cond_2
|
||||
const-string p1, "c"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
124
com.discord/smali_classes2/x/q/c$b.smali
Normal file
124
com.discord/smali_classes2/x/q/c$b.smali
Normal file
|
@ -0,0 +1,124 @@
|
|||
.class public Lx/q/c$b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "AbstractList.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lx/q/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = "b"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TE;>;",
|
||||
"Lx/u/b/z/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public d:I
|
||||
|
||||
.field public final synthetic e:Lx/q/c;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lx/q/c;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lx/q/c$b;->e:Lx/q/c;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public hasNext()Z
|
||||
.locals 2
|
||||
|
||||
iget v0, p0, Lx/q/c$b;->d:I
|
||||
|
||||
iget-object v1, p0, Lx/q/c$b;->e:Lx/q/c;
|
||||
|
||||
invoke-virtual {v1}, Lx/q/a;->getSize()I
|
||||
|
||||
move-result v1
|
||||
|
||||
if-ge v0, v1, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lx/q/c$b;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lx/q/c$b;->e:Lx/q/c;
|
||||
|
||||
iget v1, p0, Lx/q/c$b;->d:I
|
||||
|
||||
add-int/lit8 v2, v1, 0x1
|
||||
|
||||
iput v2, p0, Lx/q/c$b;->d:I
|
||||
|
||||
invoke-virtual {v0, v1}, Lx/q/c;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
169
com.discord/smali_classes2/x/q/c$c.smali
Normal file
169
com.discord/smali_classes2/x/q/c$c.smali
Normal file
|
@ -0,0 +1,169 @@
|
|||
.class public Lx/q/c$c;
|
||||
.super Lx/q/c$b;
|
||||
.source "AbstractList.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/ListIterator;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lx/q/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = "c"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lx/q/c<",
|
||||
"TE;>.b;",
|
||||
"Ljava/util/ListIterator<",
|
||||
"TE;>;",
|
||||
"Lx/u/b/z/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic f:Lx/q/c;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lx/q/c;I)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lx/q/c$c;->f:Lx/q/c;
|
||||
|
||||
invoke-direct {p0, p1}, Lx/q/c$b;-><init>(Lx/q/c;)V
|
||||
|
||||
sget-object v0, Lx/q/c;->d:Lx/q/c$a;
|
||||
|
||||
invoke-virtual {p1}, Lx/q/a;->getSize()I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-virtual {v0, p2, p1}, Lx/q/c$a;->checkPositionIndex$kotlin_stdlib(II)V
|
||||
|
||||
iput p2, p0, Lx/q/c$b;->d:I
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public add(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TE;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public hasPrevious()Z
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Lx/q/c$b;->d:I
|
||||
|
||||
if-lez v0, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public nextIndex()I
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Lx/q/c$b;->d:I
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public previous()Ljava/lang/Object;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lx/q/c$c;->hasPrevious()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Lx/q/c$c;->f:Lx/q/c;
|
||||
|
||||
iget v1, p0, Lx/q/c$b;->d:I
|
||||
|
||||
add-int/lit8 v1, v1, -0x1
|
||||
|
||||
iput v1, p0, Lx/q/c$b;->d:I
|
||||
|
||||
iget v1, p0, Lx/q/c$b;->d:I
|
||||
|
||||
invoke-virtual {v0, v1}, Lx/q/c;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public previousIndex()I
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Lx/q/c$b;->d:I
|
||||
|
||||
add-int/lit8 v0, v0, -0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public set(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TE;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
130
com.discord/smali_classes2/x/q/c$d.smali
Normal file
130
com.discord/smali_classes2/x/q/c$d.smali
Normal file
|
@ -0,0 +1,130 @@
|
|||
.class public final Lx/q/c$d;
|
||||
.super Lx/q/c;
|
||||
.source "AbstractList.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/RandomAccess;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Lx/q/c;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = "d"
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lx/q/c<",
|
||||
"TE;>;",
|
||||
"Ljava/util/RandomAccess;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public e:I
|
||||
|
||||
.field public final f:Lx/q/c;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lx/q/c<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final g:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Lx/q/c;II)V
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Lx/q/c<",
|
||||
"+TE;>;II)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-direct {p0}, Lx/q/c;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/q/c$d;->f:Lx/q/c;
|
||||
|
||||
iput p2, p0, Lx/q/c$d;->g:I
|
||||
|
||||
sget-object p1, Lx/q/c;->d:Lx/q/c$a;
|
||||
|
||||
iget p2, p0, Lx/q/c$d;->g:I
|
||||
|
||||
iget-object v0, p0, Lx/q/c$d;->f:Lx/q/c;
|
||||
|
||||
invoke-virtual {v0}, Lx/q/a;->getSize()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-virtual {p1, p2, p3, v0}, Lx/q/c$a;->checkRangeIndexes$kotlin_stdlib(III)V
|
||||
|
||||
iget p1, p0, Lx/q/c$d;->g:I
|
||||
|
||||
sub-int/2addr p3, p1
|
||||
|
||||
iput p3, p0, Lx/q/c$d;->e:I
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
const-string p1, "list"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public get(I)Ljava/lang/Object;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Lx/q/c;->d:Lx/q/c$a;
|
||||
|
||||
iget v1, p0, Lx/q/c$d;->e:I
|
||||
|
||||
invoke-virtual {v0, p1, v1}, Lx/q/c$a;->checkElementIndex$kotlin_stdlib(II)V
|
||||
|
||||
iget-object v0, p0, Lx/q/c$d;->f:Lx/q/c;
|
||||
|
||||
iget v1, p0, Lx/q/c$d;->g:I
|
||||
|
||||
add-int/2addr v1, p1
|
||||
|
||||
invoke-virtual {v0, v1}, Lx/q/c;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public getSize()I
|
||||
.locals 1
|
||||
|
||||
iget v0, p0, Lx/q/c$d;->e:I
|
||||
|
||||
return v0
|
||||
.end method
|
332
com.discord/smali_classes2/x/q/c.smali
Normal file
332
com.discord/smali_classes2/x/q/c.smali
Normal file
|
@ -0,0 +1,332 @@
|
|||
.class public abstract Lx/q/c;
|
||||
.super Lx/q/a;
|
||||
.source "AbstractList.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/List;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Lx/q/c$d;,
|
||||
Lx/q/c$b;,
|
||||
Lx/q/c$c;,
|
||||
Lx/q/c$a;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<E:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lx/q/a<",
|
||||
"TE;>;",
|
||||
"Ljava/util/List<",
|
||||
"TE;>;",
|
||||
"Lx/u/b/z/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final d:Lx/q/c$a;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Lx/q/c$a;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, v1}, Lx/q/c$a;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
|
||||
sput-object v0, Lx/q/c;->d:Lx/q/c$a;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Lx/q/a;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public add(ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(ITE;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public addAll(ILjava/util/Collection;)Z
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I",
|
||||
"Ljava/util/Collection<",
|
||||
"+TE;>;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public equals(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
if-ne p1, p0, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
instance-of v0, p1, Ljava/util/List;
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
sget-object v0, Lx/q/c;->d:Lx/q/c$a;
|
||||
|
||||
check-cast p1, Ljava/util/Collection;
|
||||
|
||||
invoke-virtual {v0, p0, p1}, Lx/q/c$a;->orderedEquals$kotlin_stdlib(Ljava/util/Collection;Ljava/util/Collection;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public abstract get(I)Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TE;"
|
||||
}
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
.method public hashCode()I
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lx/q/c;->d:Lx/q/c$a;
|
||||
|
||||
invoke-virtual {v0, p0}, Lx/q/c$a;->orderedHashCode$kotlin_stdlib(Ljava/util/Collection;)I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public indexOf(Ljava/lang/Object;)I
|
||||
.locals 3
|
||||
|
||||
invoke-interface {p0}, Ljava/util/List;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
:goto_0
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_1
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
invoke-static {v2, p1}, Lx/u/b/j;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v2
|
||||
|
||||
if-eqz v2, :cond_0
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_0
|
||||
add-int/lit8 v1, v1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const/4 v1, -0x1
|
||||
|
||||
:goto_1
|
||||
return v1
|
||||
.end method
|
||||
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/q/c$b;
|
||||
|
||||
invoke-direct {v0, p0}, Lx/q/c$b;-><init>(Lx/q/c;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public lastIndexOf(Ljava/lang/Object;)I
|
||||
.locals 2
|
||||
|
||||
invoke-interface {p0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-interface {p0, v0}, Ljava/util/List;->listIterator(I)Ljava/util/ListIterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
:cond_0
|
||||
invoke-interface {v0}, Ljava/util/ListIterator;->hasPrevious()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_1
|
||||
|
||||
invoke-interface {v0}, Ljava/util/ListIterator;->previous()Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-static {v1, p1}, Lx/u/b/j;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
invoke-interface {v0}, Ljava/util/ListIterator;->nextIndex()I
|
||||
|
||||
move-result p1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const/4 p1, -0x1
|
||||
|
||||
:goto_0
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public listIterator()Ljava/util/ListIterator;
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/ListIterator<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/q/c$c;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, p0, v1}, Lx/q/c$c;-><init>(Lx/q/c;I)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public listIterator(I)Ljava/util/ListIterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)",
|
||||
"Ljava/util/ListIterator<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/q/c$c;
|
||||
|
||||
invoke-direct {v0, p0, p1}, Lx/q/c$c;-><init>(Lx/q/c;I)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public remove(I)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(ITE;)TE;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public subList(II)Ljava/util/List;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(II)",
|
||||
"Ljava/util/List<",
|
||||
"TE;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lx/q/c$d;
|
||||
|
||||
invoke-direct {v0, p0, p1, p2}, Lx/q/c$d;-><init>(Lx/q/c;II)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
356
com.discord/smali_classes2/x/q/d.smali
Normal file
356
com.discord/smali_classes2/x/q/d.smali
Normal file
|
@ -0,0 +1,356 @@
|
|||
.class public final Lx/q/d;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Collections.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Collection;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Collection<",
|
||||
"TT;>;",
|
||||
"Lx/u/b/z/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:[Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"[TT;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field public final e:Z
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>([Ljava/lang/Object;Z)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"([TT;Z)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/q/d;->d:[Ljava/lang/Object;
|
||||
|
||||
iput-boolean p2, p0, Lx/q/d;->e:Z
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
const-string p1, "values"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public add(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(TT;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public addAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+TT;>;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public clear()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public contains(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lx/q/d;->d:[Ljava/lang/Object;
|
||||
|
||||
invoke-static {v0, p1}, Le/o/a/j/a;->contains([Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public containsAll(Ljava/util/Collection;)Z
|
||||
.locals 2
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:cond_1
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {p0, v0}, Lx/q/d;->contains(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-nez v0, :cond_1
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
:cond_2
|
||||
:goto_0
|
||||
return v1
|
||||
|
||||
:cond_3
|
||||
const-string p1, "elements"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public isEmpty()Z
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lx/q/d;->d:[Ljava/lang/Object;
|
||||
|
||||
array-length v0, v0
|
||||
|
||||
if-nez v0, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/q/d;->d:[Ljava/lang/Object;
|
||||
|
||||
invoke-static {v0}, Le/o/a/j/a;->iterator([Ljava/lang/Object;)Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public remove(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public removeAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public retainAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/Collection<",
|
||||
"+",
|
||||
"Ljava/lang/Object;",
|
||||
">;)Z"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final size()I
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lx/q/d;->d:[Ljava/lang/Object;
|
||||
|
||||
array-length v0, v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final toArray()[Ljava/lang/Object;
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Lx/q/d;->d:[Ljava/lang/Object;
|
||||
|
||||
iget-boolean v1, p0, Lx/q/d;->e:Z
|
||||
|
||||
const-class v2, [Ljava/lang/Object;
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-static {v1, v2}, Lx/u/b/j;->areEqual(Ljava/lang/Object;Ljava/lang/Object;)Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
array-length v1, v0
|
||||
|
||||
invoke-static {v0, v1, v2}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;ILjava/lang/Class;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
const-string v1, "java.util.Arrays.copyOf(\u2026 Array<Any?>::class.java)"
|
||||
|
||||
invoke-static {v0, v1}, Lx/u/b/j;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
:goto_0
|
||||
return-object v0
|
||||
|
||||
:cond_1
|
||||
const-string v0, "$this$copyToArrayOfAny"
|
||||
|
||||
invoke-static {v0}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">([TT;)[TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p0, p1}, Lx/u/b/e;->toArray(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
53
com.discord/smali_classes2/x/q/e.smali
Normal file
53
com.discord/smali_classes2/x/q/e.smali
Normal file
|
@ -0,0 +1,53 @@
|
|||
.class public final Lx/q/e;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:[Ljava/lang/Object;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>([Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lx/q/e;->a:[Ljava/lang/Object;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/q/e;->a:[Ljava/lang/Object;
|
||||
|
||||
invoke-static {v0}, Le/o/a/j/a;->iterator([Ljava/lang/Object;)Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
70
com.discord/smali_classes2/x/q/f.smali
Normal file
70
com.discord/smali_classes2/x/q/f.smali
Normal file
|
@ -0,0 +1,70 @@
|
|||
.class public abstract Lx/q/f;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Iterators.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"Ljava/lang/Boolean;",
|
||||
">;",
|
||||
"Lx/u/b/z/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final next()Ljava/lang/Boolean;
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/q/f;->nextBoolean()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public bridge synthetic next()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/q/f;->next()Ljava/lang/Boolean;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public abstract nextBoolean()Z
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
3
com.discord/smali_classes2/x/q/g.smali
Normal file
3
com.discord/smali_classes2/x/q/g.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class public Lx/q/g;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Collections.kt"
|
3
com.discord/smali_classes2/x/q/h.smali
Normal file
3
com.discord/smali_classes2/x/q/h.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class public Lx/q/h;
|
||||
.super Lx/q/g;
|
||||
.source "IteratorsJVM.kt"
|
3
com.discord/smali_classes2/x/q/i.smali
Normal file
3
com.discord/smali_classes2/x/q/i.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class public Lx/q/i;
|
||||
.super Lx/q/h;
|
||||
.source "MutableCollectionsJVM.kt"
|
3
com.discord/smali_classes2/x/q/j.smali
Normal file
3
com.discord/smali_classes2/x/q/j.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class public Lx/q/j;
|
||||
.super Lx/q/i;
|
||||
.source "ReversedViews.kt"
|
3
com.discord/smali_classes2/x/q/k.smali
Normal file
3
com.discord/smali_classes2/x/q/k.smali
Normal file
|
@ -0,0 +1,3 @@
|
|||
.class public Lx/q/k;
|
||||
.super Lx/q/j;
|
||||
.source "_CollectionsJvm.kt"
|
62
com.discord/smali_classes2/x/q/l$a.smali
Normal file
62
com.discord/smali_classes2/x/q/l$a.smali
Normal file
|
@ -0,0 +1,62 @@
|
|||
.class public final Lx/q/l$a;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sequences.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/sequences/Sequence;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lx/q/l;->asSequence(Ljava/lang/Iterable;)Lkotlin/sequences/Sequence;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Lkotlin/sequences/Sequence<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic a:Ljava/lang/Iterable;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/Iterable;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lx/q/l$a;->a:Ljava/lang/Iterable;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/q/l$a;->a:Ljava/lang/Iterable;
|
||||
|
||||
invoke-interface {v0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
3246
com.discord/smali_classes2/x/q/l.smali
Normal file
3246
com.discord/smali_classes2/x/q/l.smali
Normal file
File diff suppressed because it is too large
Load diff
64
com.discord/smali_classes2/x/q/m.smali
Normal file
64
com.discord/smali_classes2/x/q/m.smali
Normal file
|
@ -0,0 +1,64 @@
|
|||
.class public final Lx/q/m;
|
||||
.super Lx/u/b/k;
|
||||
.source "_Collections.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic $index:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(I)V
|
||||
.locals 0
|
||||
|
||||
iput p1, p0, Lx/q/m;->$index:I
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
invoke-direct {p0, p1}, Lx/u/b/k;-><init>(I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public bridge synthetic invoke(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
check-cast p1, Ljava/lang/Number;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/Number;->intValue()I
|
||||
|
||||
invoke-virtual {p0}, Lx/q/m;->invoke()Ljava/lang/Void;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final invoke()Ljava/lang/Void;
|
||||
.locals 4
|
||||
|
||||
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
const-string v1, "Collection doesn\'t contain element at index "
|
||||
|
||||
invoke-static {v1}, Le/e/b/a/a;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
iget v2, p0, Lx/q/m;->$index:I
|
||||
|
||||
const/16 v3, 0x2e
|
||||
|
||||
invoke-static {v1, v2, v3}, Le/e/b/a/a;->a(Ljava/lang/StringBuilder;IC)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
123
com.discord/smali_classes2/x/q/n.smali
Normal file
123
com.discord/smali_classes2/x/q/n.smali
Normal file
|
@ -0,0 +1,123 @@
|
|||
.class public final Lx/q/n;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Collections.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/ListIterator;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final d:Lx/q/n;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lx/q/n;
|
||||
|
||||
invoke-direct {v0}, Lx/q/n;-><init>()V
|
||||
|
||||
sput-object v0, Lx/q/n;->d:Lx/q/n;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public synthetic add(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public hasNext()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public hasPrevious()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public nextIndex()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public previous()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Ljava/util/NoSuchElementException;
|
||||
|
||||
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public previousIndex()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, -0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public synthetic set(Ljava/lang/Object;)V
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
517
com.discord/smali_classes2/x/q/o.smali
Normal file
517
com.discord/smali_classes2/x/q/o.smali
Normal file
|
@ -0,0 +1,517 @@
|
|||
.class public final Lx/q/o;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Collections.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/List;
|
||||
.implements Ljava/io/Serializable;
|
||||
.implements Ljava/util/RandomAccess;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final d:Lx/q/o;
|
||||
|
||||
.field public static final serialVersionUID:J = -0x6690382f581f9fceL
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lx/q/o;
|
||||
|
||||
invoke-direct {v0}, Lx/q/o;-><init>()V
|
||||
|
||||
sput-object v0, Lx/q/o;->d:Lx/q/o;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private final readResolve()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lx/q/o;->d:Lx/q/o;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public synthetic add(ILjava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public synthetic add(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public addAll(ILjava/util/Collection;)Z
|
||||
.locals 0
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public addAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public clear()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final bridge contains(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/lang/Void;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/lang/Void;
|
||||
|
||||
invoke-virtual {p0, p1}, Lx/q/o;->contains(Ljava/lang/Void;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public contains(Ljava/lang/Void;)Z
|
||||
.locals 0
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const-string p1, "element"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public containsAll(Ljava/util/Collection;)Z
|
||||
.locals 0
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const-string p1, "elements"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public equals(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/util/List;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/util/List;
|
||||
|
||||
invoke-interface {p1}, Ljava/util/List;->isEmpty()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public bridge synthetic get(I)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
invoke-virtual {p0, p1}, Lx/q/o;->get(I)Ljava/lang/Void;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public get(I)Ljava/lang/Void;
|
||||
.locals 3
|
||||
|
||||
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v2, "Empty list doesn\'t contain element at index "
|
||||
|
||||
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const/16 p1, 0x2e
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v0, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public getSize()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public hashCode()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final bridge indexOf(Ljava/lang/Object;)I
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/lang/Void;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/lang/Void;
|
||||
|
||||
invoke-virtual {p0, p1}, Lx/q/o;->indexOf(Ljava/lang/Void;)I
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, -0x1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public indexOf(Ljava/lang/Void;)I
|
||||
.locals 0
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, -0x1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const-string p1, "element"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public isEmpty()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lx/q/n;->d:Lx/q/n;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final bridge lastIndexOf(Ljava/lang/Object;)I
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/lang/Void;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/lang/Void;
|
||||
|
||||
invoke-virtual {p0, p1}, Lx/q/o;->lastIndexOf(Ljava/lang/Void;)I
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, -0x1
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public lastIndexOf(Ljava/lang/Void;)I
|
||||
.locals 0
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, -0x1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const-string p1, "element"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public listIterator()Ljava/util/ListIterator;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lx/q/n;->d:Lx/q/n;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public listIterator(I)Ljava/util/ListIterator;
|
||||
.locals 2
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
sget-object p1, Lx/q/n;->d:Lx/q/n;
|
||||
|
||||
return-object p1
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
const-string v1, "Index: "
|
||||
|
||||
invoke-static {v1, p1}, Le/e/b/a/a;->a(Ljava/lang/String;I)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v0, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public synthetic remove(I)Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public remove(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public removeAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public retainAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public synthetic set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final bridge size()I
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/q/o;->getSize()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public subList(II)Ljava/util/List;
|
||||
.locals 3
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
if-nez p2, :cond_0
|
||||
|
||||
return-object p0
|
||||
|
||||
:cond_0
|
||||
new-instance v0, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v2, "fromIndex: "
|
||||
|
||||
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string p1, ", toIndex: "
|
||||
|
||||
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1, p2}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {v0, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public toArray()[Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
invoke-static {p0}, Lx/u/b/e;->toArray(Ljava/util/Collection;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">([TT;)[TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p0, p1}, Lx/u/b/e;->toArray(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "[]"
|
||||
|
||||
return-object v0
|
||||
.end method
|
314
com.discord/smali_classes2/x/q/p.smali
Normal file
314
com.discord/smali_classes2/x/q/p.smali
Normal file
|
@ -0,0 +1,314 @@
|
|||
.class public final Lx/q/p;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Maps.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Map;
|
||||
.implements Ljava/io/Serializable;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final d:Lx/q/p;
|
||||
|
||||
.field public static final serialVersionUID:J = 0x72723771cb044cd2L
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lx/q/p;
|
||||
|
||||
invoke-direct {v0}, Lx/q/p;-><init>()V
|
||||
|
||||
sput-object v0, Lx/q/p;->d:Lx/q/p;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private final readResolve()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lx/q/p;->d:Lx/q/p;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public clear()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public containsKey(Ljava/lang/Object;)Z
|
||||
.locals 0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final bridge containsValue(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/lang/Void;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/lang/Void;
|
||||
|
||||
invoke-virtual {p0, p1}, Lx/q/p;->containsValue(Ljava/lang/Void;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public containsValue(Ljava/lang/Void;)Z
|
||||
.locals 0
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const-string p1, "value"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final bridge entrySet()Ljava/util/Set;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Set<",
|
||||
"Ljava/util/Map$Entry;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lx/q/p;->getEntries()Ljava/util/Set;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public equals(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/util/Map;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/util/Map;
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Map;->isEmpty()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public final bridge get(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
invoke-virtual {p0}, Lx/q/p;->get()Ljava/lang/Void;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public get()Ljava/lang/Void;
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public getEntries()Ljava/util/Set;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Set<",
|
||||
"Ljava/util/Map$Entry;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Lx/q/q;->d:Lx/q/q;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public getKeys()Ljava/util/Set;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Set<",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Lx/q/q;->d:Lx/q/q;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public getSize()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public getValues()Ljava/util/Collection;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lx/q/o;->d:Lx/q/o;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public hashCode()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public isEmpty()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final bridge keySet()Ljava/util/Set;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
"Ljava/util/Set<",
|
||||
"Ljava/lang/Object;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lx/q/p;->getKeys()Ljava/util/Set;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public synthetic put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string p2, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public putAll(Ljava/util/Map;)V
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public remove(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final bridge size()I
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/q/p;->getSize()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "{}"
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final bridge values()Ljava/util/Collection;
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/q/p;->getValues()Ljava/util/Collection;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
282
com.discord/smali_classes2/x/q/q.smali
Normal file
282
com.discord/smali_classes2/x/q/q.smali
Normal file
|
@ -0,0 +1,282 @@
|
|||
.class public final Lx/q/q;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Sets.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Set;
|
||||
.implements Ljava/io/Serializable;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final d:Lx/q/q;
|
||||
|
||||
.field public static final serialVersionUID:J = 0x2f46b01576d7e2f4L
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Lx/q/q;
|
||||
|
||||
invoke-direct {v0}, Lx/q/q;-><init>()V
|
||||
|
||||
sput-object v0, Lx/q/q;->d:Lx/q/q;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private final readResolve()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lx/q/q;->d:Lx/q/q;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public synthetic add(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public addAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public clear()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public final bridge contains(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/lang/Void;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/lang/Void;
|
||||
|
||||
invoke-virtual {p0, p1}, Lx/q/q;->contains(Ljava/lang/Void;)Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public contains(Ljava/lang/Void;)Z
|
||||
.locals 0
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const-string p1, "element"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public containsAll(Ljava/util/Collection;)Z
|
||||
.locals 0
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Collection;->isEmpty()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const-string p1, "elements"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public equals(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
instance-of v0, p1, Ljava/util/Set;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Ljava/util/Set;
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Set;->isEmpty()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
return p1
|
||||
.end method
|
||||
|
||||
.method public getSize()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public hashCode()I
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public isEmpty()Z
|
||||
.locals 1
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public iterator()Ljava/util/Iterator;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lx/q/n;->d:Lx/q/n;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public remove(Ljava/lang/Object;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public removeAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public retainAll(Ljava/util/Collection;)Z
|
||||
.locals 1
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final bridge size()I
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/q/q;->getSize()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public toArray()[Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
invoke-static {p0}, Lx/u/b/e;->toArray(Ljava/util/Collection;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">([TT;)[TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-static {p0, p1}, Lx/u/b/e;->toArray(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "[]"
|
||||
|
||||
return-object v0
|
||||
.end method
|
70
com.discord/smali_classes2/x/q/r.smali
Normal file
70
com.discord/smali_classes2/x/q/r.smali
Normal file
|
@ -0,0 +1,70 @@
|
|||
.class public abstract Lx/q/r;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Iterators.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"Ljava/lang/Integer;",
|
||||
">;",
|
||||
"Lx/u/b/z/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final next()Ljava/lang/Integer;
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/q/r;->nextInt()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public bridge synthetic next()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/q/r;->next()Ljava/lang/Integer;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public abstract nextInt()I
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
70
com.discord/smali_classes2/x/q/s.smali
Normal file
70
com.discord/smali_classes2/x/q/s.smali
Normal file
|
@ -0,0 +1,70 @@
|
|||
.class public abstract Lx/q/s;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Iterators.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/u/b/z/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"Ljava/lang/Long;",
|
||||
">;",
|
||||
"Lx/u/b/z/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final next()Ljava/lang/Long;
|
||||
.locals 2
|
||||
|
||||
invoke-virtual {p0}, Lx/q/s;->nextLong()J
|
||||
|
||||
move-result-wide v0
|
||||
|
||||
invoke-static {v0, v1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public bridge synthetic next()Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
invoke-virtual {p0}, Lx/q/s;->next()Ljava/lang/Long;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public abstract nextLong()J
|
||||
.end method
|
||||
|
||||
.method public remove()V
|
||||
.locals 2
|
||||
|
||||
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v1, "Operation is not supported for read-only collection"
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
206
com.discord/smali_classes2/x/q/t.smali
Normal file
206
com.discord/smali_classes2/x/q/t.smali
Normal file
|
@ -0,0 +1,206 @@
|
|||
.class public final Lx/q/t;
|
||||
.super Ljava/util/AbstractList;
|
||||
.source "ReversedViews.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/List;
|
||||
.implements Lx/u/b/z/d;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lx/q/t<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final d:Ljava/util/List;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/List<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/util/List;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/List<",
|
||||
"TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-direct {p0}, Ljava/util/AbstractList;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/q/t;->d:Ljava/util/List;
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
const-string p1, "delegate"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public add(ILjava/lang/Object;)V
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(ITT;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/q/t;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {p0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
if-ltz p1, :cond_0
|
||||
|
||||
if-lt v1, p1, :cond_0
|
||||
|
||||
invoke-interface {p0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v1
|
||||
|
||||
sub-int/2addr v1, p1
|
||||
|
||||
invoke-interface {v0, v1, p2}, Ljava/util/List;->add(ILjava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
new-instance p2, Ljava/lang/IndexOutOfBoundsException;
|
||||
|
||||
const-string v0, "Position index "
|
||||
|
||||
const-string v1, " must be in range ["
|
||||
|
||||
invoke-static {v0, p1, v1}, Le/e/b/a/a;->b(Ljava/lang/String;ILjava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
new-instance v1, Lkotlin/ranges/IntRange;
|
||||
|
||||
invoke-interface {p0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v2
|
||||
|
||||
invoke-direct {v1, v0, v2}, Lkotlin/ranges/IntRange;-><init>(II)V
|
||||
|
||||
invoke-virtual {p1, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
const-string v0, "]."
|
||||
|
||||
invoke-virtual {p1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-direct {p2, p1}, Ljava/lang/IndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p2
|
||||
.end method
|
||||
|
||||
.method public clear()V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lx/q/t;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/List;->clear()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public get(I)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/q/t;->d:Ljava/util/List;
|
||||
|
||||
invoke-static {p0, p1}, Le/o/a/j/a;->access$reverseElementIndex(Ljava/util/List;I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final remove(I)Ljava/lang/Object;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lx/q/t;->d:Ljava/util/List;
|
||||
|
||||
invoke-static {p0, p1}, Le/o/a/j/a;->access$reverseElementIndex(Ljava/util/List;I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-interface {v0, p1}, Ljava/util/List;->remove(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(ITT;)TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/q/t;->d:Ljava/util/List;
|
||||
|
||||
invoke-static {p0, p1}, Le/o/a/j/a;->access$reverseElementIndex(Ljava/util/List;I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-interface {v0, p1, p2}, Ljava/util/List;->set(ILjava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final size()I
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lx/q/t;->d:Ljava/util/List;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
91
com.discord/smali_classes2/x/q/u.smali
Normal file
91
com.discord/smali_classes2/x/q/u.smali
Normal file
|
@ -0,0 +1,91 @@
|
|||
.class public Lx/q/u;
|
||||
.super Lx/q/c;
|
||||
.source "ReversedViews.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Lx/q/c<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final e:Ljava/util/List;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/List<",
|
||||
"TT;>;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/util/List;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/List<",
|
||||
"+TT;>;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-direct {p0}, Lx/q/c;-><init>()V
|
||||
|
||||
iput-object p1, p0, Lx/q/u;->e:Ljava/util/List;
|
||||
|
||||
return-void
|
||||
|
||||
:cond_0
|
||||
const-string p1, "delegate"
|
||||
|
||||
invoke-static {p1}, Lx/u/b/j;->a(Ljava/lang/String;)V
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public get(I)Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Lx/q/u;->e:Ljava/util/List;
|
||||
|
||||
invoke-static {p0, p1}, Le/o/a/j/a;->access$reverseElementIndex(Ljava/util/List;I)I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public getSize()I
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Lx/q/u;->e:Ljava/util/List;
|
||||
|
||||
invoke-interface {v0}, Ljava/util/List;->size()I
|
||||
|
||||
move-result v0
|
||||
|
||||
return v0
|
||||
.end method
|
128
com.discord/smali_classes2/x/q/v.smali
Normal file
128
com.discord/smali_classes2/x/q/v.smali
Normal file
|
@ -0,0 +1,128 @@
|
|||
.class public final enum Lx/q/v;
|
||||
.super Ljava/lang/Enum;
|
||||
.source "AbstractIterator.kt"
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/lang/Enum<",
|
||||
"Lx/q/v;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field public static final enum d:Lx/q/v;
|
||||
|
||||
.field public static final enum e:Lx/q/v;
|
||||
|
||||
.field public static final enum f:Lx/q/v;
|
||||
|
||||
.field public static final enum g:Lx/q/v;
|
||||
|
||||
.field public static final synthetic h:[Lx/q/v;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 4
|
||||
|
||||
const/4 v0, 0x4
|
||||
|
||||
new-array v0, v0, [Lx/q/v;
|
||||
|
||||
new-instance v1, Lx/q/v;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
const-string v3, "Ready"
|
||||
|
||||
invoke-direct {v1, v3, v2}, Lx/q/v;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
sput-object v1, Lx/q/v;->d:Lx/q/v;
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
new-instance v1, Lx/q/v;
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
const-string v3, "NotReady"
|
||||
|
||||
invoke-direct {v1, v3, v2}, Lx/q/v;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
sput-object v1, Lx/q/v;->e:Lx/q/v;
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
new-instance v1, Lx/q/v;
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
const-string v3, "Done"
|
||||
|
||||
invoke-direct {v1, v3, v2}, Lx/q/v;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
sput-object v1, Lx/q/v;->f:Lx/q/v;
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
new-instance v1, Lx/q/v;
|
||||
|
||||
const/4 v2, 0x3
|
||||
|
||||
const-string v3, "Failed"
|
||||
|
||||
invoke-direct {v1, v3, v2}, Lx/q/v;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
sput-object v1, Lx/q/v;->g:Lx/q/v;
|
||||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
sput-object v0, Lx/q/v;->h:[Lx/q/v;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(Ljava/lang/String;I)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static valueOf(Ljava/lang/String;)Lx/q/v;
|
||||
.locals 1
|
||||
|
||||
const-class v0, Lx/q/v;
|
||||
|
||||
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
|
||||
|
||||
move-result-object p0
|
||||
|
||||
check-cast p0, Lx/q/v;
|
||||
|
||||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static values()[Lx/q/v;
|
||||
.locals 1
|
||||
|
||||
sget-object v0, Lx/q/v;->h:[Lx/q/v;
|
||||
|
||||
invoke-virtual {v0}, [Lx/q/v;->clone()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, [Lx/q/v;
|
||||
|
||||
return-object v0
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue