168 lines
3.9 KiB
Smali
168 lines
3.9 KiB
Smali
.class public Lcom/badlogic/gdx/utils/ObjectMap$Values;
|
|
.super Lcom/badlogic/gdx/utils/ObjectMap$MapIterator;
|
|
.source "ObjectMap.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/badlogic/gdx/utils/ObjectMap;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Values"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<V:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Lcom/badlogic/gdx/utils/ObjectMap$MapIterator<",
|
|
"Ljava/lang/Object;",
|
|
"TV;TV;>;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/badlogic/gdx/utils/ObjectMap;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lcom/badlogic/gdx/utils/ObjectMap<",
|
|
"*TV;>;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 745
|
|
invoke-direct {p0, p1}, Lcom/badlogic/gdx/utils/ObjectMap$MapIterator;-><init>(Lcom/badlogic/gdx/utils/ObjectMap;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()Lcom/badlogic/gdx/utils/ObjectMap$Values;
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Lcom/badlogic/gdx/utils/ObjectMap$Values<",
|
|
"TV;>;"
|
|
}
|
|
.end annotation
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public bridge synthetic c()V
|
|
.locals 0
|
|
|
|
.line 743
|
|
invoke-super {p0}, Lcom/badlogic/gdx/utils/ObjectMap$MapIterator;->c()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public hasNext()Z
|
|
.locals 2
|
|
|
|
.line 749
|
|
iget-boolean v0, p0, Lcom/badlogic/gdx/utils/ObjectMap$Values;->f:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 750
|
|
iget-boolean v0, p0, Lcom/badlogic/gdx/utils/ObjectMap$Values;->b:Z
|
|
|
|
return v0
|
|
|
|
.line 749
|
|
:cond_0
|
|
new-instance v0, Lcom/badlogic/gdx/utils/GdxRuntimeException;
|
|
|
|
const-string v1, "#iterator() cannot be used nested."
|
|
|
|
invoke-direct {v0, v1}, Lcom/badlogic/gdx/utils/GdxRuntimeException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public synthetic iterator()Ljava/util/Iterator;
|
|
.locals 1
|
|
|
|
.line 743
|
|
invoke-virtual {p0}, Lcom/badlogic/gdx/utils/ObjectMap$Values;->a()Lcom/badlogic/gdx/utils/ObjectMap$Values;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public next()Ljava/lang/Object;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()TV;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 754
|
|
iget-boolean v0, p0, Lcom/badlogic/gdx/utils/ObjectMap$Values;->b:Z
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 755
|
|
iget-boolean v0, p0, Lcom/badlogic/gdx/utils/ObjectMap$Values;->f:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 756
|
|
iget-object v0, p0, Lcom/badlogic/gdx/utils/ObjectMap$Values;->c:Lcom/badlogic/gdx/utils/ObjectMap;
|
|
|
|
iget-object v0, v0, Lcom/badlogic/gdx/utils/ObjectMap;->c:[Ljava/lang/Object;
|
|
|
|
iget v1, p0, Lcom/badlogic/gdx/utils/ObjectMap$Values;->d:I
|
|
|
|
aget-object v0, v0, v1
|
|
|
|
.line 757
|
|
iget v1, p0, Lcom/badlogic/gdx/utils/ObjectMap$Values;->d:I
|
|
|
|
iput v1, p0, Lcom/badlogic/gdx/utils/ObjectMap$Values;->e:I
|
|
|
|
.line 758
|
|
invoke-virtual {p0}, Lcom/badlogic/gdx/utils/ObjectMap$Values;->d()V
|
|
|
|
return-object v0
|
|
|
|
.line 755
|
|
:cond_0
|
|
new-instance v0, Lcom/badlogic/gdx/utils/GdxRuntimeException;
|
|
|
|
const-string v1, "#iterator() cannot be used nested."
|
|
|
|
invoke-direct {v0, v1}, Lcom/badlogic/gdx/utils/GdxRuntimeException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
|
|
.line 754
|
|
:cond_1
|
|
new-instance v0, Ljava/util/NoSuchElementException;
|
|
|
|
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public bridge synthetic remove()V
|
|
.locals 0
|
|
|
|
.line 743
|
|
invoke-super {p0}, Lcom/badlogic/gdx/utils/ObjectMap$MapIterator;->remove()V
|
|
|
|
return-void
|
|
.end method
|