tmap/smali_classes3/com/google/common/graph/UndirectedGraphConnections$1.smali
2022-06-10 21:38:30 +09:00

78 lines
2.1 KiB
Smali

.class Lcom/google/common/graph/UndirectedGraphConnections$1;
.super Ljava/lang/Object;
.source "UndirectedGraphConnections.java"
# interfaces
.implements Lcom/google/common/base/Function;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/google/common/graph/UndirectedGraphConnections;->incidentEdgeIterator(Ljava/lang/Object;)Ljava/util/Iterator;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/common/base/Function<",
"TN;",
"Lcom/google/common/graph/EndpointPair<",
"TN;>;>;"
}
.end annotation
# instance fields
.field public final synthetic val$thisNode:Ljava/lang/Object;
# direct methods
.method public constructor <init>(Lcom/google/common/graph/UndirectedGraphConnections;Ljava/lang/Object;)V
.locals 0
.line 1
iput-object p2, p0, Lcom/google/common/graph/UndirectedGraphConnections$1;->val$thisNode:Ljava/lang/Object;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public apply(Ljava/lang/Object;)Lcom/google/common/graph/EndpointPair;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(TN;)",
"Lcom/google/common/graph/EndpointPair<",
"TN;>;"
}
.end annotation
.line 2
iget-object v0, p0, Lcom/google/common/graph/UndirectedGraphConnections$1;->val$thisNode:Ljava/lang/Object;
invoke-static {v0, p1}, Lcom/google/common/graph/EndpointPair;->unordered(Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/graph/EndpointPair;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic apply(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 1
invoke-virtual {p0, p1}, Lcom/google/common/graph/UndirectedGraphConnections$1;->apply(Ljava/lang/Object;)Lcom/google/common/graph/EndpointPair;
move-result-object p1
return-object p1
.end method