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

95 lines
2.3 KiB
Smali

.class final Lcom/google/common/graph/DirectedGraphConnections$NodeConnection$Pred;
.super Lcom/google/common/graph/DirectedGraphConnections$NodeConnection;
.source "DirectedGraphConnections.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/graph/DirectedGraphConnections$NodeConnection;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Pred"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<N:",
"Ljava/lang/Object;",
">",
"Lcom/google/common/graph/DirectedGraphConnections$NodeConnection<",
"TN;>;"
}
.end annotation
# direct methods
.method public constructor <init>(Ljava/lang/Object;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(TN;)V"
}
.end annotation
.line 1
invoke-direct {p0, p1}, Lcom/google/common/graph/DirectedGraphConnections$NodeConnection;-><init>(Ljava/lang/Object;)V
return-void
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 1
.param p1 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end param
.line 1
instance-of v0, p1, Lcom/google/common/graph/DirectedGraphConnections$NodeConnection$Pred;
if-eqz v0, :cond_0
.line 2
iget-object v0, p0, Lcom/google/common/graph/DirectedGraphConnections$NodeConnection;->node:Ljava/lang/Object;
check-cast p1, Lcom/google/common/graph/DirectedGraphConnections$NodeConnection$Pred;
iget-object p1, p1, Lcom/google/common/graph/DirectedGraphConnections$NodeConnection;->node:Ljava/lang/Object;
invoke-virtual {v0, p1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
return p1
:cond_0
const/4 p1, 0x0
return p1
.end method
.method public hashCode()I
.locals 2
.line 1
const-class v0, Lcom/google/common/graph/DirectedGraphConnections$NodeConnection$Pred;
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
move-result v0
iget-object v1, p0, Lcom/google/common/graph/DirectedGraphConnections$NodeConnection;->node:Ljava/lang/Object;
invoke-virtual {v1}, Ljava/lang/Object;->hashCode()I
move-result v1
add-int/2addr v1, v0
return v1
.end method