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

  private void <init>(org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap);
    descriptor: (Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
         0: .line 761
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
        start local 1 // java.lang.Object obj
         0: .line 766
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.keySet:()Ljava/util/Set;
            aload 1 /* obj */
            invokeinterface java.util.Set.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$KeySet;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
         0: .line 772
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.hashCode:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$KeySet this
         0: .line 778
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$KeySet this
         0: .line 784
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$KeySet this
        start local 1 // java.lang.Object key
         0: .line 790
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$KeySet;
            0    1     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
         0: .line 796
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$KeySet;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
        start local 1 // java.lang.Object[] a
         0: .line 802
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.keySet:()Ljava/util/Set;
            aload 1 /* a */
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$KeySet;
            0    1     1     a  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     

  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.bimap.mutable.AbstractMutableBiMap$KeySet this
        start local 1 // java.lang.Object key
         0: .line 808
            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.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$KeySet this
        start local 1 // java.lang.Object key
         0: .line 814
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 815
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 816
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            iload 2 /* oldSize */
            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.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$KeySet this
        start local 1 // java.util.Collection source
         0: .line 822
            aload 1 /* source */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet java.util.Collection top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 2 /* key */
        start local 2 // java.lang.Object key
         2: .line 824
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.containsKey:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 826
            iconst_0
            ireturn
        end local 2 // java.lang.Object key
         4: .line 822
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 829
            iconst_1
            ireturn
        end local 1 // java.util.Collection source
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$KeySet;
            0    6     1  source  Ljava/util/Collection<*>;
            2    4     2     key  Ljava/lang/Object;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
        Name  Flags
      source  

  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.bimap.mutable.AbstractMutableBiMap$KeySet this
        start local 1 // java.util.Collection source
         0: .line 835
            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 source
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$KeySet;
            0    1     1  source  Ljava/util/Collection<+TK;>;
    Signature: (Ljava/util/Collection<+TK;>;)Z
    MethodParameters:
        Name  Flags
      source  

  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.bimap.mutable.AbstractMutableBiMap$KeySet this
        start local 1 // java.util.Collection collection
         0: .line 841
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 842
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.iterator:()Ljava/util/Iterator;
            astore 3 /* iterator */
        start local 3 // java.util.Iterator iterator
         2: .line 843
            goto 6
         3: .line 845
      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 846
            aload 1 /* collection */
            aload 4 /* next */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 848
            aload 0 /* this */
            aload 4 /* next */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.remove:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.Object next
         6: .line 843
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 851
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.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.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$KeySet this
        start local 1 // java.util.Collection collection
         0: .line 857
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 858
            aload 1 /* collection */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$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 860
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            aload 3 /* object */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // java.lang.Object object
         4: .line 858
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 862
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            if_icmpeq 6
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$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.bimap.mutable.AbstractMutableBiMap$KeySet this
         0: .line 868
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.clear:()V
         1: .line 869
            return
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$KeySet;

  public java.util.Iterator<K> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
         0: .line 874
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
            invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$KeySet;
    Signature: ()Ljava/util/Iterator<TK;>;

  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.bimap.mutable.AbstractMutableBiMap$KeySet this
         0: .line 880
            aload 0 /* this */
            ldc "["
            ldc ", "
            ldc "]"
            invokestatic org.eclipse.collections.impl.utility.Iterate.makeString:(Ljava/lang/Iterable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$KeySet;

  protected java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
         0: .line 885
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            astore 1 /* replace */
        start local 1 // org.eclipse.collections.api.set.MutableSet replace
         1: .line 886
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            aload 1 /* replace */
            invokestatic org.eclipse.collections.impl.block.procedure.CollectionAddProcedure.on:(Ljava/util/Collection;)Lorg/eclipse/collections/impl/block/procedure/CollectionAddProcedure;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 887
            aload 1 /* replace */
            areturn
        end local 1 // org.eclipse.collections.api.set.MutableSet replace
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$KeySet;
            1    3     1  replace  Lorg/eclipse/collections/api/set/MutableSet<TK;>;
}
Signature: Ljava/lang/Object;Ljava/util/Set<TK;>;Ljava/io/Serializable;
SourceFile: "AbstractMutableBiMap.java"
NestHost: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
InnerClasses:
  private KeySet = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap