abstract class com.carrotsearch.hppc.AbstractDoubleCollection implements com.carrotsearch.hppc.DoubleCollection
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.carrotsearch.hppc.AbstractDoubleCollection
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
         0: .line 15
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/AbstractDoubleCollection;

  public int removeAll(com.carrotsearch.hppc.DoubleLookupContainer);
    descriptor: (Lcom/carrotsearch/hppc/DoubleLookupContainer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
        start local 1 // com.carrotsearch.hppc.DoubleLookupContainer c
         0: .line 25
            aload 0 /* this */
            new com.carrotsearch.hppc.AbstractDoubleCollection$1
            dup
            aload 0 /* this */
            aload 1 /* c */
            invokespecial com.carrotsearch.hppc.AbstractDoubleCollection$1.<init>:(Lcom/carrotsearch/hppc/AbstractDoubleCollection;Lcom/carrotsearch/hppc/DoubleLookupContainer;)V
            invokevirtual com.carrotsearch.hppc.AbstractDoubleCollection.removeAll:(Lcom/carrotsearch/hppc/predicates/DoublePredicate;)I
            ireturn
        end local 1 // com.carrotsearch.hppc.DoubleLookupContainer c
        end local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/AbstractDoubleCollection;
            0    1     1     c  Lcom/carrotsearch/hppc/DoubleLookupContainer;
    MethodParameters:
      Name  Flags
      c     final

  public int retainAll(com.carrotsearch.hppc.DoubleLookupContainer);
    descriptor: (Lcom/carrotsearch/hppc/DoubleLookupContainer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
        start local 1 // com.carrotsearch.hppc.DoubleLookupContainer c
         0: .line 38
            aload 0 /* this */
            new com.carrotsearch.hppc.AbstractDoubleCollection$2
            dup
            aload 0 /* this */
            aload 1 /* c */
            invokespecial com.carrotsearch.hppc.AbstractDoubleCollection$2.<init>:(Lcom/carrotsearch/hppc/AbstractDoubleCollection;Lcom/carrotsearch/hppc/DoubleLookupContainer;)V
            invokevirtual com.carrotsearch.hppc.AbstractDoubleCollection.removeAll:(Lcom/carrotsearch/hppc/predicates/DoublePredicate;)I
            ireturn
        end local 1 // com.carrotsearch.hppc.DoubleLookupContainer c
        end local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/AbstractDoubleCollection;
            0    1     1     c  Lcom/carrotsearch/hppc/DoubleLookupContainer;
    MethodParameters:
      Name  Flags
      c     final

  public int retainAll(com.carrotsearch.hppc.predicates.DoublePredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/DoublePredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
        start local 1 // com.carrotsearch.hppc.predicates.DoublePredicate predicate
         0: .line 51
            aload 0 /* this */
            new com.carrotsearch.hppc.AbstractDoubleCollection$3
            dup
            aload 0 /* this */
            aload 1 /* predicate */
            invokespecial com.carrotsearch.hppc.AbstractDoubleCollection$3.<init>:(Lcom/carrotsearch/hppc/AbstractDoubleCollection;Lcom/carrotsearch/hppc/predicates/DoublePredicate;)V
            invokevirtual com.carrotsearch.hppc.AbstractDoubleCollection.removeAll:(Lcom/carrotsearch/hppc/predicates/DoublePredicate;)I
            ireturn
        end local 1 // com.carrotsearch.hppc.predicates.DoublePredicate predicate
        end local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/carrotsearch/hppc/AbstractDoubleCollection;
            0    1     1  predicate  Lcom/carrotsearch/hppc/predicates/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  final

  public double[] toArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
         0: .line 65
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.AbstractDoubleCollection.size:()I
            newarray 7
            astore 1 /* array */
        start local 1 // double[] array
         1: .line 66
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: .line 67
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.AbstractDoubleCollection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: com.carrotsearch.hppc.AbstractDoubleCollection double[] int top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.DoubleCursor
            astore 3 /* c */
        start local 3 // com.carrotsearch.hppc.cursors.DoubleCursor c
         4: .line 68
            aload 1 /* array */
            iload 2 /* i */
            iinc 2 /* i */ 1
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.DoubleCursor.value:D
            dastore
        end local 3 // com.carrotsearch.hppc.cursors.DoubleCursor c
         5: .line 67
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 70
            aload 1 /* array */
            areturn
        end local 2 // int i
        end local 1 // double[] array
        end local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/carrotsearch/hppc/AbstractDoubleCollection;
            1    7     1  array  [D
            2    7     2      i  I
            4    5     3      c  Lcom/carrotsearch/hppc/cursors/DoubleCursor;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
         0: .line 80
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.AbstractDoubleCollection.toArray:()[D
            invokestatic java.util.Arrays.toString:([D)Ljava/lang/String;
            areturn
        end local 0 // com.carrotsearch.hppc.AbstractDoubleCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/AbstractDoubleCollection;
}
SourceFile: "AbstractDoubleCollection.java"
NestMembers:
  com.carrotsearch.hppc.AbstractDoubleCollection$1  com.carrotsearch.hppc.AbstractDoubleCollection$2  com.carrotsearch.hppc.AbstractDoubleCollection$3
InnerClasses:
  com.carrotsearch.hppc.AbstractDoubleCollection$1
  com.carrotsearch.hppc.AbstractDoubleCollection$2
  com.carrotsearch.hppc.AbstractDoubleCollection$3