r.smali
.class public final Lkotlin/collections/r;
.super Ljava/lang/Object;
.source "Collections.kt"
# interfaces
.implements Ljava/util/ListIterator;
# static fields
.field public static final bUj:Lkotlin/collections/r;
# direct methods
.method static constructor <clinit>()V
.registers 1
.prologue
.line 24
new-instance v0, Lkotlin/collections/r;
invoke-direct {v0}, Lkotlin/collections/r;-><init>()V
sput-object v0, Lkotlin/collections/r;->bUj:Lkotlin/collections/r;
return-void
.end method
.method private constructor <init>()V
.registers 1
.prologue
.line 24
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final synthetic add(Ljava/lang/Object;)V
.registers 4
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
.method public final hasNext()Z
.registers 2
.prologue
.line 25
const/4 v0, 0x0
return v0
.end method
.method public final hasPrevious()Z
.registers 2
.prologue
.line 26
const/4 v0, 0x0
return v0
.end method
.method public final synthetic next()Ljava/lang/Object;
.registers 2
.prologue
.line 1029
new-instance v0, Ljava/util/NoSuchElementException;
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
check-cast v0, Ljava/lang/Throwable;
throw v0
.end method
.method public final nextIndex()I
.registers 2
.prologue
.line 27
const/4 v0, 0x0
return v0
.end method
.method public final synthetic previous()Ljava/lang/Object;
.registers 2
.prologue
.line 1030
new-instance v0, Ljava/util/NoSuchElementException;
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
check-cast v0, Ljava/lang/Throwable;
throw v0
.end method
.method public final previousIndex()I
.registers 2
.prologue
.line 28
const/4 v0, -0x1
return v0
.end method
.method public final remove()V
.registers 3
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
.method public final synthetic set(Ljava/lang/Object;)V
.registers 4
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