mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
97 lines
2.4 KiB
Smali
97 lines
2.4 KiB
Smali
.class Lcom/google/common/graph/DirectedGraphConnections$3$1;
|
|
.super Lcom/google/common/collect/AbstractIterator;
|
|
.source "DirectedGraphConnections.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/google/common/graph/DirectedGraphConnections$3;->iterator()Lcom/google/common/collect/UnmodifiableIterator;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x0
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/common/collect/AbstractIterator<",
|
|
"TN;>;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic val$entries:Ljava/util/Iterator;
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>(Lcom/google/common/graph/DirectedGraphConnections$3;Ljava/util/Iterator;)V
|
|
.locals 0
|
|
|
|
iput-object p2, p0, Lcom/google/common/graph/DirectedGraphConnections$3$1;->val$entries:Ljava/util/Iterator;
|
|
|
|
.line 330
|
|
invoke-direct {p0}, Lcom/google/common/collect/AbstractIterator;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method protected computeNext()Ljava/lang/Object;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()TN;"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation runtime Ljavax/annotation/CheckForNull;
|
|
.end annotation
|
|
|
|
:cond_0
|
|
iget-object v0, p0, Lcom/google/common/graph/DirectedGraphConnections$3$1;->val$entries:Ljava/util/Iterator;
|
|
|
|
.line 334
|
|
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
iget-object v0, p0, Lcom/google/common/graph/DirectedGraphConnections$3$1;->val$entries:Ljava/util/Iterator;
|
|
|
|
.line 335
|
|
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Ljava/util/Map$Entry;
|
|
|
|
.line 336
|
|
invoke-interface {v0}, Ljava/util/Map$Entry;->getValue()Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-static {v1}, Lcom/google/common/graph/DirectedGraphConnections;->access$400(Ljava/lang/Object;)Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 337
|
|
invoke-interface {v0}, Ljava/util/Map$Entry;->getKey()Ljava/lang/Object;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
|
|
.line 340
|
|
:cond_1
|
|
invoke-virtual {p0}, Lcom/google/common/graph/DirectedGraphConnections$3$1;->endOfData()Ljava/lang/Object;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|