final class com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ<N> extends com.google.common.graph.DirectedGraphConnections$NodeConnection<N>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ
super_class: com.google.common.graph.DirectedGraphConnections$NodeConnection
{
void <init>();
descriptor: (Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.google.common.graph.DirectedGraphConnections$NodeConnection.<init>:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/graph/DirectedGraphConnections$NodeConnection$Succ<TN;>;
0 2 1 node TN;
Signature: (TN;)V
MethodParameters:
Name Flags
node
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ
ifeq 2
1: aload 0
getfield com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ.node:Ljava/lang/Object;
aload 1
checkcast com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ
getfield com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ.node:Ljava/lang/Object;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ireturn
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/graph/DirectedGraphConnections$NodeConnection$Succ<TN;>;
0 3 1 that Ljava/lang/Object;
MethodParameters:
Name Flags
that
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: ldc Lcom/google/common/graph/DirectedGraphConnections$NodeConnection$Succ;
invokevirtual java.lang.Object.hashCode:()I
aload 0
getfield com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ.node:Ljava/lang/Object;
invokevirtual java.lang.Object.hashCode:()I
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/graph/DirectedGraphConnections$NodeConnection$Succ<TN;>;
}
Signature: <N:Ljava/lang/Object;>Lcom/google/common/graph/DirectedGraphConnections$NodeConnection<TN;>;
SourceFile: "DirectedGraphConnections.java"
NestHost: com.google.common.graph.DirectedGraphConnections
InnerClasses:
private abstract NodeConnection = com.google.common.graph.DirectedGraphConnections$NodeConnection of com.google.common.graph.DirectedGraphConnections
final Succ = com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ of com.google.common.graph.DirectedGraphConnections$NodeConnection