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

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

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

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

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

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