final class com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed<N> extends com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet<N>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed
  super_class: com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet
{
  private void <init>(com.google.common.graph.BaseGraph<N>, );
    descriptor: (Lcom/google/common/graph/BaseGraph;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed this
        start local 1 // com.google.common.graph.BaseGraph graph
        start local 2 // java.lang.Object node
         0: .line 155
            aload 0 /* this */
            aload 1 /* graph */
            aload 2 /* node */
            invokespecial com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet.<init>:(Lcom/google/common/graph/BaseGraph;Ljava/lang/Object;)V
         1: .line 156
            return
        end local 2 // java.lang.Object node
        end local 1 // com.google.common.graph.BaseGraph graph
        end local 0 // com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/common/graph/AbstractBaseGraph$IncidentEdgeSet$Directed<TN;>;
            0    2     1  graph  Lcom/google/common/graph/BaseGraph<TN;>;
            0    2     2   node  TN;
    Signature: (Lcom/google/common/graph/BaseGraph<TN;>;TN;)V
    MethodParameters:
       Name  Flags
      graph  
      node   

  public com.google.common.collect.UnmodifiableIterator<com.google.common.graph.EndpointPair<N>> iterator();
    descriptor: ()Lcom/google/common/collect/UnmodifiableIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed this
         0: .line 163
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.graph:Lcom/google/common/graph/BaseGraph;
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.node:Ljava/lang/Object;
            invokeinterface com.google.common.graph.BaseGraph.predecessors:(Ljava/lang/Object;)Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
         1: .line 164
            new com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed$1
            dup
            aload 0 /* this */
            invokespecial com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed$1.<init>:(Lcom/google/common/graph/AbstractBaseGraph$IncidentEdgeSet$Directed;)V
         2: .line 162
            invokestatic com.google.common.collect.Iterators.transform:(Ljava/util/Iterator;Lcom/google/common/base/Function;)Ljava/util/Iterator;
         3: .line 172
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.graph:Lcom/google/common/graph/BaseGraph;
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.node:Ljava/lang/Object;
            invokeinterface com.google.common.graph.BaseGraph.successors:(Ljava/lang/Object;)Ljava/util/Set;
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.node:Ljava/lang/Object;
            invokestatic com.google.common.collect.ImmutableSet.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            invokestatic com.google.common.collect.Sets.difference:(Ljava/util/Set;Ljava/util/Set;)Lcom/google/common/collect/Sets$SetView;
            invokevirtual com.google.common.collect.Sets$SetView.iterator:()Lcom/google/common/collect/UnmodifiableIterator;
         4: .line 173
            new com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed$2
            dup
            aload 0 /* this */
            invokespecial com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed$2.<init>:(Lcom/google/common/graph/AbstractBaseGraph$IncidentEdgeSet$Directed;)V
         5: .line 170
            invokestatic com.google.common.collect.Iterators.transform:(Ljava/util/Iterator;Lcom/google/common/base/Function;)Ljava/util/Iterator;
         6: .line 161
            invokestatic com.google.common.collect.Iterators.concat:(Ljava/util/Iterator;Ljava/util/Iterator;)Ljava/util/Iterator;
         7: .line 160
            invokestatic com.google.common.collect.Iterators.unmodifiableIterator:(Ljava/util/Iterator;)Lcom/google/common/collect/UnmodifiableIterator;
            areturn
        end local 0 // com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/common/graph/AbstractBaseGraph$IncidentEdgeSet$Directed<TN;>;
    Signature: ()Lcom/google/common/collect/UnmodifiableIterator<Lcom/google/common/graph/EndpointPair<TN;>;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed this
         0: .line 183
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.graph:Lcom/google/common/graph/BaseGraph;
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.node:Ljava/lang/Object;
            invokeinterface com.google.common.graph.BaseGraph.inDegree:(Ljava/lang/Object;)I
         1: .line 184
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.graph:Lcom/google/common/graph/BaseGraph;
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.node:Ljava/lang/Object;
            invokeinterface com.google.common.graph.BaseGraph.outDegree:(Ljava/lang/Object;)I
         2: .line 183
            iadd
         3: .line 185
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.graph:Lcom/google/common/graph/BaseGraph;
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.node:Ljava/lang/Object;
            invokeinterface com.google.common.graph.BaseGraph.successors:(Ljava/lang/Object;)Ljava/util/Set;
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.node:Ljava/lang/Object;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: int
         4: iconst_0
         5: .line 183
      StackMap locals: com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed
      StackMap stack: int int
            isub
            ireturn
        end local 0 // com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/common/graph/AbstractBaseGraph$IncidentEdgeSet$Directed<TN;>;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed this
        start local 1 // java.lang.Object obj
         0: .line 190
            aload 1 /* obj */
            instanceof com.google.common.graph.EndpointPair
            ifne 2
         1: .line 191
            iconst_0
            ireturn
         2: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.google.common.graph.EndpointPair
            astore 2 /* endpointPair */
        start local 2 // com.google.common.graph.EndpointPair endpointPair
         3: .line 195
            aload 2 /* endpointPair */
            invokevirtual com.google.common.graph.EndpointPair.isOrdered:()Z
            ifne 5
         4: .line 196
            iconst_0
            ireturn
         5: .line 199
      StackMap locals: com.google.common.graph.EndpointPair
      StackMap stack:
            aload 2 /* endpointPair */
            invokevirtual com.google.common.graph.EndpointPair.source:()Ljava/lang/Object;
            astore 3 /* source */
        start local 3 // java.lang.Object source
         6: .line 200
            aload 2 /* endpointPair */
            invokevirtual com.google.common.graph.EndpointPair.target:()Ljava/lang/Object;
            astore 4 /* target */
        start local 4 // java.lang.Object target
         7: .line 201
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.node:Ljava/lang/Object;
            aload 3 /* source */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.graph:Lcom/google/common/graph/BaseGraph;
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.node:Ljava/lang/Object;
            invokeinterface com.google.common.graph.BaseGraph.successors:(Ljava/lang/Object;)Ljava/util/Set;
            aload 4 /* target */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 10
         8: .line 202
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.node:Ljava/lang/Object;
            aload 4 /* target */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.graph:Lcom/google/common/graph/BaseGraph;
            aload 0 /* this */
            getfield com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed.node:Ljava/lang/Object;
            invokeinterface com.google.common.graph.BaseGraph.predecessors:(Ljava/lang/Object;)Ljava/util/Set;
            aload 3 /* source */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 10
         9: .line 201
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
        10: iconst_1
            ireturn
        end local 4 // java.lang.Object target
        end local 3 // java.lang.Object source
        end local 2 // com.google.common.graph.EndpointPair endpointPair
        end local 1 // java.lang.Object obj
        end local 0 // com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/google/common/graph/AbstractBaseGraph$IncidentEdgeSet$Directed<TN;>;
            0   11     1           obj  Ljava/lang/Object;
            3   11     2  endpointPair  Lcom/google/common/graph/EndpointPair<*>;
            6   11     3        source  Ljava/lang/Object;
            7   11     4        target  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.AbstractBaseGraph$IncidentEdgeSet$Directed.iterator:()Lcom/google/common/collect/UnmodifiableIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <N:Ljava/lang/Object;>Lcom/google/common/graph/AbstractBaseGraph$IncidentEdgeSet<TN;>;
SourceFile: "AbstractBaseGraph.java"
NestHost: com.google.common.graph.AbstractBaseGraph
InnerClasses:
  public abstract SetView = com.google.common.collect.Sets$SetView of com.google.common.collect.Sets
  private abstract IncidentEdgeSet = com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet of com.google.common.graph.AbstractBaseGraph
  private final Directed = com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed of com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet
  com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed$1
  com.google.common.graph.AbstractBaseGraph$IncidentEdgeSet$Directed$2