class org.jruby.dirgra.Vertex$DestinationCompare implements java.util.Comparator<org.jruby.dirgra.Edge<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.dirgra.Vertex$DestinationCompare
  super_class: java.lang.Object
{
  final org.jruby.dirgra.Vertex this$0;
    descriptor: Lorg/jruby/dirgra/Vertex;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.dirgra.Vertex);
    descriptor: (Lorg/jruby/dirgra/Vertex;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.dirgra.Vertex$DestinationCompare this
         0: .line 311
            aload 0 /* this */
            aload 1
            putfield org.jruby.dirgra.Vertex$DestinationCompare.this$0:Lorg/jruby/dirgra/Vertex;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.dirgra.Vertex$DestinationCompare this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/dirgra/Vertex$DestinationCompare;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compare(org.jruby.dirgra.Edge<T>, org.jruby.dirgra.Edge<T>);
    descriptor: (Lorg/jruby/dirgra/Edge;Lorg/jruby/dirgra/Edge;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.jruby.dirgra.Vertex$DestinationCompare this
        start local 1 // org.jruby.dirgra.Edge o1
        start local 2 // org.jruby.dirgra.Edge o2
         0: .line 314
            aload 1 /* o1 */
            invokevirtual org.jruby.dirgra.Edge.getDestination:()Lorg/jruby/dirgra/Vertex;
            invokevirtual org.jruby.dirgra.Vertex.getID:()I
            istore 3 /* i1 */
        start local 3 // int i1
         1: .line 315
            aload 2 /* o2 */
            invokevirtual org.jruby.dirgra.Edge.getDestination:()Lorg/jruby/dirgra/Vertex;
            invokevirtual org.jruby.dirgra.Vertex.getID:()I
            istore 4 /* i2 */
        start local 4 // int i2
         2: .line 317
            iload 3 /* i1 */
            iload 4 /* i2 */
            if_icmpne 3
            iconst_0
            ireturn
         3: .line 318
      StackMap locals: int int
      StackMap stack:
            iload 3 /* i1 */
            iload 4 /* i2 */
            if_icmpge 4
            iconst_m1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 4 // int i2
        end local 3 // int i1
        end local 2 // org.jruby.dirgra.Edge o2
        end local 1 // org.jruby.dirgra.Edge o1
        end local 0 // org.jruby.dirgra.Vertex$DestinationCompare this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jruby/dirgra/Vertex$DestinationCompare;
            0    6     1    o1  Lorg/jruby/dirgra/Edge<TT;>;
            0    6     2    o2  Lorg/jruby/dirgra/Edge<TT;>;
            1    6     3    i1  I
            2    6     4    i2  I
    Signature: (Lorg/jruby/dirgra/Edge<TT;>;Lorg/jruby/dirgra/Edge<TT;>;)I
    MethodParameters:
      Name  Flags
      o1    
      o2    

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.jruby.dirgra.Edge
            aload 2
            checkcast org.jruby.dirgra.Edge
            invokevirtual org.jruby.dirgra.Vertex$DestinationCompare.compare:(Lorg/jruby/dirgra/Edge;Lorg/jruby/dirgra/Edge;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/jruby/dirgra/Edge<TT;>;>;
SourceFile: "Vertex.java"
NestHost: org.jruby.dirgra.Vertex
InnerClasses:
  DestinationCompare = org.jruby.dirgra.Vertex$DestinationCompare of org.jruby.dirgra.Vertex