abstract class org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap<K, V> extends org.eclipse.collections.impl.bimap.AbstractBiMap<K, V> implements org.eclipse.collections.api.bimap.MutableBiMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
  super_class: org.eclipse.collections.impl.bimap.AbstractBiMap
{
  private org.eclipse.collections.impl.map.mutable.UnifiedMap<K, V> delegate;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TK;TV;>;

  private org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap<V, K> inverse;
    descriptor: Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TV;TK;>;

  void <init>(java.util.Map<K, V>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.util.Map map
         0: .line 78
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.bimap.AbstractBiMap.<init>:()V
         1: .line 80
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
         2: .line 81
            aload 0 /* this */
            new org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse
            dup
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse.<init>:(Ljava/util/Map;Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)V
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
         3: .line 82
            aload 0 /* this */
            aload 1 /* map */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.putAll:(Ljava/util/Map;)V
         4: .line 83
            return
        end local 1 // java.util.Map map
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    5     1   map  Ljava/util/Map<TK;TV;>;
    Signature: (Ljava/util/Map<TK;TV;>;)V
    MethodParameters:
      Name  Flags
      map   

  void <init>(java.util.Map<K, V>, java.util.Map<V, K>);
    descriptor: (Ljava/util/Map;Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.util.Map delegate
        start local 2 // java.util.Map inverse
         0: .line 85
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.bimap.AbstractBiMap.<init>:()V
         1: .line 87
            aload 0 /* this */
            aload 1 /* delegate */
            aload 2 /* inverse */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.checkNull:(Ljava/util/Map;Ljava/util/Map;)V
         2: .line 88
            aload 0 /* this */
            aload 1 /* delegate */
            aload 2 /* inverse */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.checkSame:(Ljava/util/Map;Ljava/util/Map;)V
         3: .line 89
            aload 0 /* this */
            aload 1 /* delegate */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:(Ljava/util/Map;)Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
         4: .line 90
            aload 0 /* this */
            new org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse
            dup
            aload 2 /* inverse */
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse.<init>:(Ljava/util/Map;Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)V
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
         5: .line 91
            return
        end local 2 // java.util.Map inverse
        end local 1 // java.util.Map delegate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    6     1  delegate  Ljava/util/Map<TK;TV;>;
            0    6     2   inverse  Ljava/util/Map<TV;TK;>;
    Signature: (Ljava/util/Map<TK;TV;>;Ljava/util/Map<TV;TK;>;)V
    MethodParameters:
          Name  Flags
      delegate  
      inverse   

  private void <init>(java.util.Map<K, V>, org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap<V, K>);
    descriptor: (Ljava/util/Map;Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.util.Map delegate
        start local 2 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap valuesToKeys
         0: .line 93
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.bimap.AbstractBiMap.<init>:()V
         1: .line 95
            aload 0 /* this */
            aload 1 /* delegate */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:(Ljava/util/Map;)Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
         2: .line 96
            aload 0 /* this */
            aload 2 /* valuesToKeys */
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
         3: .line 97
            return
        end local 2 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap valuesToKeys
        end local 1 // java.util.Map delegate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    4     1      delegate  Ljava/util/Map<TK;TV;>;
            0    4     2  valuesToKeys  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TV;TK;>;
    Signature: (Ljava/util/Map<TK;TV;>;Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TV;TK;>;)V
    MethodParameters:
              Name  Flags
      delegate      
      valuesToKeys  

  private void checkNull(java.util.Map<K, V>, java.util.Map<V, K>);
    descriptor: (Ljava/util/Map;Ljava/util/Map;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.util.Map delegate
        start local 2 // java.util.Map inverse
         0: .line 101
            aload 1 /* delegate */
            ifnull 1
            aload 2 /* inverse */
            ifnonnull 2
         1: .line 103
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "The delegate maps cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.Map inverse
        end local 1 // java.util.Map delegate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    3     1  delegate  Ljava/util/Map<TK;TV;>;
            0    3     2   inverse  Ljava/util/Map<TV;TK;>;
    Signature: (Ljava/util/Map<TK;TV;>;Ljava/util/Map<TV;TK;>;)V
    MethodParameters:
          Name  Flags
      delegate  
      inverse   

  private void checkSame(java.util.Map<K, V>, java.util.Map<V, K>);
    descriptor: (Ljava/util/Map;Ljava/util/Map;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.util.Map keysToValues
        start local 2 // java.util.Map valuesToKeys
         0: .line 109
            aload 1 /* keysToValues */
            aload 2 /* valuesToKeys */
            if_acmpne 2
         1: .line 111
            new java.lang.IllegalArgumentException
            dup
            ldc "The delegate maps cannot be same."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 113
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.Map valuesToKeys
        end local 1 // java.util.Map keysToValues
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    3     1  keysToValues  Ljava/util/Map<TK;TV;>;
            0    3     2  valuesToKeys  Ljava/util/Map<TV;TK;>;
    Signature: (Ljava/util/Map<TK;TV;>;Ljava/util/Map<TV;TK;>;)V
    MethodParameters:
              Name  Flags
      keysToValues  
      valuesToKeys  

  private static boolean nullSafeEquals(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.Object value
        start local 1 // java.lang.Object other
         0: .line 117
            aload 0 /* value */
            ifnonnull 3
         1: .line 119
            aload 1 /* other */
            ifnonnull 5
         2: .line 121
            iconst_1
            ireturn
         3: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            aload 0 /* value */
            if_acmpeq 4
            aload 0 /* value */
            aload 1 /* other */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 126
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 128
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0  value  Ljava/lang/Object;
            0    6     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  
      other  

  protected org.eclipse.collections.impl.map.mutable.UnifiedMap<K, V> getDelegate();
    descriptor: ()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 134
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TK;TV;>;

  protected org.eclipse.collections.impl.map.mutable.UnifiedMap<V, K> getInverse();
    descriptor: ()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 140
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TV;TK;>;

  public org.eclipse.collections.impl.bimap.mutable.HashBiMap<K, V> newEmpty();
    descriptor: ()Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 146
            new org.eclipse.collections.impl.bimap.mutable.HashBiMap
            dup
            invokespecial org.eclipse.collections.impl.bimap.mutable.HashBiMap.<init>:()V
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap<TK;TV;>;

  public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withKeyValue(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 152
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 153
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    2     1    key  TK;
            0    2     2  value  TV;
    Signature: (TK;TV;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withAllKeyValues(java.lang.Iterable<? extends org.eclipse.collections.api.tuple.Pair<? extends K, ? extends V>>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Iterable keyValues
         0: .line 159
            aload 1 /* keyValues */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap java.lang.Iterable top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.collections.api.tuple.Pair
            astore 2 /* keyVal */
        start local 2 // org.eclipse.collections.api.tuple.Pair keyVal
         2: .line 161
            aload 0 /* this */
            aload 2 /* keyVal */
            invokeinterface org.eclipse.collections.api.tuple.Pair.getOne:()Ljava/lang/Object;
            aload 2 /* keyVal */
            invokeinterface org.eclipse.collections.api.tuple.Pair.getTwo:()Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // org.eclipse.collections.api.tuple.Pair keyVal
         3: .line 159
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 163
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable keyValues
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    5     1  keyValues  Ljava/lang/Iterable<+Lorg/eclipse/collections/api/tuple/Pair<+TK;+TV;>;>;
            2    3     2     keyVal  Lorg/eclipse/collections/api/tuple/Pair<+TK;+TV;>;
    Signature: (Ljava/lang/Iterable<+Lorg/eclipse/collections/api/tuple/Pair<+TK;+TV;>;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
    MethodParameters:
           Name  Flags
      keyValues  

  public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withAllKeyValueArguments(org.eclipse.collections.api.tuple.Pair<? extends K, ? extends V>[]);
    descriptor: ([Lorg/eclipse/collections/api/tuple/Pair;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.tuple.Pair[] keyValuePairs
         0: .line 169
            aload 0 /* this */
            aload 1 /* keyValuePairs */
            invokestatic org.eclipse.collections.impl.list.fixed.ArrayAdapter.adapt:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/fixed/ArrayAdapter;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.withAllKeyValues:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
        end local 1 // org.eclipse.collections.api.tuple.Pair[] keyValuePairs
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  keyValuePairs  [Lorg/eclipse/collections/api/tuple/Pair;
    Signature: ([Lorg/eclipse/collections/api/tuple/Pair<+TK;+TV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
    MethodParameters:
               Name  Flags
      keyValuePairs  

  public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withoutKey(K);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Object key
         0: .line 175
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.removeKey:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 176
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    2     1   key  TK;
    Signature: (TK;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
    MethodParameters:
      Name  Flags
      key   

  public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withoutAllKeys(java.lang.Iterable<? extends K>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Iterable keys
         0: .line 182
            aload 1 /* keys */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap java.lang.Iterable top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 2 /* key */
        start local 2 // java.lang.Object key
         2: .line 184
            aload 0 /* this */
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.removeKey:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // java.lang.Object key
         3: .line 182
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 186
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable keys
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    5     1  keys  Ljava/lang/Iterable<+TK;>;
            2    3     2   key  TK;
    Signature: (Ljava/lang/Iterable<+TK;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
    MethodParameters:
      Name  Flags
      keys  

  public org.eclipse.collections.api.bimap.MutableBiMap<V, K> inverse();
    descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 192
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TV;TK;>;

  public org.eclipse.collections.api.multimap.set.MutableSetMultimap<V, K> flip();
    descriptor: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 199
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.utility.MapIterate.flip:(Lorg/eclipse/collections/api/map/MapIterable;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TV;TK;>;

  public org.eclipse.collections.api.bimap.MutableBiMap<V, K> flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 205
            new org.eclipse.collections.impl.bimap.mutable.HashBiMap
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
            invokespecial org.eclipse.collections.impl.bimap.mutable.HashBiMap.<init>:(Ljava/util/Map;)V
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TV;TK;>;

  public V put(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 211
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 213
            aload 1 /* key */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 3
         2: .line 215
            aload 2 /* value */
            areturn
         3: .line 217
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Value "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " already exists in map!"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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
            istore 3 /* containsKey */
        start local 3 // boolean containsKey
         5: .line 222
            iload 3 /* containsKey */
            ifeq 10
         6: .line 224
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* oldValue */
        start local 4 // java.lang.Object oldValue
         7: .line 225
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 4 /* oldValue */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.removeKey:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* oldKeyToPreserve */
        start local 5 // java.lang.Object oldKeyToPreserve
         8: .line 226
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* value */
            aload 5 /* oldKeyToPreserve */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 227
            aload 4 /* oldValue */
            areturn
        end local 5 // java.lang.Object oldKeyToPreserve
        end local 4 // java.lang.Object oldValue
        10: .line 230
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* put */
        start local 4 // java.lang.Object put
        11: .line 231
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* value */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 232
            aload 4 /* put */
            areturn
        end local 4 // java.lang.Object put
        end local 3 // boolean containsKey
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0   13     1               key  TK;
            0   13     2             value  TV;
            5   13     3       containsKey  Z
            7   10     4          oldValue  TV;
            8   10     5  oldKeyToPreserve  TK;
           11   13     4               put  TV;
    Signature: (TK;TV;)TV;
    MethodParameters:
       Name  Flags
      key    
      value  

  public V forcePut(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 238
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.containsKey:(Ljava/lang/Object;)Z
            istore 3 /* containsValue */
        start local 3 // boolean containsValue
         1: .line 239
            iload 3 /* containsValue */
            ifeq 4
         2: .line 241
            aload 1 /* key */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 4
         3: .line 243
            aload 2 /* value */
            areturn
         4: .line 247
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            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
            istore 4 /* containsKey */
        start local 4 // boolean containsKey
         5: .line 248
            iload 3 /* containsValue */
            ifeq 16
         6: .line 250
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* oldValueToPreserve */
        start local 5 // java.lang.Object oldValueToPreserve
         7: .line 251
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            aload 5 /* oldValueToPreserve */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* put */
        start local 6 // java.lang.Object put
         8: .line 253
            iload 4 /* containsKey */
            ifeq 13
         9: .line 255
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 6 /* put */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.removeKey:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* oldKeyToPreserve */
        start local 7 // java.lang.Object oldKeyToPreserve
        10: .line 256
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* value */
            aload 7 /* oldKeyToPreserve */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 8 /* oldKey */
        start local 8 // java.lang.Object oldKey
        11: .line 257
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 8 /* oldKey */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.removeKey:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 258
            aload 6 /* put */
            areturn
        end local 8 // java.lang.Object oldKey
        end local 7 // java.lang.Object oldKeyToPreserve
        13: .line 260
      StackMap locals: int java.lang.Object java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* value */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* oldKey */
        start local 7 // java.lang.Object oldKey
        14: .line 261
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 7 /* oldKey */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.removeKey:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 262
            aload 6 /* put */
            areturn
        end local 7 // java.lang.Object oldKey
        end local 6 // java.lang.Object put
        end local 5 // java.lang.Object oldValueToPreserve
        16: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* put */
        start local 5 // java.lang.Object put
        17: .line 267
            iload 4 /* containsKey */
            ifeq 19
        18: .line 269
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 5 /* put */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.removeKey:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        19: .line 272
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* value */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        20: .line 273
            aload 5 /* put */
            areturn
        end local 5 // java.lang.Object put
        end local 4 // boolean containsKey
        end local 3 // boolean containsValue
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   21     0                this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0   21     1                 key  TK;
            0   21     2               value  TV;
            1   21     3       containsValue  Z
            5   21     4         containsKey  Z
            7   16     5  oldValueToPreserve  TV;
            8   16     6                 put  TV;
           10   13     7    oldKeyToPreserve  TK;
           11   13     8              oldKey  TK;
           14   16     7              oldKey  TK;
           17   21     5                 put  TV;
    Signature: (TK;TV;)TV;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void putAll(java.util.Map<? extends K, ? extends V>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.util.Map map
         0: .line 279
            aload 1 /* map */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            astore 2 /* entries */
        start local 2 // java.util.Set entries
         1: .line 280
            aload 2 /* entries */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap java.util.Map java.util.Set top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         3: .line 282
            aload 0 /* this */
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // java.util.Map$Entry entry
         4: .line 280
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 284
            return
        end local 2 // java.util.Set entries
        end local 1 // java.util.Map map
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    6     1      map  Ljava/util/Map<+TK;+TV;>;
            1    6     2  entries  Ljava/util/Set<+Ljava/util/Map$Entry<+TK;+TV;>;>;
            3    4     3    entry  Ljava/util/Map$Entry<+TK;+TV;>;
    Signature: (Ljava/util/Map<+TK;+TV;>;)V
    MethodParameters:
      Name  Flags
      map   

  public V remove();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Object key
         0: .line 289
            aload 0 /* this */
            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
            ifne 2
         1: .line 291
            aconst_null
            areturn
         2: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* oldValue */
        start local 2 // java.lang.Object oldValue
         3: .line 294
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* oldValue */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 295
            aload 2 /* oldValue */
            areturn
        end local 2 // java.lang.Object oldValue
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    5     1       key  Ljava/lang/Object;
            3    5     2  oldValue  TV;
    Signature: (Ljava/lang/Object;)TV;
    MethodParameters:
      Name  Flags
      key   

  public V removeKey();
    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 this
        start local 1 // java.lang.Object key
         0: .line 301
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1   key  TK;
    Signature: (TK;)TV;
    MethodParameters:
      Name  Flags
      key   

  public boolean removeIf(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 307
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            istore 2 /* previousSize */
        start local 2 // int previousSize
         1: .line 308
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* iterator */
        start local 3 // java.util.Iterator iterator
         2: .line 309
            goto 6
         3: .line 311
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         4: .line 312
            aload 1 /* predicate */
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         5: .line 314
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.remove:()V
        end local 4 // java.util.Map$Entry entry
         6: .line 309
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 317
            iload 2 /* previousSize */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            if_icmple 8
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
        end local 3 // java.util.Iterator iterator
        end local 2 // int previousSize
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    9     1     predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;
            1    9     2  previousSize  I
            2    9     3      iterator  Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
            4    6     4         entry  Ljava/util/Map$Entry<TK;TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;)Z
    MethodParameters:
           Name  Flags
      predicate  

  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 this
         0: .line 323
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.clear:()V
         1: .line 324
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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.clear:()V
         2: .line 325
            return
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;

  public V getIfAbsentPut(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 330
            aload 0 /* this */
            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.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* oldValue */
        start local 3 // java.lang.Object oldValue
         1: .line 332
            aload 3 /* oldValue */
            ifnonnull 2
            aload 0 /* this */
            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
            ifeq 3
         2: .line 334
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* oldValue */
            areturn
         3: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 338
            aload 2 /* value */
            areturn
        end local 3 // java.lang.Object oldValue
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    5     1       key  TK;
            0    5     2     value  TV;
            1    5     3  oldValue  TV;
    Signature: (TK;TV;)TV;
    MethodParameters:
       Name  Flags
      key    
      value  

  public V getIfAbsentPut(K, org.eclipse.collections.api.block.function.Function0<? extends V>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.api.block.function.Function0 function
         0: .line 344
            aload 0 /* this */
            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.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         1: .line 346
            aload 3 /* value */
            ifnonnull 2
            aload 0 /* this */
            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
            ifeq 3
         2: .line 348
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* value */
            areturn
         3: .line 351
      StackMap locals:
      StackMap stack:
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.block.function.Function0.value:()Ljava/lang/Object;
            astore 4 /* newValue */
        start local 4 // java.lang.Object newValue
         4: .line 352
            aload 0 /* this */
            aload 1 /* key */
            aload 4 /* newValue */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 353
            aload 4 /* newValue */
            areturn
        end local 4 // java.lang.Object newValue
        end local 3 // java.lang.Object value
        end local 2 // org.eclipse.collections.api.block.function.Function0 function
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    6     1       key  TK;
            0    6     2  function  Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
            1    6     3     value  TV;
            4    6     4  newValue  TV;
    Signature: (TK;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;)TV;
    MethodParameters:
          Name  Flags
      key       
      function  

  public <P> V getIfAbsentPutWith(K, org.eclipse.collections.api.block.function.Function<? super P, ? extends V>, );
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.api.block.function.Function function
        start local 3 // java.lang.Object parameter
         0: .line 359
            aload 0 /* this */
            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.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
         1: .line 361
            aload 4 /* value */
            ifnonnull 2
            aload 0 /* this */
            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
            ifeq 3
         2: .line 363
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* value */
            areturn
         3: .line 366
      StackMap locals:
      StackMap stack:
            aload 2 /* function */
            aload 3 /* parameter */
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* newValue */
        start local 5 // java.lang.Object newValue
         4: .line 367
            aload 0 /* this */
            aload 1 /* key */
            aload 5 /* newValue */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 368
            aload 5 /* newValue */
            areturn
        end local 5 // java.lang.Object newValue
        end local 4 // java.lang.Object value
        end local 3 // java.lang.Object parameter
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    6     1        key  TK;
            0    6     2   function  Lorg/eclipse/collections/api/block/function/Function<-TP;+TV;>;
            0    6     3  parameter  TP;
            1    6     4      value  TV;
            4    6     5   newValue  TV;
    Signature: <P:Ljava/lang/Object;>(TK;Lorg/eclipse/collections/api/block/function/Function<-TP;+TV;>;TP;)TV;
    MethodParameters:
           Name  Flags
      key        
      function   
      parameter  

  public V getIfAbsentPutWithKey(K, org.eclipse.collections.api.block.function.Function<? super K, ? extends V>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.api.block.function.Function function
         0: .line 374
            aload 0 /* this */
            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.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         1: .line 376
            aload 3 /* value */
            ifnonnull 2
            aload 0 /* this */
            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
            ifeq 3
         2: .line 378
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* value */
            areturn
         3: .line 381
      StackMap locals:
      StackMap stack:
            aload 2 /* function */
            aload 1 /* key */
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* newValue */
        start local 4 // java.lang.Object newValue
         4: .line 382
            aload 0 /* this */
            aload 1 /* key */
            aload 4 /* newValue */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 383
            aload 4 /* newValue */
            areturn
        end local 4 // java.lang.Object newValue
        end local 3 // java.lang.Object value
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    6     1       key  TK;
            0    6     2  function  Lorg/eclipse/collections/api/block/function/Function<-TK;+TV;>;
            1    6     3     value  TV;
            4    6     4  newValue  TV;
    Signature: (TK;Lorg/eclipse/collections/api/block/function/Function<-TK;+TV;>;)TV;
    MethodParameters:
          Name  Flags
      key       
      function  

  public V updateValue(K, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.function.Function<? super V, ? extends V>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.api.block.function.Function0 factory
        start local 3 // org.eclipse.collections.api.block.function.Function function
         0: .line 389
            aload 0 /* this */
            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
            ifeq 4
         1: .line 391
            aload 3 /* function */
            aload 0 /* this */
            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.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* newValue */
        start local 4 // java.lang.Object newValue
         2: .line 392
            aload 0 /* this */
            aload 1 /* key */
            aload 4 /* newValue */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 393
            aload 4 /* newValue */
            areturn
        end local 4 // java.lang.Object newValue
         4: .line 396
      StackMap locals:
      StackMap stack:
            aload 3 /* function */
            aload 2 /* factory */
            invokeinterface org.eclipse.collections.api.block.function.Function0.value:()Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* newValue */
        start local 4 // java.lang.Object newValue
         5: .line 397
            aload 0 /* this */
            aload 1 /* key */
            aload 4 /* newValue */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 398
            aload 4 /* newValue */
            areturn
        end local 4 // java.lang.Object newValue
        end local 3 // org.eclipse.collections.api.block.function.Function function
        end local 2 // org.eclipse.collections.api.block.function.Function0 factory
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    7     1       key  TK;
            0    7     2   factory  Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
            0    7     3  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TV;>;
            2    4     4  newValue  TV;
            5    7     4  newValue  TV;
    Signature: (TK;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TV;>;)TV;
    MethodParameters:
          Name  Flags
      key       
      factory   
      function  

  public <P> V updateValueWith(K, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.function.Function2<? super V, ? super P, ? extends V>, );
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.api.block.function.Function0 factory
        start local 3 // org.eclipse.collections.api.block.function.Function2 function
        start local 4 // java.lang.Object parameter
         0: .line 404
            aload 0 /* this */
            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
            ifeq 4
         1: .line 406
            aload 3 /* function */
            aload 0 /* this */
            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.get:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 4 /* parameter */
            invokeinterface org.eclipse.collections.api.block.function.Function2.value:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* newValue */
        start local 5 // java.lang.Object newValue
         2: .line 407
            aload 0 /* this */
            aload 1 /* key */
            aload 5 /* newValue */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 408
            aload 5 /* newValue */
            areturn
        end local 5 // java.lang.Object newValue
         4: .line 411
      StackMap locals:
      StackMap stack:
            aload 3 /* function */
            aload 2 /* factory */
            invokeinterface org.eclipse.collections.api.block.function.Function0.value:()Ljava/lang/Object;
            aload 4 /* parameter */
            invokeinterface org.eclipse.collections.api.block.function.Function2.value:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* newValue */
        start local 5 // java.lang.Object newValue
         5: .line 412
            aload 0 /* this */
            aload 1 /* key */
            aload 5 /* newValue */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 413
            aload 5 /* newValue */
            areturn
        end local 5 // java.lang.Object newValue
        end local 4 // java.lang.Object parameter
        end local 3 // org.eclipse.collections.api.block.function.Function2 function
        end local 2 // org.eclipse.collections.api.block.function.Function0 factory
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    7     1        key  TK;
            0    7     2    factory  Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
            0    7     3   function  Lorg/eclipse/collections/api/block/function/Function2<-TV;-TP;+TV;>;
            0    7     4  parameter  TP;
            2    4     5   newValue  TV;
            5    7     5   newValue  TV;
    Signature: <P:Ljava/lang/Object;>(TK;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;Lorg/eclipse/collections/api/block/function/Function2<-TV;-TP;+TV;>;TP;)TV;
    MethodParameters:
           Name  Flags
      key        
      factory    
      function   
      parameter  

  public java.util.Set<K> keySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 419
            new org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet.<init>:(Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)V
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Ljava/util/Set<TK;>;

  public java.util.Collection<V> values();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 425
            new org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection.<init>:(Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)V
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Ljava/util/Collection<TV;>;

  public java.util.Set<java.util.Map$Entry<K, V>> entrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 431
            new org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.<init>:(Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)V
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;

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

  public org.eclipse.collections.api.bimap.ImmutableBiMap<K, V> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 443
            getstatic org.eclipse.collections.impl.factory.BiMaps.immutable:Lorg/eclipse/collections/api/factory/bimap/ImmutableBiMapFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokeinterface org.eclipse.collections.api.factory.bimap.ImmutableBiMapFactory.withAll:(Ljava/util/Map;)Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/bimap/ImmutableBiMap<TK;TV;>;

  public org.eclipse.collections.api.bimap.MutableBiMap<K, V> asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 449
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.of:(Lorg/eclipse/collections/api/bimap/MutableBiMap;)Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;

  public org.eclipse.collections.api.bimap.MutableBiMap<K, V> asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 455
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bimap.mutable.UnmodifiableBiMap.of:(Lorg/eclipse/collections/api/bimap/MutableBiMap;)Lorg/eclipse/collections/impl/bimap/mutable/UnmodifiableBiMap;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;

  public org.eclipse.collections.api.bimap.MutableBiMap<K, V> clone();
    descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 461
            new org.eclipse.collections.impl.bimap.mutable.HashBiMap
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.bimap.mutable.HashBiMap.<init>:(Ljava/util/Map;)V
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;

  public org.eclipse.collections.api.bimap.MutableBiMap<K, V> tap(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 467
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         1: .line 468
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.impl.bimap.mutable.HashBiMap<K, V> select(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 474
            invokestatic org.eclipse.collections.impl.bimap.mutable.HashBiMap.newMap:()Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.impl.bimap.mutable.HashBiMap result
         1: .line 475
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* predicate */
            aload 2 /* result */
            invokedynamic value(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              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:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap.lambda$0(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
         2: .line 481
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.impl.bimap.mutable.HashBiMap result
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;
            1    3     2     result  Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap<TK;TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap<TK;TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.impl.bimap.mutable.HashBiMap<K, V> reject(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 487
            invokestatic org.eclipse.collections.impl.bimap.mutable.HashBiMap.newMap:()Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.impl.bimap.mutable.HashBiMap result
         1: .line 488
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* predicate */
            aload 2 /* result */
            invokedynamic value(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              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:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap.lambda$1(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
         2: .line 494
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.impl.bimap.mutable.HashBiMap result
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;
            1    3     2     result  Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap<TK;TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap<TK;TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <K2, V2> org.eclipse.collections.impl.bimap.mutable.HashBiMap<K2, V2> collect(org.eclipse.collections.api.block.function.Function2<? super K, ? super V, org.eclipse.collections.api.tuple.Pair<K2, V2>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
         0: .line 500
            invokestatic org.eclipse.collections.impl.bimap.mutable.HashBiMap.newMap:()Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.impl.bimap.mutable.HashBiMap result
         1: .line 501
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* function */
            aload 2 /* result */
            invokedynamic value(Lorg/eclipse/collections/api/block/function/Function2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              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:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap.lambda$2(Lorg/eclipse/collections/api/block/function/Function2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
         2: .line 505
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.impl.bimap.mutable.HashBiMap result
        end local 1 // org.eclipse.collections.api.block.function.Function2 function
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    3     1  function  Lorg/eclipse/collections/api/block/function/Function2<-TK;-TV;Lorg/eclipse/collections/api/tuple/Pair<TK2;TV2;>;>;
            1    3     2    result  Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap<TK2;TV2;>;
    Signature: <K2:Ljava/lang/Object;V2:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TK;-TV;Lorg/eclipse/collections/api/tuple/Pair<TK2;TV2;>;>;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap<TK2;TV2;>;
    MethodParameters:
          Name  Flags
      function  

  public <R> org.eclipse.collections.impl.bimap.mutable.HashBiMap<K, R> collectValues(org.eclipse.collections.api.block.function.Function2<? super K, ? super V, ? extends R>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
         0: .line 511
            invokestatic org.eclipse.collections.impl.bimap.mutable.HashBiMap.newMap:()Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.impl.bimap.mutable.HashBiMap result
         1: .line 512
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 2 /* result */
            aload 1 /* function */
            invokedynamic value(Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              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:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap.lambda$3(Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
         2: .line 513
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.impl.bimap.mutable.HashBiMap result
        end local 1 // org.eclipse.collections.api.block.function.Function2 function
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    3     1  function  Lorg/eclipse/collections/api/block/function/Function2<-TK;-TV;+TR;>;
            1    3     2    result  Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap<TK;TR;>;
    Signature: <R:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TK;-TV;+TR;>;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap<TK;TR;>;
    MethodParameters:
          Name  Flags
      function  

  public <VV> org.eclipse.collections.api.bag.MutableBag<VV> collect(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 519
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* function */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/bag/MutableBag<TVV;>;
    MethodParameters:
          Name  Flags
      function  

  public <P, VV> org.eclipse.collections.api.bag.MutableBag<VV> collectWith(org.eclipse.collections.api.block.function.Function2<? super V, ? super P, ? extends VV>, P);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
        start local 2 // java.lang.Object parameter
         0: .line 525
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* function */
            aload 2 /* parameter */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.function.Function2 function
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1   function  Lorg/eclipse/collections/api/block/function/Function2<-TV;-TP;+TVV;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TV;-TP;+TVV;>;TP;)Lorg/eclipse/collections/api/bag/MutableBag<TVV;>;
    MethodParameters:
           Name  Flags
      function   
      parameter  

  public <VV> org.eclipse.collections.api.bag.MutableBag<VV> flatCollect(org.eclipse.collections.api.block.function.Function<? super V, ? extends java.lang.Iterable<VV>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 531
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* function */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;)Lorg/eclipse/collections/api/bag/MutableBag<TVV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.bag.primitive.MutableBooleanBag collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
         0: .line 537
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* booleanFunction */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  booleanFunction  Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
    MethodParameters:
                 Name  Flags
      booleanFunction  

  public org.eclipse.collections.api.bag.primitive.MutableByteBag collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
         0: .line 543
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* byteFunction */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  byteFunction  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
    MethodParameters:
              Name  Flags
      byteFunction  

  public org.eclipse.collections.api.bag.primitive.MutableCharBag collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
         0: .line 549
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* charFunction */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  charFunction  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
    MethodParameters:
              Name  Flags
      charFunction  

  public org.eclipse.collections.api.bag.primitive.MutableDoubleBag collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
         0: .line 555
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* doubleFunction */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  doubleFunction  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    MethodParameters:
                Name  Flags
      doubleFunction  

  public org.eclipse.collections.api.bag.primitive.MutableFloatBag collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableFloatBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
         0: .line 561
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* floatFunction */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableFloatBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  floatFunction  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/MutableFloatBag;
    MethodParameters:
               Name  Flags
      floatFunction  

  public org.eclipse.collections.api.bag.primitive.MutableIntBag collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
         0: .line 567
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* intFunction */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  intFunction  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
    MethodParameters:
             Name  Flags
      intFunction  

  public org.eclipse.collections.api.bag.primitive.MutableLongBag collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
         0: .line 573
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* longFunction */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  longFunction  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
    MethodParameters:
              Name  Flags
      longFunction  

  public org.eclipse.collections.api.bag.primitive.MutableShortBag collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
         0: .line 579
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* shortFunction */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  shortFunction  Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TV;>;)Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
    MethodParameters:
               Name  Flags
      shortFunction  

  public <VV> org.eclipse.collections.api.bag.MutableBag<VV> collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super V>, org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // org.eclipse.collections.api.block.function.Function function
         0: .line 585
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* predicate */
            aload 2 /* function */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
            0    1     2   function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/bag/MutableBag<TVV;>;
    MethodParameters:
           Name  Flags
      predicate  
      function   

  public org.eclipse.collections.api.set.MutableSet<org.eclipse.collections.api.tuple.Pair<V, java.lang.Integer>> zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
         0: .line 595
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 0 /* this */
            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;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.zipWithIndex:(Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.api.set.MutableSet
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<Lorg/eclipse/collections/api/tuple/Pair<TV;Ljava/lang/Integer;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public <VV> org.eclipse.collections.api.multimap.set.MutableSetMultimap<VV, V> groupBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 601
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* function */
            new org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap
            dup
            invokespecial org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap.<init>:()V
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.groupBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.api.multimap.set.MutableSetMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TVV;TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <VV> org.eclipse.collections.api.multimap.set.MutableSetMultimap<VV, V> groupByEach(org.eclipse.collections.api.block.function.Function<? super V, ? extends java.lang.Iterable<VV>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 607
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* function */
            new org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap
            dup
            invokespecial org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap.<init>:()V
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.api.multimap.set.MutableSetMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TVV;>;>;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TVV;TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <S> org.eclipse.collections.api.set.MutableSet<org.eclipse.collections.api.tuple.Pair<V, S>> zip(java.lang.Iterable<S>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Iterable that
         0: .line 617
            aload 1 /* that */
            instanceof java.util.Collection
            ifne 1
            aload 1 /* that */
            instanceof org.eclipse.collections.api.RichIterable
            ifeq 4
         1: .line 619
      StackMap locals:
      StackMap stack:
            aload 1 /* that */
            invokestatic org.eclipse.collections.impl.utility.Iterate.sizeOf:(Ljava/lang/Iterable;)I
            istore 2 /* thatSize */
        start local 2 // int thatSize
         2: .line 620
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.size:()I
            iload 2 /* thatSize */
            invokestatic java.lang.Math.min:(II)I
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            astore 3 /* target */
        start local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet target
         3: .line 621
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* that */
            aload 3 /* target */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.zip:(Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.api.set.MutableSet
            areturn
        end local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet target
        end local 2 // int thatSize
         4: .line 623
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* that */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.zip:(Ljava/lang/Iterable;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.api.set.MutableSet
            areturn
        end local 1 // java.lang.Iterable that
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    5     1      that  Ljava/lang/Iterable<TS;>;
            2    4     2  thatSize  I
            3    4     3    target  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<Lorg/eclipse/collections/api/tuple/Pair<TV;TS;>;>;
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Iterable<TS;>;)Lorg/eclipse/collections/api/set/MutableSet<Lorg/eclipse/collections/api/tuple/Pair<TV;TS;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      that  

  public org.eclipse.collections.api.set.MutableSet<V> select(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 629
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* predicate */
            new org.eclipse.collections.impl.set.mutable.UnifiedSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:()V
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.api.set.MutableSet
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.set.MutableSet<V> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 635
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* predicate */
            aload 2 /* parameter */
            new org.eclipse.collections.impl.set.mutable.UnifiedSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:()V
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.api.set.MutableSet
            areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.set.MutableSet<V> reject(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 641
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* predicate */
            new org.eclipse.collections.impl.set.mutable.UnifiedSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:()V
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.api.set.MutableSet
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.set.MutableSet<V> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 647
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* predicate */
            aload 2 /* parameter */
            new org.eclipse.collections.impl.set.mutable.UnifiedSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:()V
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.api.set.MutableSet
            areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.partition.set.PartitionMutableSet<V> partition(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 653
            new org.eclipse.collections.impl.partition.set.PartitionUnifiedSet
            dup
            invokespecial org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.<init>:()V
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.partition.set.PartitionMutableSet result
         1: .line 654
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            new org.eclipse.collections.impl.block.procedure.PartitionProcedure
            dup
            aload 1 /* predicate */
            aload 2 /* result */
            invokespecial org.eclipse.collections.impl.block.procedure.PartitionProcedure.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/partition/PartitionMutableCollection;)V
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 655
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.partition.set.PartitionMutableSet result
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
            1    3     2     result  Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TV;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.partition.set.PartitionMutableSet<V> partitionWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 661
            aload 0 /* this */
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokestatic org.eclipse.collections.impl.block.factory.Predicates.bind:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/block/predicate/Predicate;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TV;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public void forEachValue(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 667
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse: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 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         1: .line 668
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public <VV> org.eclipse.collections.api.bimap.MutableBiMap<VV, V> groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 673
            new org.eclipse.collections.impl.bimap.mutable.HashBiMap
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* function */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
            invokespecial org.eclipse.collections.impl.bimap.mutable.HashBiMap.<init>:(Ljava/util/Map;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
    Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TVV;TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <K2, V2> org.eclipse.collections.api.map.MutableMap<K2, V2> aggregateBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends K2>, org.eclipse.collections.api.block.function.Function0<? extends V2>, org.eclipse.collections.api.block.function.Function2<? super V2, ? super V, ? extends V2>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        start local 3 // org.eclipse.collections.api.block.function.Function2 nonMutatingAggregator
         0: .line 679
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* groupBy */
            aload 2 /* zeroValueFactory */
            aload 3 /* nonMutatingAggregator */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
            areturn
        end local 3 // org.eclipse.collections.api.block.function.Function2 nonMutatingAggregator
        end local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1                groupBy  Lorg/eclipse/collections/api/block/function/Function<-TV;+TK2;>;
            0    1     2       zeroValueFactory  Lorg/eclipse/collections/api/block/function/Function0<+TV2;>;
            0    1     3  nonMutatingAggregator  Lorg/eclipse/collections/api/block/function/Function2<-TV2;-TV;+TV2;>;
    Signature: <K2:Ljava/lang/Object;V2:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TK2;>;Lorg/eclipse/collections/api/block/function/Function0<+TV2;>;Lorg/eclipse/collections/api/block/function/Function2<-TV2;-TV;+TV2;>;)Lorg/eclipse/collections/api/map/MutableMap<TK2;TV2;>;
    MethodParameters:
                       Name  Flags
      groupBy                
      zeroValueFactory       
      nonMutatingAggregator  

  public <K2, V2> org.eclipse.collections.api.map.MutableMap<K2, V2> aggregateInPlaceBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends K2>, org.eclipse.collections.api.block.function.Function0<? extends V2>, org.eclipse.collections.api.block.procedure.Procedure2<? super V2, ? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        start local 3 // org.eclipse.collections.api.block.procedure.Procedure2 mutatingAggregator
         0: .line 685
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* groupBy */
            aload 2 /* zeroValueFactory */
            aload 3 /* mutatingAggregator */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.aggregateInPlaceBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MutableMap;
            areturn
        end local 3 // org.eclipse.collections.api.block.procedure.Procedure2 mutatingAggregator
        end local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1             groupBy  Lorg/eclipse/collections/api/block/function/Function<-TV;+TK2;>;
            0    1     2    zeroValueFactory  Lorg/eclipse/collections/api/block/function/Function0<+TV2;>;
            0    1     3  mutatingAggregator  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV2;-TV;>;
    Signature: <K2:Ljava/lang/Object;V2:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TK2;>;Lorg/eclipse/collections/api/block/function/Function0<+TV2;>;Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV2;-TV;>;)Lorg/eclipse/collections/api/map/MutableMap<TK2;TV2;>;
    MethodParameters:
                    Name  Flags
      groupBy             
      zeroValueFactory    
      mutatingAggregator  

  public <V1> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<V1> sumByInt(org.eclipse.collections.api.block.function.Function<? super V, ? extends V1>, org.eclipse.collections.api.block.function.primitive.IntFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.primitive.IntFunction function
         0: .line 691
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* groupBy */
            aload 2 /* function */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.sumByInt:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.IntFunction function
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1   groupBy  Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;
            0    1     2  function  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TV;>;
    Signature: <V1:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap<TV1;>;
    MethodParameters:
          Name  Flags
      groupBy   
      function  

  public <V1> org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<V1> sumByFloat(org.eclipse.collections.api.block.function.Function<? super V, ? extends V1>, org.eclipse.collections.api.block.function.primitive.FloatFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
         0: .line 697
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* groupBy */
            aload 2 /* function */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.sumByFloat:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1   groupBy  Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;
            0    1     2  function  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TV;>;
    Signature: <V1:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TV1;>;
    MethodParameters:
          Name  Flags
      groupBy   
      function  

  public <V1> org.eclipse.collections.api.map.primitive.MutableObjectLongMap<V1> sumByLong(org.eclipse.collections.api.block.function.Function<? super V, ? extends V1>, org.eclipse.collections.api.block.function.primitive.LongFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.primitive.LongFunction function
         0: .line 703
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* groupBy */
            aload 2 /* function */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.sumByLong:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.LongFunction function
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1   groupBy  Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;
            0    1     2  function  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TV;>;
    Signature: <V1:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap<TV1;>;
    MethodParameters:
          Name  Flags
      groupBy   
      function  

  public <V1> org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<V1> sumByDouble(org.eclipse.collections.api.block.function.Function<? super V, ? extends V1>, org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
         0: .line 709
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* groupBy */
            aload 2 /* function */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.sumByDouble:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    1     1   groupBy  Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;
            0    1     2  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TV;>;
    Signature: <V1:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TV;>;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap<TV1;>;
    MethodParameters:
          Name  Flags
      groupBy   
      function  

  public <S> org.eclipse.collections.api.set.MutableSet<S> selectInstancesOf(java.lang.Class<S>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.lang.Class clazz
         0: .line 715
            new org.eclipse.collections.impl.set.mutable.UnifiedSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:()V
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.set.MutableSet result
         1: .line 716
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            new org.eclipse.collections.impl.block.procedure.SelectInstancesOfProcedure
            dup
            aload 1 /* clazz */
            aload 2 /* result */
            invokespecial org.eclipse.collections.impl.block.procedure.SelectInstancesOfProcedure.<init>:(Ljava/lang/Class;Ljava/util/Collection;)V
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 717
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.MutableSet result
        end local 1 // java.lang.Class clazz
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    3     1   clazz  Ljava/lang/Class<TS;>;
            1    3     2  result  Lorg/eclipse/collections/api/set/MutableSet<TS;>;
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/api/set/MutableSet<TS;>;
    MethodParameters:
       Name  Flags
      clazz  

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.io.ObjectOutput out
         0: .line 722
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* out */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.writeExternal:(Ljava/io/ObjectOutput;)V
         1: .line 723
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    2     1   out  Ljava/io/ObjectOutput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void readExternal(java.io.ObjectInput);
    descriptor: (Ljava/io/ObjectInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
        start local 1 // java.io.ObjectInput in
         0: .line 727
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
         1: .line 728
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* in */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.readExternal:(Ljava/io/ObjectInput;)V
         2: .line 729
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            astore 2 /* inverseDelegate */
        start local 2 // org.eclipse.collections.impl.map.mutable.UnifiedMap inverseDelegate
         3: .line 730
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 2 /* inverseDelegate */
            invokedynamic value(Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              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:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap.lambda$4(Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
         4: .line 731
            aload 0 /* this */
            new org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse
            dup
            aload 2 /* inverseDelegate */
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse.<init>:(Ljava/util/Map;Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)V
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
         5: .line 732
            return
        end local 2 // org.eclipse.collections.impl.map.mutable.UnifiedMap inverseDelegate
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;
            0    6     1               in  Ljava/io/ObjectInput;
            3    6     2  inverseDelegate  Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TV;TK;>;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  public org.eclipse.collections.api.map.primitive.ObjectLongMap sumByInt(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectLongMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.sumByInt:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collectIf(org.eclipse.collections.api.block.predicate.Predicate, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.ImmutableMapIterable toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/map/ImmutableMapIterable;
    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.bimap.mutable.AbstractMutableBiMap.toImmutable:()Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/map/MutableMapIterable;
    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.bimap.mutable.AbstractMutableBiMap.newEmpty:()Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.MutableBiMap newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
    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.bimap.mutable.AbstractMutableBiMap.newEmpty:()Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable collectValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
    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.Function2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.BiMap collectValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/BiMap;
    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.Function2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable collectValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    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.Function2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.MutableBiMap collectValues(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    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.Function2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected org.eclipse.collections.api.map.MapIterable getDelegate();
    descriptor: ()Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.getDelegate:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable withKeyValue(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.withKeyValue:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    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.bimap.mutable.AbstractMutableBiMap.clone:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public org.eclipse.collections.api.RichIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    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.bimap.mutable.AbstractMutableBiMap.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/SetIterable;
    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.bimap.mutable.AbstractMutableBiMap.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    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.bimap.mutable.AbstractMutableBiMap.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)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 java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)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 java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)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 java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.CharIterable collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/CharIterable;
    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.CharFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableCharBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable withAllKeyValueArguments(org.eclipse.collections.api.tuple.Pair[]);
    descriptor: ([Lorg/eclipse/collections/api/tuple/Pair;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.tuple.Pair[]
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.withAllKeyValueArguments:([Lorg/eclipse/collections/api/tuple/Pair;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.IntIterable collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)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
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableIntBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.LongIterable collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/LongIterable;
    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.LongFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableLongBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ByteIterable collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/ByteIterable;
    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.ByteFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableByteBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.ObjectLongMap sumByLong(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectLongMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.sumByLong:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectLongMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.BiMap inverse();
    descriptor: ()Lorg/eclipse/collections/api/bimap/BiMap;
    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.bimap.mutable.AbstractMutableBiMap.inverse:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionIterable;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.set.PartitionUnsortedSet partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionUnsortedSet;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionMutableCollection partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
    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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable withoutKey(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.withoutKey:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/map/MutableMapIterable;
    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.bimap.mutable.AbstractMutableBiMap.asSynchronized:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/DoubleIterable;
    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.DoubleFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable reject(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/map/MapIterable;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.BiMap reject(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/BiMap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable reject(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.MutableBiMap reject(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.SetMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collectWith(org.eclipse.collections.api.block.function.Function2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable withAllKeyValues(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.withAllKeyValues:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable select(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/map/MapIterable;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.BiMap select(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/BiMap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable select(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.MutableBiMap select(org.eclipse.collections.api.block.predicate.Predicate2);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    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.predicate.Predicate2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ShortIterable collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/ShortIterable;
    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.ShortFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableShortBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)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.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/MapIterable;
    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.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.BiMap tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/BiMap;
    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.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    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.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable withoutAllKeys(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.withoutAllKeys:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.FloatIterable collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/FloatIterable;
    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.FloatFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableFloatBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.SetMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.ObjectDoubleMap sumByDouble(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.sumByDouble:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionIterable partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.set.PartitionUnsortedSet partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionUnsortedSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.ObjectDoubleMap sumByFloat(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/map/primitive/ObjectDoubleMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.sumByFloat:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/map/primitive/MutableObjectDoubleMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable aggregateBy(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function0, org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function0
            aload 3
            checkcast org.eclipse.collections.api.block.function.Function2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)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 java.lang.Class
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)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 java.lang.Class
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)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 java.lang.Class
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.BooleanIterable collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/BooleanIterable;
    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.BooleanFunction
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable collect(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
    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.Function2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collect:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.BiMap collect(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/BiMap;
    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.Function2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collect:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable collect(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    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.Function2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collect:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.MutableBiMap collect(org.eclipse.collections.api.block.function.Function2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
    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.Function2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.collect:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/MapIterable;
    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.bimap.mutable.AbstractMutableBiMap.flipUniqueValues:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.BiMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/bimap/BiMap;
    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.bimap.mutable.AbstractMutableBiMap.flipUniqueValues:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/MutableMapIterable;
    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.bimap.mutable.AbstractMutableBiMap.flipUniqueValues:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap flip();
    descriptor: ()Lorg/eclipse/collections/api/multimap/Multimap;
    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.bimap.mutable.AbstractMutableBiMap.flip:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.SetMultimap flip();
    descriptor: ()Lorg/eclipse/collections/api/multimap/set/SetMultimap;
    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.bimap.mutable.AbstractMutableBiMap.flip:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap flip();
    descriptor: ()Lorg/eclipse/collections/api/multimap/MutableMultimap;
    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.bimap.mutable.AbstractMutableBiMap.flip:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable aggregateInPlaceBy(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function0, org.eclipse.collections.api.block.procedure.Procedure2);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function0
            aload 3
            checkcast org.eclipse.collections.api.block.procedure.Procedure2
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.aggregateInPlaceBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected org.eclipse.collections.api.map.MapIterable getInverse();
    descriptor: ()Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.getInverse:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable groupByUniqueKey(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MapIterable;
    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.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bimap.BiMap groupByUniqueKey(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/BiMap;
    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.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable groupByUniqueKey(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMapIterable;
    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.Function
            invokevirtual org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MutableMapIterable asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/map/MutableMapIterable;
    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.bimap.mutable.AbstractMutableBiMap.asUnmodifiable:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(org.eclipse.collections.api.block.predicate.Predicate2, org.eclipse.collections.impl.bimap.mutable.HashBiMap, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 2 // java.lang.Object key
        start local 3 // java.lang.Object value
         0: .line 476
            aload 0
            aload 2 /* key */
            aload 3 /* value */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 2
         1: .line 478
            aload 1
            aload 2 /* key */
            aload 3 /* value */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.HashBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 480
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     2    key  TK;
            0    3     3  value  TV;

  private static void lambda$1(org.eclipse.collections.api.block.predicate.Predicate2, org.eclipse.collections.impl.bimap.mutable.HashBiMap, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 2 // java.lang.Object key
        start local 3 // java.lang.Object value
         0: .line 489
            aload 0
            aload 2 /* key */
            aload 3 /* value */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 2
         1: .line 491
            aload 1
            aload 2 /* key */
            aload 3 /* value */
            invokevirtual org.eclipse.collections.impl.bimap.mutable.HashBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 493
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     2    key  TK;
            0    3     3  value  TV;

  private static void lambda$2(org.eclipse.collections.api.block.function.Function2, org.eclipse.collections.impl.bimap.mutable.HashBiMap, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=4
        start local 2 // java.lang.Object key
        start local 3 // java.lang.Object value
         0: .line 502
            aload 0
            aload 2 /* key */
            aload 3 /* value */
            invokeinterface org.eclipse.collections.api.block.function.Function2.value:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.tuple.Pair
            astore 4 /* pair */
        start local 4 // org.eclipse.collections.api.tuple.Pair pair
         1: .line 503
            aload 1
            aload 4 /* pair */
            invokeinterface org.eclipse.collections.api.tuple.Pair.getOne:()Ljava/lang/Object;
            aload 4 /* pair */
            invokeinterface org.eclipse.collections.api.tuple.Pair.getTwo:()Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.HashBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // org.eclipse.collections.api.tuple.Pair pair
         2: .line 504
            return
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     2    key  TK;
            0    3     3  value  TV;
            1    2     4   pair  Lorg/eclipse/collections/api/tuple/Pair<TK2;TV2;>;

  private static void lambda$3(org.eclipse.collections.impl.bimap.mutable.HashBiMap, org.eclipse.collections.api.block.function.Function2, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=4, args_size=4
        start local 2 // java.lang.Object key
        start local 3 // java.lang.Object value
         0: .line 512
            aload 0
            aload 2 /* key */
            aload 1
            aload 2 /* key */
            aload 3 /* value */
            invokeinterface org.eclipse.collections.api.block.function.Function2.value:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.bimap.mutable.HashBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            return
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     2    key  TK;
            0    1     3  value  TV;

  private static void lambda$4(org.eclipse.collections.impl.map.mutable.UnifiedMap, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 730
            aload 0
            aload 2 /* value */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1    key  TK;
            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=12, 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 { // 5
          -1647345005: 1
          -1647345004: 2
          -1647345003: 3
          -1647345002: 4
          -1647345001: 5
              default: 6
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
            iconst_0
            istore 2
            goto 6
      StackMap locals:
      StackMap stack:
         2: aload 1
            ldc "lambda$1"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
            iconst_1
            istore 2
            goto 6
      StackMap locals:
      StackMap stack:
         3: aload 1
            ldc "lambda$2"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
            iconst_2
            istore 2
            goto 6
      StackMap locals:
      StackMap stack:
         4: aload 1
            ldc "lambda$3"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
            iconst_3
            istore 2
            goto 6
      StackMap locals:
      StackMap stack:
         5: aload 1
            ldc "lambda$4"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
            iconst_4
            istore 2
      StackMap locals:
      StackMap stack:
         6: iload 2
            lookupswitch { // 5
                    0: 7
                    1: 8
                    2: 9
                    3: 10
                    4: 11
              default: 12
          }
      StackMap locals:
      StackMap stack:
         7: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/Procedure2"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.bimap.mutable.HashBiMap
            invokedynamic value(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              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:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap.lambda$0(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         8: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/Procedure2"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.bimap.mutable.HashBiMap
            invokedynamic value(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              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:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap.lambda$1(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         9: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/Procedure2"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/block/function/Function2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.function.Function2
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.bimap.mutable.HashBiMap
            invokedynamic value(Lorg/eclipse/collections/api/block/function/Function2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              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:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap.lambda$2(Lorg/eclipse/collections/api/block/function/Function2;Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
        10: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/Procedure2"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.bimap.mutable.HashBiMap
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.function.Function2
            invokedynamic value(Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              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:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap.lambda$3(Lorg/eclipse/collections/impl/bimap/mutable/HashBiMap;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
        11: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/Procedure2"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 12
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.map.mutable.UnifiedMap
            invokedynamic value(Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              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:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap.lambda$4(Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
        12: 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
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/bimap/AbstractBiMap<TK;TV;>;Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
SourceFile: "AbstractMutableBiMap.java"
NestMembers:
  org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet  org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntry  org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator  org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator  org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse  org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet  org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private EntrySet = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
  private InternalIterator = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
  private Inverse = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
  private KeySet = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$KeySet of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
  private ValuesCollection = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$ValuesCollection of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap