class com.carrotsearch.hppc.BitSet$2$1 implements java.util.Iterator<com.carrotsearch.hppc.cursors.LongCursor>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.carrotsearch.hppc.BitSet$2$1
  super_class: java.lang.Object
{
  private long nextBitSet;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private final com.carrotsearch.hppc.cursors.LongCursor cursor;
    descriptor: Lcom/carrotsearch/hppc/cursors/LongCursor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.carrotsearch.hppc.BitSet$2 this$1;
    descriptor: Lcom/carrotsearch/hppc/BitSet$2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.carrotsearch.hppc.BitSet$2);
    descriptor: (Lcom/carrotsearch/hppc/BitSet$2;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.BitSet$2$1 this
         0: .line 1021
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.BitSet$2$1.this$1:Lcom/carrotsearch/hppc/BitSet$2;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1022
            aload 0 /* this */
            aload 1
            invokestatic com.carrotsearch.hppc.BitSet$2.access$0:(Lcom/carrotsearch/hppc/BitSet$2;)Lcom/carrotsearch/hppc/BitSet;
            iconst_0
            invokevirtual com.carrotsearch.hppc.BitSet.nextSetBit:(I)I
            i2l
            putfield com.carrotsearch.hppc.BitSet$2$1.nextBitSet:J
         2: .line 1023
            aload 0 /* this */
            new com.carrotsearch.hppc.cursors.LongCursor
            dup
            invokespecial com.carrotsearch.hppc.cursors.LongCursor.<init>:()V
            putfield com.carrotsearch.hppc.BitSet$2$1.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
         3: .line 1021
            return
        end local 0 // com.carrotsearch.hppc.BitSet$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/carrotsearch/hppc/BitSet$2$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.BitSet$2$1 this
         0: .line 1028
            aload 0 /* this */
            getfield com.carrotsearch.hppc.BitSet$2$1.nextBitSet:J
            lconst_0
            lcmp
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.carrotsearch.hppc.BitSet$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/BitSet$2$1;

  public com.carrotsearch.hppc.cursors.LongCursor next();
    descriptor: ()Lcom/carrotsearch/hppc/cursors/LongCursor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // com.carrotsearch.hppc.BitSet$2$1 this
         0: .line 1034
            aload 0 /* this */
            getfield com.carrotsearch.hppc.BitSet$2$1.nextBitSet:J
            lstore 1 /* value */
        start local 1 // long value
         1: .line 1035
            lload 1 /* value */
            lconst_0
            lcmp
            ifge 2
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 1037
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.BitSet$2$1.this$1:Lcom/carrotsearch/hppc/BitSet$2;
            invokestatic com.carrotsearch.hppc.BitSet$2.access$0:(Lcom/carrotsearch/hppc/BitSet$2;)Lcom/carrotsearch/hppc/BitSet;
            lload 1 /* value */
            lconst_1
            ladd
            invokevirtual com.carrotsearch.hppc.BitSet.nextSetBit:(J)J
            putfield com.carrotsearch.hppc.BitSet$2$1.nextBitSet:J
         3: .line 1038
            aload 0 /* this */
            getfield com.carrotsearch.hppc.BitSet$2$1.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            lload 1 /* value */
            l2i
            putfield com.carrotsearch.hppc.cursors.LongCursor.index:I
         4: .line 1039
            aload 0 /* this */
            getfield com.carrotsearch.hppc.BitSet$2$1.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            lload 1 /* value */
            putfield com.carrotsearch.hppc.cursors.LongCursor.value:J
         5: .line 1040
            aload 0 /* this */
            getfield com.carrotsearch.hppc.BitSet$2$1.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            areturn
        end local 1 // long value
        end local 0 // com.carrotsearch.hppc.BitSet$2$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/carrotsearch/hppc/BitSet$2$1;
            1    6     1  value  J

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.BitSet$2$1 this
         0: .line 1046
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.carrotsearch.hppc.BitSet$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/BitSet$2$1;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.carrotsearch.hppc.BitSet$2$1.next:()Lcom/carrotsearch/hppc/cursors/LongCursor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lcom/carrotsearch/hppc/cursors/LongCursor;>;
SourceFile: "BitSet.java"
EnclosingMethod: com.carrotsearch.hppc.BitSet$2.iterator:()Ljava/util/Iterator;
NestHost: com.carrotsearch.hppc.BitSet
InnerClasses:
  com.carrotsearch.hppc.BitSet$2
  com.carrotsearch.hppc.BitSet$2$1