Rabbit-R1/android (non root)/smali/smali_classes3/com/google/common/graph/DirectedGraphConnections$NodeConnection.smali
2024-05-21 17:08:36 -04:00

63 lines
1.6 KiB
Smali

.class abstract Lcom/google/common/graph/DirectedGraphConnections$NodeConnection;
.super Ljava/lang/Object;
.source "DirectedGraphConnections.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/graph/DirectedGraphConnections;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x40a
name = "NodeConnection"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/common/graph/DirectedGraphConnections$NodeConnection$Succ;,
Lcom/google/common/graph/DirectedGraphConnections$NodeConnection$Pred;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<N:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# instance fields
.field final node:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TN;"
}
.end annotation
.end field
# direct methods
.method constructor <init>(Ljava/lang/Object;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(TN;)V"
}
.end annotation
.line 76
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 77
invoke-static {p1}, Lcom/google/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
iput-object p1, p0, Lcom/google/common/graph/DirectedGraphConnections$NodeConnection;->node:Ljava/lang/Object;
return-void
.end method