class org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet extends org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableCharKeySet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet
  super_class: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableCharKeySet
{
  final org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
         0: .line 1478
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableCharKeySet.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet;
    MethodParameters:
        Name  Flags
      this$0  final

  protected org.eclipse.collections.impl.map.mutable.primitive.MutableCharKeysMap getOuter();
    descriptor: ()Lorg/eclipse/collections/impl/map/mutable/primitive/MutableCharKeysMap;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
         0: .line 1483
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet;

  protected org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableIntValuesMap$SentinelValues getSentinelValues();
    descriptor: ()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableIntValuesMap$SentinelValues;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
         0: .line 1489
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableIntValuesMap$SentinelValues;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet;

  protected char getKeyAtIndex(int);
    descriptor: (I)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
        start local 1 // int index
         0: .line 1495
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.keys:[C
            iload 1 /* index */
            caload
            ireturn
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int getTableSize();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
         0: .line 1501
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.keys:[C
            arraylength
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet;

  public org.eclipse.collections.api.iterator.MutableCharIterator charIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/MutableCharIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
         0: .line 1507
            new org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySetIterator
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySetIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet;

  public boolean retainAll(org.eclipse.collections.api.CharIterable);
    descriptor: (Lorg/eclipse/collections/api/CharIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.CharIterable source
         0: .line 1513
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 1514
            aload 1 /* source */
            instanceof org.eclipse.collections.api.set.primitive.CharSet
            ifeq 2
            aload 1 /* source */
            checkcast org.eclipse.collections.api.set.primitive.CharSet
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 1 /* source */
            invokeinterface org.eclipse.collections.api.CharIterable.toSet:()Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.set.primitive.CharSet
         3: astore 3 /* sourceSet */
        start local 3 // org.eclipse.collections.api.set.primitive.CharSet sourceSet
         4: .line 1515
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            aload 3 /* sourceSet */
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/CharSet;)Lorg/eclipse/collections/api/block/predicate/primitive/CharIntPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (CI)Z
                  org/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet.lambda$0(Lorg/eclipse/collections/api/set/primitive/CharSet;CI)Z (6)
                  (CI)Z
                  1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/CharIntPredicate;)Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            astore 4 /* retained */
        start local 4 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap retained
         5: .line 1516
            aload 4 /* retained */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.size:()I
            iload 2 /* oldSize */
            if_icmpeq 12
         6: .line 1518
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.keys:[C
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.keys:[C
         7: .line 1519
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.values:[I
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.values:[I
         8: .line 1520
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableIntValuesMap$SentinelValues;
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableIntValuesMap$SentinelValues;
         9: .line 1521
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.occupiedWithData:I
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.occupiedWithData:I
        10: .line 1522
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.occupiedWithSentinels:I
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.occupiedWithSentinels:I
        11: .line 1523
            iconst_1
            ireturn
        12: .line 1525
      StackMap locals: org.eclipse.collections.api.set.primitive.CharSet org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap retained
        end local 3 // org.eclipse.collections.api.set.primitive.CharSet sourceSet
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.CharIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet;
            0   13     1     source  Lorg/eclipse/collections/api/CharIterable;
            1   13     2    oldSize  I
            4   13     3  sourceSet  Lorg/eclipse/collections/api/set/primitive/CharSet;
            5   13     4   retained  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(char[]);
    descriptor: ([C)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
        start local 1 // char[] source
         0: .line 1531
            aload 0 /* this */
            aload 1 /* source */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.newSetWith:([C)Lorg/eclipse/collections/impl/set/mutable/primitive/CharHashSet;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.retainAll:(Lorg/eclipse/collections/api/CharIterable;)Z
            ireturn
        end local 1 // char[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet;
            0    1     1  source  [C
    MethodParameters:
        Name  Flags
      source  

  public org.eclipse.collections.api.set.primitive.CharSet freeze();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/CharSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
         0: .line 1537
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.copyKeysOnWrite:Z
         1: .line 1538
            iconst_0
            istore 1 /* containsZeroKey */
        start local 1 // boolean containsZeroKey
         2: .line 1539
            iconst_0
            istore 2 /* containsOneKey */
        start local 2 // boolean containsOneKey
         3: .line 1540
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableIntValuesMap$SentinelValues;
            ifnull 6
         4: .line 1542
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableIntValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableIntValuesMap$SentinelValues.containsZeroKey:Z
            istore 1 /* containsZeroKey */
         5: .line 1543
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableIntValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableIntValuesMap$SentinelValues.containsOneKey:Z
            istore 2 /* containsOneKey */
         6: .line 1545
      StackMap locals: int int
      StackMap stack:
            new org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharMapKeySet
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.keys:[C
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.occupiedWithData:I
            iload 1 /* containsZeroKey */
            iload 2 /* containsOneKey */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharMapKeySet.<init>:([CIZZ)V
            areturn
        end local 2 // boolean containsOneKey
        end local 1 // boolean containsZeroKey
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet;
            2    7     1  containsZeroKey  Z
            3    7     2   containsOneKey  Z

  public org.eclipse.collections.api.set.primitive.MutableCharSet newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
         0: .line 1554
            new org.eclipse.collections.impl.set.mutable.primitive.CharHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.CharHashSet.<init>:()V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet;

  protected org.eclipse.collections.impl.map.mutable.primitive.AbstractSentinelValues getSentinelValues();
    descriptor: ()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractSentinelValues;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableIntValuesMap$SentinelValues;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableCharCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.newEmpty:()Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.iterator.CharIterator charIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/CharIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet.charIterator:()Lorg/eclipse/collections/api/iterator/MutableCharIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static boolean lambda$0(org.eclipse.collections.api.set.primitive.CharSet, char, int);
    descriptor: (Lorg/eclipse/collections/api/set/primitive/CharSet;CI)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // char key
        start local 2 // int value
         0: .line 1515
            aload 0
            iload 1 /* key */
            invokeinterface org.eclipse.collections.api.set.primitive.CharSet.contains:(C)Z
            ireturn
        end local 2 // int value
        end local 1 // char key
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1    key  C
            0    1     2  value  I

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 1
          -1647345005: 1
              default: 2
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            istore 2
      StackMap locals:
      StackMap stack:
         2: iload 2
            lookupswitch { // 1
                    0: 3
              default: 4
          }
      StackMap locals:
      StackMap stack:
         3: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/predicate/primitive/CharIntPredicate"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "accept"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(CI)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/set/primitive/CharSet;CI)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.set.primitive.CharSet
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/CharSet;)Lorg/eclipse/collections/api/block/predicate/primitive/CharIntPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (CI)Z
                  org/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$KeySet.lambda$0(Lorg/eclipse/collections/api/set/primitive/CharSet;CI)Z (6)
                  (CI)Z
                  1
            areturn
      StackMap locals:
      StackMap stack:
         4: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CharIntHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  protected SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableIntValuesMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableIntValuesMap
  private KeySet = org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySet of org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap
  private KeySetIterator = org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$KeySetIterator of org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap