class org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet implements org.eclipse.collections.api.set.primitive.MutableIntSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet
  super_class: java.lang.Object
{
  final org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

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

  public void forEach(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
         0: .line 3193
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.each:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
         1: .line 3194
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public void each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
         0: .line 3202
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
         1: .line 3203
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public int count(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
         0: .line 3208
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 3209
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3211
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 4
         3: .line 3213
            iinc 2 /* count */ 1
         4: .line 3215
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 6
         5: .line 3217
            iinc 2 /* count */ 1
         6: .line 3220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.IntPredicate int top int int int[]
      StackMap stack:
         7: aload 6
            iload 4
            iaload
            istore 3 /* key */
        start local 3 // int key
         8: .line 3222
            iload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 10
            aload 1 /* predicate */
            iload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 10
         9: .line 3224
            iinc 2 /* count */ 1
        end local 3 // int key
        10: .line 3220
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        11: iload 4
            iload 5
            if_icmplt 7
        12: .line 3227
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
            1   13     2      count  I
            8   10     3        key  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
         0: .line 3233
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 5
         1: .line 3235
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 3
         2: .line 3237
            iconst_1
            ireturn
         3: .line 3239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 5
         4: .line 3241
            iconst_1
            ireturn
         5: .line 3244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 10
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.IntPredicate top int int int[]
      StackMap stack:
         6: aload 5
            iload 3
            iaload
            istore 2 /* key */
        start local 2 // int key
         7: .line 3246
            iload 2 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 9
            aload 1 /* predicate */
            iload 2 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 9
         8: .line 3248
            iconst_1
            ireturn
        end local 2 // int key
         9: .line 3244
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        10: iload 3
            iload 4
            if_icmplt 6
        11: .line 3251
            iconst_0
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
            7    9     2        key  I
    MethodParameters:
           Name  Flags
      predicate  

  public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction function
         0: .line 3257
            aload 1 /* injectedValue */
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 3258
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3260
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 3262
            aload 2 /* function */
            aload 3 /* result */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction.valueOf:(Ljava/lang/Object;I)Ljava/lang/Object;
            astore 3 /* result */
         4: .line 3264
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 3266
            aload 2 /* function */
            aload 3 /* result */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction.valueOf:(Ljava/lang/Object;I)Ljava/lang/Object;
            astore 3 /* result */
         6: .line 3269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet java.lang.Object org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction java.lang.Object top int int int[]
      StackMap stack:
         7: aload 7
            iload 5
            iaload
            istore 4 /* key */
        start local 4 // int key
         8: .line 3271
            iload 4 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 10
         9: .line 3273
            aload 2 /* function */
            aload 3 /* result */
            iload 4 /* key */
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction.valueOf:(Ljava/lang/Object;I)Ljava/lang/Object;
            astore 3 /* result */
        end local 4 // int key
        10: .line 3269
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 7
        12: .line 3276
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object result
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0   13     1  injectedValue  TT;
            0   13     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction<-TT;+TT;>;
            1   13     3         result  TT;
            8   10     4            key  I
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectIntToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.IntIterable> chunk(int);
    descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // int size
         0: .line 3282
            iload 1 /* size */
            ifgt 2
         1: .line 3284
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Size for groups must be positive but was: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* size */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.isEmpty:()Z
            ifeq 4
         3: .line 3288
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
            areturn
         4: .line 3291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.intIterator:()Lorg/eclipse/collections/api/iterator/MutableIntIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.IntIterator iterator
         5: .line 3292
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
            astore 3 /* result */
        start local 3 // org.eclipse.collections.api.list.MutableList result
         6: .line 3293
            goto 14
         7: .line 3295
      StackMap locals: org.eclipse.collections.api.iterator.IntIterator org.eclipse.collections.api.list.MutableList
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.primitive.IntSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableIntSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableIntSetFactory.empty:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            astore 4 /* batch */
        start local 4 // org.eclipse.collections.api.set.primitive.MutableIntSet batch
         8: .line 3296
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 12
        10: .line 3298
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableIntSet int
      StackMap stack:
            aload 4 /* batch */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
            invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.add:(I)Z
            pop
        11: .line 3296
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            iload 1 /* size */
            if_icmpge 13
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
            ifne 10
        end local 5 // int i
        13: .line 3300
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            aload 4 /* batch */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.eclipse.collections.api.set.primitive.MutableIntSet batch
        14: .line 3293
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
            ifne 7
        15: .line 3302
            aload 3 /* result */
            areturn
        end local 3 // org.eclipse.collections.api.list.MutableList result
        end local 2 // org.eclipse.collections.api.iterator.IntIterator iterator
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0   16     1      size  I
            5   16     2  iterator  Lorg/eclipse/collections/api/iterator/IntIterator;
            6   16     3    result  Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/IntIterable;>;
            8   14     4     batch  Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            9   13     5         i  I
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/IntIterable;>;
    MethodParameters:
      Name  Flags
      size  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
         0: .line 3308
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 5
         1: .line 3310
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifne 3
         2: .line 3312
            iconst_0
            ireturn
         3: .line 3314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifne 5
         4: .line 3316
            iconst_0
            ireturn
         5: .line 3319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 10
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.IntPredicate top int int int[]
      StackMap stack:
         6: aload 5
            iload 3
            iaload
            istore 2 /* key */
        start local 2 // int key
         7: .line 3321
            iload 2 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 9
            aload 1 /* predicate */
            iload 2 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifne 9
         8: .line 3323
            iconst_0
            ireturn
        end local 2 // int key
         9: .line 3319
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
        10: iload 3
            iload 4
            if_icmplt 6
        11: .line 3326
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
            7    9     2        key  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
         0: .line 3332
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean add(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // int element
         0: .line 3338
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call add() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    1     1  element  I
    MethodParameters:
         Name  Flags
      element  

  public boolean addAll(int[]);
    descriptor: ([I)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // int[] source
         0: .line 3344
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    1     1  source  [I
    MethodParameters:
        Name  Flags
      source  

  public boolean addAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.IntIterable source
         0: .line 3350
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.IntIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    1     1  source  Lorg/eclipse/collections/api/IntIterable;
    MethodParameters:
        Name  Flags
      source  

  public boolean remove(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // int key
         0: .line 3356
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 3357
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            iload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.removeKey:(I)Ljava/lang/Object;
            pop
         2: .line 3358
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.size:()I
            if_icmpeq 3
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // int key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    4     1      key  I
            1    4     2  oldSize  I
    MethodParameters:
      Name  Flags
      key   

  public boolean removeAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.IntIterable source
         0: .line 3364
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 3365
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.IntIterable.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.IntIterator iterator
         2: .line 3366
            goto 4
         3: .line 3368
      StackMap locals: int org.eclipse.collections.api.iterator.IntIterator
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.removeKey:(I)Ljava/lang/Object;
            pop
         4: .line 3366
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
            ifne 3
         5: .line 3370
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.size:()I
            if_icmpeq 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 3 // org.eclipse.collections.api.iterator.IntIterator iterator
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.IntIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    7     1    source  Lorg/eclipse/collections/api/IntIterable;
            1    7     2   oldSize  I
            2    7     3  iterator  Lorg/eclipse/collections/api/iterator/IntIterator;
    MethodParameters:
        Name  Flags
      source  

  public boolean removeAll(int[]);
    descriptor: ([I)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // int[] source
         0: .line 3376
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 3377
            aload 1 /* source */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet int[] int top int int int[]
      StackMap stack:
         2: aload 6
            iload 4
            iaload
            istore 3 /* item */
        start local 3 // int item
         3: .line 3379
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            iload 3 /* item */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.removeKey:(I)Ljava/lang/Object;
            pop
        end local 3 // int item
         4: .line 3377
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 3381
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.size:()I
            if_icmpeq 7
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet int[] int
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // int[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    8     1   source  [I
            1    8     2  oldSize  I
            3    4     3     item  I
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.IntIterable source
         0: .line 3387
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 3388
            aload 1 /* source */
            instanceof org.eclipse.collections.api.set.primitive.IntSet
            ifeq 2
            aload 1 /* source */
            checkcast org.eclipse.collections.api.set.primitive.IntSet
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 1 /* source */
            invokeinterface org.eclipse.collections.api.IntIterable.toSet:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.set.primitive.IntSet
         3: astore 3 /* sourceSet */
        start local 3 // org.eclipse.collections.api.set.primitive.IntSet sourceSet
         4: .line 3389
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 3 /* sourceSet */
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/IntSet;)Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;
              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:
                  (ILjava/lang/Object;)Z
                  org/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet.lambda$0(Lorg/eclipse/collections/api/set/primitive/IntSet;ILjava/lang/Object;)Z (6)
                  (ILjava/lang/Object;)Z
                  1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            astore 4 /* retained */
        start local 4 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap retained
         5: .line 3390
            aload 4 /* retained */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.size:()I
            iload 2 /* oldSize */
            if_icmpeq 12
         6: .line 3392
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
         7: .line 3393
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.values:[Ljava/lang/Object;
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.values:[Ljava/lang/Object;
         8: .line 3394
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
         9: .line 3395
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.occupiedWithData:I
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.occupiedWithData:I
        10: .line 3396
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.occupiedWithSentinels:I
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.occupiedWithSentinels:I
        11: .line 3397
            iconst_1
            ireturn
        12: .line 3399
      StackMap locals: org.eclipse.collections.api.set.primitive.IntSet org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap retained
        end local 3 // org.eclipse.collections.api.set.primitive.IntSet sourceSet
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.IntIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0   13     1     source  Lorg/eclipse/collections/api/IntIterable;
            1   13     2    oldSize  I
            4   13     3  sourceSet  Lorg/eclipse/collections/api/set/primitive/IntSet;
            5   13     4   retained  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap<TV;>;
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(int[]);
    descriptor: ([I)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.IntObjectHashMap$KeySet this
        start local 1 // int[] source
         0: .line 3405
            aload 0 /* this */
            aload 1 /* source */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.newSetWith:([I)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.retainAll:(Lorg/eclipse/collections/api/IntIterable;)Z
            ireturn
        end local 1 // int[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    1     1  source  [I
    MethodParameters:
        Name  Flags
      source  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3411
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.clear:()V
         1: .line 3412
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public org.eclipse.collections.api.set.primitive.MutableIntSet select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
         0: .line 3417
            new org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.<init>:()V
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.set.primitive.MutableIntSet result
         1: .line 3418
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3420
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 4
         3: .line 3422
            aload 2 /* result */
            iconst_0
            invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.add:(I)Z
            pop
         4: .line 3424
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableIntSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 6
         5: .line 3426
            aload 2 /* result */
            iconst_1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.add:(I)Z
            pop
         6: .line 3429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.IntPredicate org.eclipse.collections.api.set.primitive.MutableIntSet top int int int[]
      StackMap stack:
         7: aload 6
            iload 4
            iaload
            istore 3 /* key */
        start local 3 // int key
         8: .line 3431
            iload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 10
            aload 1 /* predicate */
            iload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 10
         9: .line 3433
            aload 2 /* result */
            iload 3 /* key */
            invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.add:(I)Z
            pop
        end local 3 // int key
        10: .line 3429
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        11: iload 4
            iload 5
            if_icmplt 7
        12: .line 3436
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.primitive.MutableIntSet result
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
            1   13     2     result  Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            8   10     3        key  I
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.set.primitive.MutableIntSet reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
         0: .line 3442
            new org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.<init>:()V
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.set.primitive.MutableIntSet result
         1: .line 3443
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3445
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifne 4
         3: .line 3447
            aload 2 /* result */
            iconst_0
            invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.add:(I)Z
            pop
         4: .line 3449
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableIntSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifne 6
         5: .line 3451
            aload 2 /* result */
            iconst_1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.add:(I)Z
            pop
         6: .line 3454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.IntPredicate org.eclipse.collections.api.set.primitive.MutableIntSet top int int int[]
      StackMap stack:
         7: aload 6
            iload 4
            iaload
            istore 3 /* key */
        start local 3 // int key
         8: .line 3456
            iload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 10
            aload 1 /* predicate */
            iload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifne 10
         9: .line 3458
            aload 2 /* result */
            iload 3 /* key */
            invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.add:(I)Z
            pop
        end local 3 // int key
        10: .line 3454
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        11: iload 4
            iload 5
            if_icmplt 7
        12: .line 3461
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.primitive.MutableIntSet result
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
            1   13     2     result  Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            8   10     3        key  I
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.set.primitive.MutableIntSet with(int);
    descriptor: (I)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // int element
         0: .line 3467
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call with() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    1     1  element  I
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.primitive.MutableIntSet without(int);
    descriptor: (I)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // int element
         0: .line 3473
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call without() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    1     1  element  I
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.primitive.MutableIntSet withAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.IntIterable elements
         0: .line 3479
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.IntIterable elements
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    1     1  elements  Lorg/eclipse/collections/api/IntIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.set.primitive.MutableIntSet withoutAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.IntIterable elements
         0: .line 3485
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withoutAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.IntIterable elements
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    1     1  elements  Lorg/eclipse/collections/api/IntIterable;
    MethodParameters:
          Name  Flags
      elements  

  public int detectIfNone(org.eclipse.collections.api.block.predicate.primitive.IntPredicate, int);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
        start local 2 // int ifNone
         0: .line 3491
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 5
         1: .line 3493
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 3
         2: .line 3495
            iconst_0
            ireturn
         3: .line 3497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 5
         4: .line 3499
            iconst_1
            ireturn
         5: .line 3502
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 10
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.IntPredicate int top int int int[]
      StackMap stack:
         6: aload 6
            iload 4
            iaload
            istore 3 /* key */
        start local 3 // int key
         7: .line 3504
            iload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 9
            aload 1 /* predicate */
            iload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.IntPredicate.accept:(I)Z
            ifeq 9
         8: .line 3506
            iload 3 /* key */
            ireturn
        end local 3 // int key
         9: .line 3502
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        10: iload 4
            iload 5
            if_icmplt 6
        11: .line 3509
            iload 2 /* ifNone */
            ireturn
        end local 2 // int ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.IntPredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;
            0   12     2     ifNone  I
            7    9     3        key  I
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntToObjectFunction function
         0: .line 3515
            getstatic org.eclipse.collections.impl.factory.Sets.mutable:Lorg/eclipse/collections/api/factory/set/MutableSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.MutableSetFactory.with:()Lorg/eclipse/collections/api/set/MutableSet;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.set.MutableSet result
         1: .line 3516
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3518
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 3520
            aload 2 /* result */
            aload 1 /* function */
            iconst_0
            invokeinterface org.eclipse.collections.api.block.function.primitive.IntToObjectFunction.valueOf:(I)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
            pop
         4: .line 3522
      StackMap locals: org.eclipse.collections.api.set.MutableSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 3524
            aload 2 /* result */
            aload 1 /* function */
            iconst_1
            invokeinterface org.eclipse.collections.api.block.function.primitive.IntToObjectFunction.valueOf:(I)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
            pop
         6: .line 3527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet org.eclipse.collections.api.block.function.primitive.IntToObjectFunction org.eclipse.collections.api.set.MutableSet top int int int[]
      StackMap stack:
         7: aload 6
            iload 4
            iaload
            istore 3 /* key */
        start local 3 // int key
         8: .line 3529
            iload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 10
         9: .line 3531
            aload 2 /* result */
            aload 1 /* function */
            iload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.function.primitive.IntToObjectFunction.valueOf:(I)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // int key
        10: .line 3527
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        11: iload 4
            iload 5
            if_icmplt 7
        12: .line 3534
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.MutableSet result
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntToObjectFunction function
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0   13     1  function  Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;
            1   13     2    result  Lorg/eclipse/collections/api/set/MutableSet<TV;>;
            8   10     3       key  I
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.set.primitive.MutableIntSet asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3540
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableIntSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/UnmodifiableIntSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public org.eclipse.collections.api.set.primitive.MutableIntSet asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3546
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableIntSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/SynchronizedIntSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

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

  public long sum();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3561
            lconst_0
            lstore 1 /* result */
        start local 1 // long result
         1: .line 3562
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3564
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 3566
            lload 1 /* result */
            lconst_0
            ladd
            lstore 1 /* result */
         4: .line 3568
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 3570
            lload 1 /* result */
            lconst_1
            ladd
            lstore 1 /* result */
         6: .line 3573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet long top int int int[]
      StackMap stack:
         7: aload 6
            iload 4
            iaload
            istore 3 /* key */
        start local 3 // int key
         8: .line 3575
            iload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 10
         9: .line 3577
            lload 1 /* result */
            iload 3 /* key */
            i2l
            ladd
            lstore 1 /* result */
        end local 3 // int key
        10: .line 3573
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        11: iload 4
            iload 5
            if_icmplt 7
        12: .line 3580
            lload 1 /* result */
            lreturn
        end local 1 // long result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            1   13     1  result  J
            8   10     3     key  I

  public int max();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3586
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3588
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 3591
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* max */
        start local 1 // int max
         3: .line 3592
            iconst_0
            istore 2 /* isMaxSet */
        start local 2 // boolean isMaxSet
         4: .line 3594
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 11
         5: .line 3596
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 8
         6: .line 3598
            iconst_0
            istore 1 /* max */
         7: .line 3599
            iconst_1
            istore 2 /* isMaxSet */
         8: .line 3601
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 11
         9: .line 3603
            iconst_1
            istore 1 /* max */
        10: .line 3604
            iconst_1
            istore 2 /* isMaxSet */
        11: .line 3607
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: goto 17
        13: .line 3609
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            iload 3 /* i */
            iaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 16
            iload 2 /* isMaxSet */
            ifeq 14
            iload 1 /* max */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            iload 3 /* i */
            iaload
            if_icmpge 16
        14: .line 3611
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            iload 3 /* i */
            iaload
            istore 1 /* max */
        15: .line 3612
            iconst_1
            istore 2 /* isMaxSet */
        16: .line 3607
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            arraylength
            if_icmplt 13
        end local 3 // int i
        18: .line 3615
            iload 1 /* max */
            ireturn
        end local 2 // boolean isMaxSet
        end local 1 // int max
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            3   19     1       max  I
            4   19     2  isMaxSet  Z
           12   18     3         i  I

  public int maxIfEmpty(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // int defaultValue
         0: .line 3621
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3623
            iload 1 /* defaultValue */
            ireturn
         2: .line 3626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.max:()I
            ireturn
        end local 1 // int defaultValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    3     1  defaultValue  I
    MethodParameters:
              Name  Flags
      defaultValue  

  public int min();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3632
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3634
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 3637
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* min */
        start local 1 // int min
         3: .line 3638
            iconst_0
            istore 2 /* isMinSet */
        start local 2 // boolean isMinSet
         4: .line 3640
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 11
         5: .line 3642
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 8
         6: .line 3644
            iconst_0
            istore 1 /* min */
         7: .line 3645
            iconst_1
            istore 2 /* isMinSet */
         8: .line 3647
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 11
            iload 2 /* isMinSet */
            ifne 11
         9: .line 3649
            iconst_1
            istore 1 /* min */
        10: .line 3650
            iconst_1
            istore 2 /* isMinSet */
        11: .line 3653
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: goto 17
        13: .line 3655
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            iload 3 /* i */
            iaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 16
            iload 2 /* isMinSet */
            ifeq 14
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            iload 3 /* i */
            iaload
            iload 1 /* min */
            if_icmpge 16
        14: .line 3657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            iload 3 /* i */
            iaload
            istore 1 /* min */
        15: .line 3658
            iconst_1
            istore 2 /* isMinSet */
        16: .line 3653
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            arraylength
            if_icmplt 13
        end local 3 // int i
        18: .line 3661
            iload 1 /* min */
            ireturn
        end local 2 // boolean isMinSet
        end local 1 // int min
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            3   19     1       min  I
            4   19     2  isMinSet  Z
           12   18     3         i  I

  public int minIfEmpty(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // int defaultValue
         0: .line 3667
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3669
            iload 1 /* defaultValue */
            ireturn
         2: .line 3672
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.min:()I
            ireturn
        end local 1 // int defaultValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    3     1  defaultValue  I
    MethodParameters:
              Name  Flags
      defaultValue  

  public double average();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3678
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3680
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 3682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.sum:()J
            l2d
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.size:()I
            i2d
            ddiv
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3688
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3690
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 3692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.toSortedArray:()[I
            astore 1 /* sortedArray */
        start local 1 // int[] sortedArray
         3: .line 3693
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            ishr
            istore 2 /* middleIndex */
        start local 2 // int middleIndex
         4: .line 3694
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            if_icmple 8
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            iand
            ifne 8
         5: .line 3696
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iaload
            istore 3 /* first */
        start local 3 // int first
         6: .line 3697
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iconst_1
            isub
            iaload
            istore 4 /* second */
        start local 4 // int second
         7: .line 3698
            iload 3 /* first */
            i2d
            iload 4 /* second */
            i2d
            dadd
            ldc 2.0
            ddiv
            dreturn
        end local 4 // int second
        end local 3 // int first
         8: .line 3700
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iaload
            i2d
            dreturn
        end local 2 // int middleIndex
        end local 1 // int[] sortedArray
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            3    9     1  sortedArray  [I
            4    9     2  middleIndex  I
            6    8     3        first  I
            7    8     4       second  I

  public int[] toSortedArray();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3706
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.toArray:()[I
            astore 1 /* array */
        start local 1 // int[] array
         1: .line 3707
            aload 1 /* array */
            invokestatic java.util.Arrays.sort:([I)V
         2: .line 3708
            aload 1 /* array */
            areturn
        end local 1 // int[] array
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            1    3     1  array  [I

  public org.eclipse.collections.api.list.primitive.MutableIntList toSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3714
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.newList:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public int[] toArray();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3720
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 3721
            iload 1 /* size */
            newarray 10
            astore 2 /* result */
        start local 2 // int[] result
         2: .line 3722
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            new org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet$1
            dup
            aload 0 /* this */
            aload 2 /* result */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet$1.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;[I)V
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
         3: .line 3733
            aload 2 /* result */
            areturn
        end local 2 // int[] result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            1    4     1    size  I
            2    4     2  result  [I

  public boolean contains(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // int value
         0: .line 3739
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            iload 1 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.containsKey:(I)Z
            ireturn
        end local 1 // int value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    1     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(int[]);
    descriptor: ([I)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // int[] source
         0: .line 3745
            aload 1 /* source */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet int[] top int int int[]
      StackMap stack:
         1: aload 5
            iload 3
            iaload
            istore 2 /* item */
        start local 2 // int item
         2: .line 3747
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            iload 2 /* item */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.containsKey:(I)Z
            ifne 4
         3: .line 3749
            iconst_0
            ireturn
        end local 2 // int item
         4: .line 3745
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 3752
            iconst_1
            ireturn
        end local 1 // int[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    7     1  source  [I
            2    4     2    item  I
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.IntIterable source
         0: .line 3758
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.IntIterable.intIterator:()Lorg/eclipse/collections/api/iterator/IntIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.IntIterator iterator
         1: .line 3759
            goto 4
         2: .line 3761
      StackMap locals: org.eclipse.collections.api.iterator.IntIterator
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.next:()I
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.containsKey:(I)Z
            ifne 4
         3: .line 3763
            iconst_0
            ireturn
         4: .line 3759
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.IntIterator.hasNext:()Z
            ifne 2
         5: .line 3766
            iconst_1
            ireturn
        end local 2 // org.eclipse.collections.api.iterator.IntIterator iterator
        end local 1 // org.eclipse.collections.api.IntIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    6     1    source  Lorg/eclipse/collections/api/IntIterable;
            1    6     2  iterator  Lorg/eclipse/collections/api/iterator/IntIterator;
    MethodParameters:
        Name  Flags
      source  

  public org.eclipse.collections.api.list.primitive.MutableIntList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableIntList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3772
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.IntArrayList.newList:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/IntArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public org.eclipse.collections.api.set.primitive.MutableIntSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3778
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.IntHashSet.newSet:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/IntHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public org.eclipse.collections.api.bag.primitive.MutableIntBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3784
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.primitive.IntHashBag.newBag:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/IntHashBag;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public org.eclipse.collections.api.LazyIntIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyIntIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3790
            new org.eclipse.collections.impl.lazy.primitive.LazyIntIterableAdapter
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyIntIterableAdapter.<init>:(Lorg/eclipse/collections/api/IntIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public org.eclipse.collections.api.set.primitive.IntSet freeze();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/IntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3796
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.copyKeysOnWrite:Z
         1: .line 3797
            iconst_0
            istore 1 /* containsZeroKey */
        start local 1 // boolean containsZeroKey
         2: .line 3798
            iconst_0
            istore 2 /* containsOneKey */
        start local 2 // boolean containsOneKey
         3: .line 3799
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 6
         4: .line 3801
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            istore 1 /* containsZeroKey */
         5: .line 3802
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            istore 2 /* containsOneKey */
         6: .line 3804
      StackMap locals: int int
      StackMap stack:
            new org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntMapKeySet
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.occupiedWithData:I
            iload 1 /* containsZeroKey */
            iload 2 /* containsOneKey */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntMapKeySet.<init>:([IIZZ)V
            areturn
        end local 2 // boolean containsOneKey
        end local 1 // boolean containsZeroKey
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            2    7     1  containsZeroKey  Z
            3    7     2   containsOneKey  Z

  public org.eclipse.collections.api.set.primitive.ImmutableIntSet toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3810
            getstatic org.eclipse.collections.impl.factory.primitive.IntSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableIntSetFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableIntSetFactory.withAll:(Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3816
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3822
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3828
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.notEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // java.lang.Object obj
         0: .line 3834
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 3836
            iconst_1
            ireturn
         2: .line 3839
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.eclipse.collections.api.set.primitive.IntSet
            ifne 4
         3: .line 3841
            iconst_0
            ireturn
         4: .line 3844
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.collections.api.set.primitive.IntSet
            astore 2 /* other */
        start local 2 // org.eclipse.collections.api.set.primitive.IntSet other
         5: .line 3845
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.size:()I
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.set.primitive.IntSet.size:()I
            if_icmpne 6
            aload 0 /* this */
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.set.primitive.IntSet.toArray:()[I
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.containsAll:([I)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.api.set.primitive.IntSet
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // org.eclipse.collections.api.set.primitive.IntSet other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    7     1    obj  Ljava/lang/Object;
            5    7     2  other  Lorg/eclipse/collections/api/set/primitive/IntSet;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3851
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 3853
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3855
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 3857
            iinc 1 /* result */ 0
         4: .line 3859
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 3861
            iinc 1 /* result */ 1
         6: .line 3864
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 11
         8: .line 3866
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            iload 2 /* i */
            iaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 10
         9: .line 3868
            iload 1 /* result */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            iload 2 /* i */
            iaload
            iadd
            istore 1 /* result */
        10: .line 3864
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            arraylength
            if_icmplt 8
        end local 2 // int i
        12: .line 3872
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            1   13     1  result  I
            7   12     2       i  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3878
            aload 0 /* this */
            ldc "["
            ldc ", "
            ldc "]"
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public java.lang.String makeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
         0: .line 3884
            aload 0 /* this */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.makeString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // java.lang.String separator
         0: .line 3890
            aload 0 /* this */
            ldc ""
            aload 1 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String separator
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    1     1  separator  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      separator  

  public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 3896
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 4 /* stringBuilder */
        start local 4 // java.lang.Appendable stringBuilder
         1: .line 3897
            aload 0 /* this */
            aload 4 /* stringBuilder */
            aload 1 /* start */
            aload 2 /* separator */
            aload 3 /* end */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 3898
            aload 4 /* stringBuilder */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 4 // java.lang.Appendable stringBuilder
        end local 3 // java.lang.String end
        end local 2 // java.lang.String separator
        end local 1 // java.lang.String start
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    3     1          start  Ljava/lang/String;
            0    3     2      separator  Ljava/lang/String;
            0    3     3            end  Ljava/lang/String;
            1    3     4  stringBuilder  Ljava/lang/Appendable;
    MethodParameters:
           Name  Flags
      start      
      separator  
      end        

  public void appendString(java.lang.Appendable);
    descriptor: (Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // java.lang.Appendable appendable
         0: .line 3904
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
         1: .line 3905
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    2     1  appendable  Ljava/lang/Appendable;
    MethodParameters:
            Name  Flags
      appendable  

  public void appendString(java.lang.Appendable, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 3910
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ""
            aload 2 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 3911
            return
        end local 2 // java.lang.String separator
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0    2     1  appendable  Ljava/lang/Appendable;
            0    2     2   separator  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      appendable  
      separator   

  public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=5
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 3918
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 3919
            iconst_1
            istore 5 /* first */
        start local 5 // boolean first
         2: .line 3920
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            ifnull 11
         3: .line 3922
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 6
         4: .line 3924
            aload 1 /* appendable */
            iconst_0
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         5: .line 3925
            iconst_0
            istore 5 /* first */
         6: .line 3927
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 11
         7: .line 3929
            iload 5 /* first */
            ifne 9
         8: .line 3931
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         9: .line 3933
      StackMap locals:
      StackMap stack:
            aload 1 /* appendable */
            iconst_1
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        10: .line 3934
            iconst_0
            istore 5 /* first */
        11: .line 3937
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 19
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int top int int int[]
      StackMap stack:
        12: aload 9
            iload 7
            iaload
            istore 6 /* key */
        start local 6 // int key
        13: .line 3939
            iload 6 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 18
        14: .line 3941
            iload 5 /* first */
            ifne 16
        15: .line 3943
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        16: .line 3945
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int int int int int[]
      StackMap stack:
            aload 1 /* appendable */
            iload 6 /* key */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        17: .line 3946
            iconst_0
            istore 5 /* first */
        end local 6 // int key
        18: .line 3937
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int top int int int[]
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        19: iload 7
            iload 8
            if_icmplt 12
        20: .line 3949
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        end local 5 // boolean first
        21: .line 3950
            goto 24
        22: .line 3951
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        23: .line 3953
            new java.lang.RuntimeException
            dup
            aload 5 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.io.IOException e
        24: .line 3955
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet;
            0   25     1  appendable  Ljava/lang/Appendable;
            0   25     2       start  Ljava/lang/String;
            0   25     3   separator  Ljava/lang/String;
            0   25     4         end  Ljava/lang/String;
            2   21     5       first  Z
           13   18     6         key  I
           23   24     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    21      22  Class java.io.IOException
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  public org.eclipse.collections.api.collection.primitive.ImmutableIntCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableIntCollection;
    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.IntObjectHashMap$KeySet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableIntCollection with(int);
    descriptor: (I)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.with:(I)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.IntIterable select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/IntIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableIntCollection select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.IntSet select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/IntSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntToObjectFunction
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntToObjectFunction
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntToObjectFunction
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/IntToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableIntCollection asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    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.IntObjectHashMap$KeySet.asSynchronized:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.IntSet tap(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/set/primitive/IntSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableIntCollection tap(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.IntIterable tap(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/IntIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableIntSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.iterator.IntIterator intIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/IntIterator;
    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.IntObjectHashMap$KeySet.intIterator:()Lorg/eclipse/collections/api/iterator/MutableIntIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.IntIterable reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/IntIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableIntCollection reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.IntSet reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/IntSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntPredicate;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableIntCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    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.IntObjectHashMap$KeySet.asUnmodifiable:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableIntCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    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.IntObjectHashMap$KeySet.newEmpty:()Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableIntCollection without(int);
    descriptor: (I)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet.without:(I)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  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/IntObjectPredicate"
            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 "(ILjava/lang/Object;)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/IntObjectHashMap$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/IntSet;ILjava/lang/Object;)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.IntSet
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/IntSet;)Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;
              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:
                  (ILjava/lang/Object;)Z
                  org/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeySet.lambda$0(Lorg/eclipse/collections/api/set/primitive/IntSet;ILjava/lang/Object;)Z (6)
                  (ILjava/lang/Object;)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: "IntObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private KeySet = org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet of org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap
  org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeySet$1
  private KeysSetIterator = org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator of org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap
  private final SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap