final class com.google.common.graph.ConfigurableMutableGraph<N> extends com.google.common.graph.ForwardingGraph<N> implements com.google.common.graph.MutableGraph<N>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.graph.ConfigurableMutableGraph
  super_class: com.google.common.graph.ForwardingGraph
{
  private final com.google.common.graph.MutableValueGraph<N, com.google.common.graph.GraphConstants$Presence> backingValueGraph;
    descriptor: Lcom/google/common/graph/MutableValueGraph;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/graph/MutableValueGraph<TN;Lcom/google/common/graph/GraphConstants$Presence;>;

  void <init>(com.google.common.graph.AbstractGraphBuilder<? super N>);
    descriptor: (Lcom/google/common/graph/AbstractGraphBuilder;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.graph.ConfigurableMutableGraph this
        start local 1 // com.google.common.graph.AbstractGraphBuilder builder
         0: .line 35
            aload 0 /* this */
            invokespecial com.google.common.graph.ForwardingGraph.<init>:()V
         1: .line 36
            aload 0 /* this */
            new com.google.common.graph.ConfigurableMutableValueGraph
            dup
            aload 1 /* builder */
            invokespecial com.google.common.graph.ConfigurableMutableValueGraph.<init>:(Lcom/google/common/graph/AbstractGraphBuilder;)V
            putfield com.google.common.graph.ConfigurableMutableGraph.backingValueGraph:Lcom/google/common/graph/MutableValueGraph;
         2: .line 37
            return
        end local 1 // com.google.common.graph.AbstractGraphBuilder builder
        end local 0 // com.google.common.graph.ConfigurableMutableGraph this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/common/graph/ConfigurableMutableGraph<TN;>;
            0    3     1  builder  Lcom/google/common/graph/AbstractGraphBuilder<-TN;>;
    Signature: (Lcom/google/common/graph/AbstractGraphBuilder<-TN;>;)V
    MethodParameters:
         Name  Flags
      builder  

  protected com.google.common.graph.BaseGraph<N> delegate();
    descriptor: ()Lcom/google/common/graph/BaseGraph;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.graph.ConfigurableMutableGraph this
         0: .line 41
            aload 0 /* this */
            getfield com.google.common.graph.ConfigurableMutableGraph.backingValueGraph:Lcom/google/common/graph/MutableValueGraph;
            areturn
        end local 0 // com.google.common.graph.ConfigurableMutableGraph this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/graph/ConfigurableMutableGraph<TN;>;
    Signature: ()Lcom/google/common/graph/BaseGraph<TN;>;

  public boolean addNode();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.graph.ConfigurableMutableGraph this
        start local 1 // java.lang.Object node
         0: .line 46
            aload 0 /* this */
            getfield com.google.common.graph.ConfigurableMutableGraph.backingValueGraph:Lcom/google/common/graph/MutableValueGraph;
            aload 1 /* node */
            invokeinterface com.google.common.graph.MutableValueGraph.addNode:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object node
        end local 0 // com.google.common.graph.ConfigurableMutableGraph this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/graph/ConfigurableMutableGraph<TN;>;
            0    1     1  node  TN;
    Signature: (TN;)Z
    MethodParameters:
      Name  Flags
      node  

  public boolean putEdge(N, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.google.common.graph.ConfigurableMutableGraph this
        start local 1 // java.lang.Object nodeU
        start local 2 // java.lang.Object nodeV
         0: .line 51
            aload 0 /* this */
            getfield com.google.common.graph.ConfigurableMutableGraph.backingValueGraph:Lcom/google/common/graph/MutableValueGraph;
            aload 1 /* nodeU */
            aload 2 /* nodeV */
            getstatic com.google.common.graph.GraphConstants$Presence.EDGE_EXISTS:Lcom/google/common/graph/GraphConstants$Presence;
            invokeinterface com.google.common.graph.MutableValueGraph.putEdgeValue:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // java.lang.Object nodeV
        end local 1 // java.lang.Object nodeU
        end local 0 // com.google.common.graph.ConfigurableMutableGraph this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/common/graph/ConfigurableMutableGraph<TN;>;
            0    2     1  nodeU  TN;
            0    2     2  nodeV  TN;
    Signature: (TN;TN;)Z
    MethodParameters:
       Name  Flags
      nodeU  
      nodeV  

  public boolean removeNode();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.graph.ConfigurableMutableGraph this
        start local 1 // java.lang.Object node
         0: .line 56
            aload 0 /* this */
            getfield com.google.common.graph.ConfigurableMutableGraph.backingValueGraph:Lcom/google/common/graph/MutableValueGraph;
            aload 1 /* node */
            invokeinterface com.google.common.graph.MutableValueGraph.removeNode:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object node
        end local 0 // com.google.common.graph.ConfigurableMutableGraph this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/graph/ConfigurableMutableGraph<TN;>;
            0    1     1  node  TN;
    Signature: (TN;)Z
    MethodParameters:
      Name  Flags
      node  

  public boolean removeEdge(N, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.graph.ConfigurableMutableGraph this
        start local 1 // java.lang.Object nodeU
        start local 2 // java.lang.Object nodeV
         0: .line 61
            aload 0 /* this */
            getfield com.google.common.graph.ConfigurableMutableGraph.backingValueGraph:Lcom/google/common/graph/MutableValueGraph;
            aload 1 /* nodeU */
            aload 2 /* nodeV */
            invokeinterface com.google.common.graph.MutableValueGraph.removeEdge:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // java.lang.Object nodeV
        end local 1 // java.lang.Object nodeU
        end local 0 // com.google.common.graph.ConfigurableMutableGraph this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/common/graph/ConfigurableMutableGraph<TN;>;
            0    2     1  nodeU  TN;
            0    2     2  nodeV  TN;
    Signature: (TN;TN;)Z
    MethodParameters:
       Name  Flags
      nodeU  
      nodeV  
}
Signature: <N:Ljava/lang/Object;>Lcom/google/common/graph/ForwardingGraph<TN;>;Lcom/google/common/graph/MutableGraph<TN;>;
SourceFile: "ConfigurableMutableGraph.java"
InnerClasses:
  final Presence = com.google.common.graph.GraphConstants$Presence of com.google.common.graph.GraphConstants