.class public abstract Lkotlin/collections/IntIterator; .super Ljava/lang/Object; .source "SourceFile" # interfaces .implements Ljava/util/Iterator; .implements Lkotlin/jvm/internal/markers/KMappedMarker; # direct methods .method public constructor ()V .locals 0 .line 35 invoke-direct {p0}, Ljava/lang/Object;->()V return-void .end method # virtual methods .method public final next()Ljava/lang/Integer; .locals 1 .line 36 invoke-virtual {p0}, Lkotlin/collections/IntIterator;->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 .line 35 invoke-virtual {p0}, Lkotlin/collections/IntIterator;->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 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;->(Ljava/lang/String;)V throw v0 .end method