class org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet implements java.util.Set<K>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet
  super_class: java.lang.Object
{
  final org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  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.ObjectIntHashMap$KeySet this
        start local 1 // java.lang.Object obj
         0: .line 1381
            aload 1 /* obj */
            instanceof java.util.Set
            ifeq 4
         1: .line 1383
            aload 1 /* obj */
            checkcast java.util.Set
            astore 2 /* other */
        start local 2 // java.util.Set other
         2: .line 1384
            aload 2 /* other */
            invokeinterface java.util.Set.size:()I
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.size:()I
            if_icmpne 4
         3: .line 1386
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.containsAll:(Ljava/util/Collection;)Z
            ireturn
        end local 2 // java.util.Set other
         4: .line 1389
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;
            0    5     1    obj  Ljava/lang/Object;
            2    4     2  other  Ljava/util/Set<*>;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
         0: .line 1395
            iconst_0
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 1396
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            astore 2 /* table */
        start local 2 // java.lang.Object[] table
         2: .line 1397
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 11
         4: .line 1399
      StackMap locals: int java.lang.Object[] int
      StackMap stack:
            aload 2 /* table */
            iload 3 /* i */
            aaload
            astore 4 /* key */
        start local 4 // java.lang.Object key
         5: .line 1400
            aload 4 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.isNonSentinel:(Ljava/lang/Object;)Z
            ifeq 10
         6: .line 1402
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            aload 4 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.toNonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* nonSentinelKey */
        start local 5 // java.lang.Object nonSentinelKey
         7: .line 1403
            iload 1 /* hashCode */
            aload 5 /* nonSentinelKey */
            ifnonnull 8
            iconst_0
            goto 9
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet int java.lang.Object[] int java.lang.Object java.lang.Object
      StackMap stack: int
         8: aload 5 /* nonSentinelKey */
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet int java.lang.Object[] int java.lang.Object java.lang.Object
      StackMap stack: int int
         9: iadd
            istore 1 /* hashCode */
        end local 5 // java.lang.Object nonSentinelKey
        end local 4 // java.lang.Object key
        10: .line 1397
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 2 /* table */
            arraylength
            if_icmplt 4
        end local 3 // int i
        12: .line 1406
            iload 1 /* hashCode */
            ireturn
        end local 2 // java.lang.Object[] table
        end local 1 // int hashCode
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;
            1   13     1        hashCode  I
            2   13     2           table  [Ljava/lang/Object;
            3   12     3               i  I
            5   10     4             key  Ljava/lang/Object;
            7   10     5  nonSentinelKey  TK;

  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.ObjectIntHashMap$KeySet this
         0: .line 1412
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$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.ObjectIntHashMap$KeySet this
         0: .line 1418
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;

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

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
         0: .line 1430
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 1431
            iload 1 /* size */
            anewarray java.lang.Object
            astore 2 /* result */
        start local 2 // java.lang.Object[] result
         2: .line 1432
            aload 0 /* this */
            aload 2 /* result */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.copyKeys:([Ljava/lang/Object;)V
         3: .line 1433
            aload 2 /* result */
            areturn
        end local 2 // java.lang.Object[] result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;
            1    4     1    size  I
            2    4     2  result  [Ljava/lang/Object;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
        start local 1 // java.lang.Object[] result
         0: .line 1439
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 1440
            aload 1 /* result */
            arraylength
            iload 2 /* size */
            if_icmpge 3
         2: .line 1442
            aload 1 /* result */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            iload 2 /* size */
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 1 /* result */
         3: .line 1444
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.copyKeys:([Ljava/lang/Object;)V
         4: .line 1445
            iload 2 /* size */
            aload 1 /* result */
            arraylength
            if_icmpge 6
         5: .line 1447
            aload 1 /* result */
            iload 2 /* size */
            aconst_null
            aastore
         6: .line 1449
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 2 // int size
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;
            0    7     1  result  [Ljava/lang/Object;
            1    7     2    size  I
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
        Name  Flags
      result  

  public boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
        start local 1 // java.lang.Object key
         0: .line 1455
            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 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;
            0    1     1   key  TK;
    Signature: (TK;)Z
    MethodParameters:
      Name  Flags
      key   

  public boolean remove(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.ObjectIntHashMap$KeySet this
        start local 1 // java.lang.Object key
         0: .line 1461
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 1462
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.removeKey:(Ljava/lang/Object;)V
         2: .line 1463
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.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 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;
            0    4     1      key  Ljava/lang/Object;
            1    4     2  oldSize  I
    MethodParameters:
      Name  Flags
      key   

  public boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
        start local 1 // java.util.Collection collection
         0: .line 1469
            aload 1 /* collection */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet java.util.Collection top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 2 /* aCollection */
        start local 2 // java.lang.Object aCollection
         2: .line 1471
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            aload 2 /* aCollection */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.containsKey:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 1473
            iconst_0
            ireturn
        end local 2 // java.lang.Object aCollection
         4: .line 1469
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 1476
            iconst_1
            ireturn
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;
            0    6     1   collection  Ljava/util/Collection<*>;
            2    4     2  aCollection  Ljava/lang/Object;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean addAll(java.util.Collection<? extends K>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
        start local 1 // java.util.Collection collection
         0: .line 1482
            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 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;
            0    1     1  collection  Ljava/util/Collection<+TK;>;
    Signature: (Ljava/util/Collection<+TK;>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
        start local 1 // java.util.Collection collection
         0: .line 1488
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 1489
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.iterator:()Ljava/util/Iterator;
            astore 3 /* iterator */
        start local 3 // java.util.Iterator iterator
         2: .line 1490
            goto 6
         3: .line 1492
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* next */
        start local 4 // java.lang.Object next
         4: .line 1493
            aload 1 /* collection */
            aload 4 /* next */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 1495
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.remove:()V
        end local 4 // java.lang.Object next
         6: .line 1490
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 1498
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.size:()I
            if_icmpeq 8
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
        end local 3 // java.util.Iterator iterator
        end local 2 // int oldSize
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;
            0    9     1  collection  Ljava/util/Collection<*>;
            1    9     2     oldSize  I
            2    9     3    iterator  Ljava/util/Iterator<TK;>;
            4    6     4        next  TK;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
        start local 1 // java.util.Collection collection
         0: .line 1504
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 1505
            aload 1 /* collection */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet java.util.Collection int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* object */
        start local 3 // java.lang.Object object
         3: .line 1507
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            aload 3 /* object */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.removeKey:(Ljava/lang/Object;)V
        end local 3 // java.lang.Object object
         4: .line 1505
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1509
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.size:()I
            if_icmpeq 6
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet java.util.Collection int
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;
            0    7     1  collection  Ljava/util/Collection<*>;
            1    7     2     oldSize  I
            3    4     3      object  Ljava/lang/Object;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  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.ObjectIntHashMap$KeySet this
         0: .line 1515
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.clear:()V
         1: .line 1516
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;

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

  private void copyKeys(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
        start local 1 // java.lang.Object[] result
         0: .line 1526
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 1527
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 1529
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* key */
        start local 4 // java.lang.Object key
         4: .line 1530
            aload 4 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.isNonSentinel:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 1532
            aload 1 /* result */
            iload 2 /* count */
            iinc 2 /* count */ 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            aastore
        end local 4 // java.lang.Object key
         6: .line 1527
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 3 // int i
         8: .line 1535
            return
        end local 2 // int count
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySet;
            0    9     1  result  [Ljava/lang/Object;
            1    9     2   count  I
            2    8     3       i  I
            4    6     4     key  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      result  
}
Signature: Ljava/lang/Object;Ljava/util/Set<TK;>;
SourceFile: "ObjectIntHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap
InnerClasses:
  private KeySet = org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySet of org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap
  private KeySetIterator = org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator of org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap