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

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

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

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

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

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