class com.google.common.graph.DirectedGraphConnections$1 extends java.util.AbstractSet<N>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.graph.DirectedGraphConnections$1
  super_class: java.util.AbstractSet
{
  final com.google.common.graph.DirectedGraphConnections this$0;
    descriptor: Lcom/google/common/graph/DirectedGraphConnections;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.graph.DirectedGraphConnections);
    descriptor: (Lcom/google/common/graph/DirectedGraphConnections;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.graph.DirectedGraphConnections$1 this
         0: .line 238
            aload 0 /* this */
            aload 1
            putfield com.google.common.graph.DirectedGraphConnections$1.this$0:Lcom/google/common/graph/DirectedGraphConnections;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
            return
        end local 0 // com.google.common.graph.DirectedGraphConnections$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/graph/DirectedGraphConnections$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public com.google.common.collect.UnmodifiableIterator<N> iterator();
    descriptor: ()Lcom/google/common/collect/UnmodifiableIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.google.common.graph.DirectedGraphConnections$1 this
         0: .line 241
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$1.this$0:Lcom/google/common/graph/DirectedGraphConnections;
            getfield com.google.common.graph.DirectedGraphConnections.orderedNodeConnections:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 1 /* nodeConnections */
        start local 1 // java.util.Iterator nodeConnections
         1: .line 242
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 2 /* seenNodes */
        start local 2 // java.util.Set seenNodes
         2: .line 243
            new com.google.common.graph.DirectedGraphConnections$1$1
            dup
            aload 0 /* this */
            aload 1 /* nodeConnections */
            aload 2 /* seenNodes */
            invokespecial com.google.common.graph.DirectedGraphConnections$1$1.<init>:(Lcom/google/common/graph/DirectedGraphConnections$1;Ljava/util/Iterator;Ljava/util/Set;)V
            areturn
        end local 2 // java.util.Set seenNodes
        end local 1 // java.util.Iterator nodeConnections
        end local 0 // com.google.common.graph.DirectedGraphConnections$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lcom/google/common/graph/DirectedGraphConnections$1;
            1    3     1  nodeConnections  Ljava/util/Iterator<Lcom/google/common/graph/DirectedGraphConnections$NodeConnection<TN;>;>;
            2    3     2        seenNodes  Ljava/util/Set<TN;>;
    Signature: ()Lcom/google/common/collect/UnmodifiableIterator<TN;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.graph.DirectedGraphConnections$1 this
         0: .line 260
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$1.this$0:Lcom/google/common/graph/DirectedGraphConnections;
            getfield com.google.common.graph.DirectedGraphConnections.adjacentNodeValues:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            ireturn
        end local 0 // com.google.common.graph.DirectedGraphConnections$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/graph/DirectedGraphConnections$1;

  public boolean contains(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$1 this
        start local 1 // java.lang.Object obj
         0: .line 265
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$1.this$0:Lcom/google/common/graph/DirectedGraphConnections;
            getfield com.google.common.graph.DirectedGraphConnections.adjacentNodeValues:Ljava/util/Map;
            aload 1 /* obj */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.google.common.graph.DirectedGraphConnections$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/graph/DirectedGraphConnections$1;
            0    1     1   obj  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      obj   

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.graph.DirectedGraphConnections$1.iterator:()Lcom/google/common/collect/UnmodifiableIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractSet<TN;>;
SourceFile: "DirectedGraphConnections.java"
EnclosingMethod: com.google.common.graph.DirectedGraphConnections.adjacentNodes:()Ljava/util/Set;
NestHost: com.google.common.graph.DirectedGraphConnections
InnerClasses:
  com.google.common.graph.DirectedGraphConnections$1
  com.google.common.graph.DirectedGraphConnections$1$1