Files
rr3-apk/smali/androidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

156 lines
4.4 KiB
Smali

.class public final Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/util/Iterator;
.implements Lkotlin/jvm/internal/markers/KMutableIterator;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1;->iterator()Ljava/util/Iterator;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/Iterator<",
"TV;>;",
"Lkotlin/jvm/internal/markers/KMutableIterator;"
}
.end annotation
# instance fields
.field private current:I
.field private final iterator:Ljava/util/Iterator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Iterator<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
.end field
.field final synthetic this$0:Landroidx/collection/MutableScatterMap;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroidx/collection/MutableScatterMap<",
"TK;TV;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Landroidx/collection/MutableScatterMap;)V
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroidx/collection/MutableScatterMap<",
"TK;TV;>;)V"
}
.end annotation
iput-object p1, p0, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1;->this$0:Landroidx/collection/MutableScatterMap;
.line 1508
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 1509
new-instance v0, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1$iterator$1;
const/4 v1, 0x0
invoke-direct {v0, p1, v1}, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1$iterator$1;-><init>(Landroidx/collection/MutableScatterMap;Lkotlin/coroutines/Continuation;)V
invoke-static {v0}, Lkotlin/sequences/SequencesKt;->iterator(Lkotlin/jvm/functions/Function2;)Ljava/util/Iterator;
move-result-object p1
iput-object p1, p0, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1;->iterator:Ljava/util/Iterator;
const/4 p1, -0x1
iput p1, p0, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1;->current:I
return-void
.end method
# virtual methods
.method public hasNext()Z
.locals 1
iget-object v0, p0, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1;->iterator:Ljava/util/Iterator;
.line 1516
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v0
return v0
.end method
.method public next()Ljava/lang/Object;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()TV;"
}
.end annotation
iget-object v0, p0, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1;->iterator:Ljava/util/Iterator;
.line 1519
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v0
check-cast v0, Ljava/lang/Number;
invoke-virtual {v0}, Ljava/lang/Number;->intValue()I
move-result v0
iput v0, p0, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1;->current:I
iget-object v1, p0, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1;->this$0:Landroidx/collection/MutableScatterMap;
.line 1521
iget-object v1, v1, Landroidx/collection/ScatterMap;->values:[Ljava/lang/Object;
aget-object v0, v1, v0
return-object v0
.end method
.method public remove()V
.locals 2
iget v0, p0, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1;->current:I
if-ltz v0, :cond_0
iget-object v1, p0, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1;->this$0:Landroidx/collection/MutableScatterMap;
.line 1526
invoke-virtual {v1, v0}, Landroidx/collection/MutableScatterMap;->removeValueAt(I)Ljava/lang/Object;
const/4 v0, -0x1
iput v0, p0, Landroidx/collection/MutableScatterMap$MutableMapWrapper$values$1$iterator$1;->current:I
:cond_0
return-void
.end method