p$c.smali
.class public final Lt3/p$c;
.super Lt3/l0;
.source "Iterators.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lt3/p;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lt3/l0<",
"Ljava/lang/Object;",
">;"
}
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Lt3/l0;-><init>()V
return-void
.end method
# virtual methods
.method public hasNext()Z
.registers 2
const/4 v0, 0x0
return v0
.end method
.method public hasPrevious()Z
.registers 2
const/4 v0, 0x0
return v0
.end method
.method public next()Ljava/lang/Object;
.registers 2
new-instance v0, Ljava/util/NoSuchElementException;
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
throw v0
.end method
.method public nextIndex()I
.registers 2
const/4 v0, 0x0
return v0
.end method
.method public previous()Ljava/lang/Object;
.registers 2
new-instance v0, Ljava/util/NoSuchElementException;
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
throw v0
.end method
.method public previousIndex()I
.registers 2
const/4 v0, -0x1
return v0
.end method