public class org.jruby.javasupport.ext.JavaLang$Iterable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.javasupport.ext.JavaLang$Iterable
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.ext.JavaLang$Iterable this
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.javasupport.ext.JavaLang$Iterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/ext/JavaLang$Iterable;

  static org.jruby.RubyModule define(org.jruby.Ruby, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyModule;)Lorg/jruby/RubyModule;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyModule proxy
         0: .line 83
            aload 1 /* proxy */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getEnumerable:()Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyModule.includeModule:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 84
            aload 1 /* proxy */
            ldc Lorg/jruby/javasupport/ext/JavaLang$Iterable;
            invokevirtual org.jruby.RubyModule.defineAnnotatedMethods:(Ljava/lang/Class;)V
         2: .line 85
            aload 1 /* proxy */
            areturn
        end local 1 // org.jruby.RubyModule proxy
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  runtime  Lorg/jruby/Ruby;
            0    3     1    proxy  Lorg/jruby/RubyModule;
    MethodParameters:
         Name  Flags
      runtime  final
      proxy    final

  public static org.jruby.runtime.builtin.IRubyObject each(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=7, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.Block block
         0: .line 90
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 91
            aload 2 /* block */
            invokevirtual org.jruby.runtime.Block.isGiven:()Z
            ifne 3
         2: .line 92
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getEnumerator:()Lorg/jruby/RubyClass;
            ldc "new"
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 1 /* self */
            aastore
            dup
            iconst_1
            aload 3 /* runtime */
            ldc "each"
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aastore
            invokevirtual org.jruby.RubyClass.callMethod:(Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 94
      StackMap locals: org.jruby.Ruby
      StackMap stack:
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapIfJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            astore 4 /* iterable */
        start local 4 // java.lang.Iterable iterable
         4: .line 95
            aload 4 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5 /* iterator */
        start local 5 // java.util.Iterator iterator
         5: .line 96
            goto 8
         6: .line 97
      StackMap locals: java.lang.Iterable java.util.Iterator
      StackMap stack:
            aload 5 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 6 /* value */
        start local 6 // java.lang.Object value
         7: .line 98
            aload 2 /* block */
            aload 0 /* context */
            aload 3 /* runtime */
            aload 6 /* value */
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.runtime.Block.yield:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        end local 6 // java.lang.Object value
         8: .line 96
      StackMap locals:
      StackMap stack:
            aload 5 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 100
            aload 1 /* self */
            areturn
        end local 5 // java.util.Iterator iterator
        end local 4 // java.lang.Iterable iterable
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0   context  Lorg/jruby/runtime/ThreadContext;
            0   10     1      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   10     2     block  Lorg/jruby/runtime/Block;
            1   10     3   runtime  Lorg/jruby/Ruby;
            4   10     4  iterable  Ljava/lang/Iterable;
            5   10     5  iterator  Ljava/util/Iterator;
            7    8     6     value  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final
      block    final

  public static org.jruby.runtime.builtin.IRubyObject each_with_index(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=11, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.Block block
         0: .line 105
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 106
            aload 2 /* block */
            invokevirtual org.jruby.runtime.Block.isGiven:()Z
            ifne 3
         2: .line 107
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getEnumerator:()Lorg/jruby/RubyClass;
            ldc "new"
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 1 /* self */
            aastore
            dup
            iconst_1
            aload 3 /* runtime */
            ldc "each_with_index"
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aastore
            invokevirtual org.jruby.RubyClass.callMethod:(Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 109
      StackMap locals: org.jruby.Ruby
      StackMap stack:
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapIfJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            astore 4 /* iterable */
        start local 4 // java.lang.Iterable iterable
         4: .line 110
            aload 4 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5 /* iterator */
        start local 5 // java.util.Iterator iterator
         5: .line 111
            aload 2 /* block */
            invokevirtual org.jruby.runtime.Block.getSignature:()Lorg/jruby/runtime/Signature;
            invokevirtual org.jruby.runtime.Signature.arity:()Lorg/jruby/runtime/Arity;
            getstatic org.jruby.runtime.Arity.TWO_ARGUMENTS:Lorg/jruby/runtime/Arity;
            if_acmpne 6
            iconst_1
            goto 7
      StackMap locals: java.lang.Iterable java.util.Iterator
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* arity2 */
        start local 6 // boolean arity2
         8: .line 112
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 17
        10: .line 113
      StackMap locals: int int
      StackMap stack:
            aload 3 /* runtime */
            iload 7 /* i */
            iinc 7 /* i */ 1
            i2l
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            astore 8 /* index */
        start local 8 // org.jruby.RubyInteger index
        11: .line 114
            aload 5 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 9 /* value */
        start local 9 // java.lang.Object value
        12: .line 115
            aload 3 /* runtime */
            aload 9 /* value */
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 10 /* rValue */
        start local 10 // org.jruby.runtime.builtin.IRubyObject rValue
        13: .line 116
            iload 6 /* arity2 */
            ifeq 16
        14: .line 117
            aload 2 /* block */
            aload 0 /* context */
            aload 10 /* rValue */
            aload 8 /* index */
            invokevirtual org.jruby.runtime.Block.yieldSpecific:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        15: .line 118
            goto 17
        16: .line 119
      StackMap locals: org.jruby.RubyInteger java.lang.Object org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 2 /* block */
            aload 0 /* context */
            aload 3 /* runtime */
            aload 10 /* rValue */
            aload 8 /* index */
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            invokevirtual org.jruby.runtime.Block.yield:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        end local 10 // org.jruby.runtime.builtin.IRubyObject rValue
        end local 9 // java.lang.Object value
        end local 8 // org.jruby.RubyInteger index
        17: .line 112
      StackMap locals:
      StackMap stack:
            aload 5 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        18: .line 122
            aload 1 /* self */
            areturn
        end local 7 // int i
        end local 6 // boolean arity2
        end local 5 // java.util.Iterator iterator
        end local 4 // java.lang.Iterable iterable
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0   context  Lorg/jruby/runtime/ThreadContext;
            0   19     1      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   19     2     block  Lorg/jruby/runtime/Block;
            1   19     3   runtime  Lorg/jruby/Ruby;
            4   19     4  iterable  Ljava/lang/Iterable;
            5   19     5  iterator  Ljava/util/Iterator;
            8   19     6    arity2  Z
            9   19     7         i  I
           11   17     8     index  Lorg/jruby/RubyInteger;
           12   17     9     value  Ljava/lang/Object;
           13   17    10    rValue  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final
      block    final

  public static org.jruby.runtime.builtin.IRubyObject to_a(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.Block block
         0: .line 127
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 128
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.newArray:()Lorg/jruby/RubyArray;
            astore 4 /* ary */
        start local 4 // org.jruby.RubyArray ary
         2: .line 129
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapIfJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            astore 5 /* iterable */
        start local 5 // java.lang.Iterable iterable
         3: .line 130
            aload 5 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6 /* iterator */
        start local 6 // java.util.Iterator iterator
         4: .line 131
            goto 7
         5: .line 132
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.Ruby org.jruby.RubyArray java.lang.Iterable java.util.Iterator
      StackMap stack:
            aload 6 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 7 /* value */
        start local 7 // java.lang.Object value
         6: .line 133
            aload 4 /* ary */
            aload 3 /* runtime */
            aload 7 /* value */
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.RubyArray.append:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            pop
        end local 7 // java.lang.Object value
         7: .line 131
      StackMap locals:
      StackMap stack:
            aload 6 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 135
            aload 4 /* ary */
            areturn
        end local 6 // java.util.Iterator iterator
        end local 5 // java.lang.Iterable iterable
        end local 4 // org.jruby.RubyArray ary
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0   context  Lorg/jruby/runtime/ThreadContext;
            0    9     1      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     2     block  Lorg/jruby/runtime/Block;
            1    9     3   runtime  Lorg/jruby/Ruby;
            2    9     4       ary  Lorg/jruby/RubyArray;
            3    9     5  iterable  Ljava/lang/Iterable;
            4    9     6  iterator  Ljava/util/Iterator;
            6    7     7     value  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"to_a", "entries"})
    MethodParameters:
         Name  Flags
      context  final
      self     final
      block    final

  public static org.jruby.runtime.builtin.IRubyObject count(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.Block block
         0: .line 140
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 141
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapIfJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            astore 4 /* iterable */
        start local 4 // java.lang.Iterable iterable
         2: .line 142
            aload 2 /* block */
            invokevirtual org.jruby.runtime.Block.isGiven:()Z
            ifeq 4
         3: .line 143
            aload 0 /* context */
            aload 4 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            aload 2 /* block */
            invokestatic org.jruby.javasupport.ext.JavaLang$Iterable.countBlock:(Lorg/jruby/runtime/ThreadContext;Ljava/util/Iterator;Lorg/jruby/runtime/Block;)Lorg/jruby/RubyFixnum;
            areturn
         4: .line 145
      StackMap locals: org.jruby.Ruby java.lang.Iterable
      StackMap stack:
            aload 4 /* iterable */
            instanceof java.util.Collection
            ifeq 6
         5: .line 146
            aload 3 /* runtime */
            aload 4 /* iterable */
            checkcast java.util.Collection
            invokeinterface java.util.Collection.size:()I
            i2l
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            areturn
         6: .line 148
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* count */
        start local 5 // int count
         7: .line 149
            aload 4 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6 /* it */
        start local 6 // java.util.Iterator it
         8: goto 10
      StackMap locals: int java.util.Iterator
      StackMap stack:
         9: aload 6 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            pop
            iinc 5 /* count */ 1
      StackMap locals:
      StackMap stack:
        10: aload 6 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        end local 6 // java.util.Iterator it
        11: .line 150
            aload 3 /* runtime */
            iload 5 /* count */
            i2l
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            areturn
        end local 5 // int count
        end local 4 // java.lang.Iterable iterable
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0   context  Lorg/jruby/runtime/ThreadContext;
            0   12     1      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   12     2     block  Lorg/jruby/runtime/Block;
            1   12     3   runtime  Lorg/jruby/Ruby;
            2   12     4  iterable  Ljava/lang/Iterable;
            7   12     5     count  I
            8   11     6        it  Ljava/util/Iterator;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"count"})
    MethodParameters:
         Name  Flags
      context  final
      self     final
      block    final

  static org.jruby.RubyFixnum countBlock(org.jruby.runtime.ThreadContext, java.util.Iterator, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/util/Iterator;Lorg/jruby/runtime/Block;)Lorg/jruby/RubyFixnum;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // java.util.Iterator it
        start local 2 // org.jruby.runtime.Block block
         0: .line 154
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 155
            iconst_0
            istore 4 /* count */
        start local 4 // int count
         2: goto 5
         3: .line 156
      StackMap locals: org.jruby.Ruby int
      StackMap stack:
            aload 3 /* runtime */
            aload 1 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5 /* next */
        start local 5 // org.jruby.runtime.builtin.IRubyObject next
         4: .line 157
            aload 2 /* block */
            aload 0 /* context */
            aload 5 /* next */
            invokevirtual org.jruby.runtime.Block.yield:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifeq 5
            iinc 4 /* count */ 1
        end local 5 // org.jruby.runtime.builtin.IRubyObject next
         5: .line 155
      StackMap locals:
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 159
            aload 3 /* runtime */
            iload 4 /* count */
            i2l
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            areturn
        end local 4 // int count
        end local 3 // org.jruby.Ruby runtime
        end local 2 // org.jruby.runtime.Block block
        end local 1 // java.util.Iterator it
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0  context  Lorg/jruby/runtime/ThreadContext;
            0    7     1       it  Ljava/util/Iterator;
            0    7     2    block  Lorg/jruby/runtime/Block;
            1    7     3  runtime  Lorg/jruby/Ruby;
            2    7     4    count  I
            4    5     5     next  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  final
      it       final
      block    final

  public static org.jruby.runtime.builtin.IRubyObject count(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=9, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject obj
        start local 3 // org.jruby.runtime.Block unused
         0: .line 165
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 4 /* runtime */
        start local 4 // org.jruby.Ruby runtime
         1: .line 166
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapIfJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.lang.Iterable
            astore 5 /* iterable */
        start local 5 // java.lang.Iterable iterable
         2: .line 167
            iconst_0
            istore 6 /* count */
        start local 6 // int count
         3: aload 5 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 7 /* it */
        start local 7 // java.util.Iterator it
         4: goto 7
         5: .line 168
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.Ruby java.lang.Iterable int java.util.Iterator
      StackMap stack:
            aload 4 /* runtime */
            aload 7 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* next */
        start local 8 // org.jruby.runtime.builtin.IRubyObject next
         6: .line 169
            aload 0 /* context */
            aload 8 /* next */
            aload 2 /* obj */
            invokestatic org.jruby.RubyObject.equalInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 7
            iinc 6 /* count */ 1
        end local 8 // org.jruby.runtime.builtin.IRubyObject next
         7: .line 167
      StackMap locals:
      StackMap stack:
            aload 7 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 7 // java.util.Iterator it
         8: .line 171
            aload 4 /* runtime */
            iload 6 /* count */
            i2l
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            areturn
        end local 6 // int count
        end local 5 // java.lang.Iterable iterable
        end local 4 // org.jruby.Ruby runtime
        end local 3 // org.jruby.runtime.Block unused
        end local 2 // org.jruby.runtime.builtin.IRubyObject obj
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0   context  Lorg/jruby/runtime/ThreadContext;
            0    9     1      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     2       obj  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     3    unused  Lorg/jruby/runtime/Block;
            1    9     4   runtime  Lorg/jruby/Ruby;
            2    9     5  iterable  Ljava/lang/Iterable;
            3    9     6     count  I
            4    8     7        it  Ljava/util/Iterator;
            6    7     8      next  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"count"})
    MethodParameters:
         Name  Flags
      context  final
      self     final
      obj      final
      unused   final
}
SourceFile: "JavaLang.java"
NestHost: org.jruby.javasupport.ext.JavaLang
InnerClasses:
  public Iterable = org.jruby.javasupport.ext.JavaLang$Iterable of org.jruby.javasupport.ext.JavaLang
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyModule(name = {"Java::JavaLang::Iterable"}, include = {"Enumerable"})