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 // com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ this
        start local 1 // java.lang.Object node
         0: .line 102
            aload 0 /* this */
            aload 1 /* node */
            invokespecial com.google.common.graph.DirectedGraphConnections$NodeConnection.<init>:(Ljava/lang/Object;)V
         1: .line 103
            return
        end local 1 // java.lang.Object node
        end local 0 // com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ this
      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 // com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ this
        start local 1 // java.lang.Object that
         0: .line 107
            aload 1 /* that */
            instanceof com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ
            ifeq 2
         1: .line 108
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ.node:Ljava/lang/Object;
            aload 1 /* that */
            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: .line 110
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object that
        end local 0 // com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ this
      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 // com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ this
         0: .line 117
            ldc Lcom/google/common/graph/DirectedGraphConnections$NodeConnection$Succ;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ.node:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            ireturn
        end local 0 // com.google.common.graph.DirectedGraphConnections$NodeConnection$Succ this
      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