abstract class com.carrotsearch.hppc.AbstractFloatCollection implements com.carrotsearch.hppc.FloatCollection
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.carrotsearch.hppc.AbstractFloatCollection
  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.AbstractFloatCollection this
         0: .line 15
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.carrotsearch.hppc.AbstractFloatCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/AbstractFloatCollection;

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

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

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

  public float[] toArray();
    descriptor: ()[F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.carrotsearch.hppc.AbstractFloatCollection this
         0: .line 65
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.AbstractFloatCollection.size:()I
            newarray 6
            astore 1 /* array */
        start local 1 // float[] array
         1: .line 66
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: .line 67
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.AbstractFloatCollection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: com.carrotsearch.hppc.AbstractFloatCollection float[] int top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.FloatCursor
            astore 3 /* c */
        start local 3 // com.carrotsearch.hppc.cursors.FloatCursor c
         4: .line 68
            aload 1 /* array */
            iload 2 /* i */
            iinc 2 /* i */ 1
            aload 3 /* c */
            getfield com.carrotsearch.hppc.cursors.FloatCursor.value:F
            fastore
        end local 3 // com.carrotsearch.hppc.cursors.FloatCursor 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 // float[] array
        end local 0 // com.carrotsearch.hppc.AbstractFloatCollection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/carrotsearch/hppc/AbstractFloatCollection;
            1    7     1  array  [F
            2    7     2      i  I
            4    5     3      c  Lcom/carrotsearch/hppc/cursors/FloatCursor;

  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.AbstractFloatCollection this
         0: .line 80
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.AbstractFloatCollection.toArray:()[F
            invokestatic java.util.Arrays.toString:([F)Ljava/lang/String;
            areturn
        end local 0 // com.carrotsearch.hppc.AbstractFloatCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/AbstractFloatCollection;
}
SourceFile: "AbstractFloatCollection.java"
NestMembers:
  com.carrotsearch.hppc.AbstractFloatCollection$1  com.carrotsearch.hppc.AbstractFloatCollection$2  com.carrotsearch.hppc.AbstractFloatCollection$3
InnerClasses:
  com.carrotsearch.hppc.AbstractFloatCollection$1
  com.carrotsearch.hppc.AbstractFloatCollection$2
  com.carrotsearch.hppc.AbstractFloatCollection$3