az$4.smali
.class final Lcom/google/common/collect/az$4;
.super Ljava/lang/Object;
.source "Iterators.java"
# interfaces
.implements Ljava/util/Iterator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/az;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/Iterator",
"<",
"Ljava/lang/Object;",
">;"
}
.end annotation
# direct methods
.method constructor <init>()V
.registers 1
.prologue
.line 128
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final hasNext()Z
.registers 2
.prologue
.line 130
const/4 v0, 0x0
return v0
.end method
.method public final next()Ljava/lang/Object;
.registers 2
.prologue
.line 134
new-instance v0, Ljava/util/NoSuchElementException;
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
throw v0
.end method
.method public final remove()V
.registers 3
.prologue
.line 138
const/4 v0, 0x0
.line 1049
const-string v1, "no calls to next() since the last call to remove()"
invoke-static {v0, v1}, Lcom/google/common/base/n;->checkState(ZLjava/lang/Object;)V
.line 139
return-void
.end method