Changes of com.discord v1118
This commit is contained in:
parent
3c12455f65
commit
d8f5c3f964
19394 changed files with 1491456 additions and 1510129 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue