RopeByteString$PieceIterator.smali
.class Lcom/google/protobuf/RopeByteString$PieceIterator;
.super Ljava/lang/Object;
.source "RopeByteString.java"
# interfaces
.implements Ljava/util/Iterator;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/RopeByteString;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "PieceIterator"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Ljava/util/Iterator",
"<",
"Lcom/google/protobuf/ByteString$LeafByteString;",
">;"
}
.end annotation
# instance fields
.field private final breadCrumbs:Ljava/util/Stack;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Stack",
"<",
"Lcom/google/protobuf/RopeByteString;",
">;"
}
.end annotation
.end field
.field private next:Lcom/google/protobuf/ByteString$LeafByteString;
# direct methods
.method private constructor <init>(Lcom/google/protobuf/ByteString;)V
.registers 3
.prologue
.line 685
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 681
new-instance v0, Ljava/util/Stack;
invoke-direct {v0}, Ljava/util/Stack;-><init>()V
iput-object v0, p0, Lcom/google/protobuf/RopeByteString$PieceIterator;->breadCrumbs:Ljava/util/Stack;
.line 686
invoke-direct {p0, p1}, Lcom/google/protobuf/RopeByteString$PieceIterator;->getLeafByLeft(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/ByteString$LeafByteString;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/RopeByteString$PieceIterator;->next:Lcom/google/protobuf/ByteString$LeafByteString;
.line 687
return-void
.end method
.method synthetic constructor <init>(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/RopeByteString$1;)V
.registers 3
.prologue
.line 679
invoke-direct {p0, p1}, Lcom/google/protobuf/RopeByteString$PieceIterator;-><init>(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method private getLeafByLeft(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/ByteString$LeafByteString;
.registers 4
.prologue
.line 690
move-object v0, p1
.line 691
:goto_1
instance-of v1, v0, Lcom/google/protobuf/RopeByteString;
if-eqz v1, :cond_11
.line 692
check-cast v0, Lcom/google/protobuf/RopeByteString;
.line 693
iget-object v1, p0, Lcom/google/protobuf/RopeByteString$PieceIterator;->breadCrumbs:Ljava/util/Stack;
invoke-virtual {v1, v0}, Ljava/util/Stack;->push(Ljava/lang/Object;)Ljava/lang/Object;
.line 694
# getter for: Lcom/google/protobuf/RopeByteString;->left:Lcom/google/protobuf/ByteString;
invoke-static {v0}, Lcom/google/protobuf/RopeByteString;->access$400(Lcom/google/protobuf/RopeByteString;)Lcom/google/protobuf/ByteString;
move-result-object v0
goto :goto_1
.line 696
:cond_11
check-cast v0, Lcom/google/protobuf/ByteString$LeafByteString;
return-object v0
.end method
.method private getNextNonEmptyLeaf()Lcom/google/protobuf/ByteString$LeafByteString;
.registers 3
.prologue
.line 703
:cond_0
iget-object v0, p0, Lcom/google/protobuf/RopeByteString$PieceIterator;->breadCrumbs:Ljava/util/Stack;
invoke-virtual {v0}, Ljava/util/Stack;->isEmpty()Z
move-result v0
if-eqz v0, :cond_a
.line 704
const/4 v0, 0x0
.line 708
:goto_9
return-object v0
.line 706
:cond_a
iget-object v0, p0, Lcom/google/protobuf/RopeByteString$PieceIterator;->breadCrumbs:Ljava/util/Stack;
invoke-virtual {v0}, Ljava/util/Stack;->pop()Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/google/protobuf/RopeByteString;
# getter for: Lcom/google/protobuf/RopeByteString;->right:Lcom/google/protobuf/ByteString;
invoke-static {v0}, Lcom/google/protobuf/RopeByteString;->access$500(Lcom/google/protobuf/RopeByteString;)Lcom/google/protobuf/ByteString;
move-result-object v0
invoke-direct {p0, v0}, Lcom/google/protobuf/RopeByteString$PieceIterator;->getLeafByLeft(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/ByteString$LeafByteString;
move-result-object v0
.line 707
invoke-virtual {v0}, Lcom/google/protobuf/ByteString$LeafByteString;->isEmpty()Z
move-result v1
if-nez v1, :cond_0
goto :goto_9
.end method
# virtual methods
.method public hasNext()Z
.registers 2
.prologue
.line 716
iget-object v0, p0, Lcom/google/protobuf/RopeByteString$PieceIterator;->next:Lcom/google/protobuf/ByteString$LeafByteString;
if-eqz v0, :cond_6
const/4 v0, 0x1
:goto_5
return v0
:cond_6
const/4 v0, 0x0
goto :goto_5
.end method
.method public next()Lcom/google/protobuf/ByteString$LeafByteString;
.registers 3
.prologue
.line 727
iget-object v0, p0, Lcom/google/protobuf/RopeByteString$PieceIterator;->next:Lcom/google/protobuf/ByteString$LeafByteString;
if-nez v0, :cond_a
.line 728
new-instance v0, Ljava/util/NoSuchElementException;
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
throw v0
.line 730
:cond_a
iget-object v0, p0, Lcom/google/protobuf/RopeByteString$PieceIterator;->next:Lcom/google/protobuf/ByteString$LeafByteString;
.line 731
invoke-direct {p0}, Lcom/google/protobuf/RopeByteString$PieceIterator;->getNextNonEmptyLeaf()Lcom/google/protobuf/ByteString$LeafByteString;
move-result-object v1
iput-object v1, p0, Lcom/google/protobuf/RopeByteString$PieceIterator;->next:Lcom/google/protobuf/ByteString$LeafByteString;
.line 732
return-object v0
.end method
.method public bridge synthetic next()Ljava/lang/Object;
.registers 2
.prologue
.line 679
invoke-virtual {p0}, Lcom/google/protobuf/RopeByteString$PieceIterator;->next()Lcom/google/protobuf/ByteString$LeafByteString;
move-result-object v0
return-object v0
.end method
.method public remove()V
.registers 2
.prologue
.line 737
new-instance v0, Ljava/lang/UnsupportedOperationException;
invoke-direct {v0}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw v0
.end method