Changes of com.discord v1349
This commit is contained in:
parent
ee3363e6d6
commit
3f4974bc38
11672 changed files with 479129 additions and 478996 deletions
160
com.discord/smali_classes2/x/h/b.smali
Normal file
160
com.discord/smali_classes2/x/h/b.smali
Normal file
|
@ -0,0 +1,160 @@
|
|||
.class public abstract Lx/h/b;
|
||||
.super Ljava/lang/Object;
|
||||
.source "AbstractIterator.kt"
|
||||
|
||||
# interfaces
|
||||
.implements Ljava/util/Iterator;
|
||||
.implements Lx/m/c/x/a;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"<T:",
|
||||
"Ljava/lang/Object;",
|
||||
">",
|
||||
"Ljava/lang/Object;",
|
||||
"Ljava/util/Iterator<",
|
||||
"TT;>;",
|
||||
"Lx/m/c/x/a;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public d:Lx/h/s;
|
||||
|
||||
.field public e:Ljava/lang/Object;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"TT;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>()V
|
||||
.locals 1
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
sget-object v0, Lx/h/s;->e:Lx/h/s;
|
||||
|
||||
iput-object v0, p0, Lx/h/b;->d:Lx/h/s;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract a()V
|
||||
.end method
|
||||
|
||||
.method public hasNext()Z
|
||||
.locals 5
|
||||
|
||||
iget-object v0, p0, Lx/h/b;->d:Lx/h/s;
|
||||
|
||||
sget-object v1, Lx/h/s;->g:Lx/h/s;
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
const/4 v3, 0x0
|
||||
|
||||
if-eq v0, v1, :cond_0
|
||||
|
||||
const/4 v4, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v4, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz v4, :cond_3
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Enum;->ordinal()I
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
const/4 v4, 0x2
|
||||
|
||||
if-eq v0, v4, :cond_1
|
||||
|
||||
iput-object v1, p0, Lx/h/b;->d:Lx/h/s;
|
||||
|
||||
invoke-virtual {p0}, Lx/h/b;->a()V
|
||||
|
||||
iget-object v0, p0, Lx/h/b;->d:Lx/h/s;
|
||||
|
||||
sget-object v1, Lx/h/s;->d:Lx/h/s;
|
||||
|
||||
if-ne v0, v1, :cond_1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const/4 v2, 0x0
|
||||
|
||||
:cond_2
|
||||
:goto_1
|
||||
return v2
|
||||
|
||||
:cond_3
|
||||
new-instance v0, Ljava/lang/IllegalArgumentException;
|
||||
|
||||
const-string v1, "Failed requirement."
|
||||
|
||||
invoke-virtual {v1}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method public next()Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()TT;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0}, Lx/h/b;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
sget-object v0, Lx/h/s;->e:Lx/h/s;
|
||||
|
||||
iput-object v0, p0, Lx/h/b;->d:Lx/h/s;
|
||||
|
||||
iget-object v0, p0, Lx/h/b;->e:Ljava/lang/Object;
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue