class org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse<K, V> extends org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap<K, V> implements java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse
  super_class: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse this
         0: .line 1278
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.<init>:(Ljava/util/Map;Ljava/util/Map;)V
         1: .line 1279
            return
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$Inverse<TK;TV;>;

  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: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse this
        start local 1 // java.util.Map delegate
        start local 2 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap inverse
         0: .line 1283
            aload 0 /* this */
            aload 1 /* delegate */
            aload 2 /* inverse */
            invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.<init>:(Ljava/util/Map;Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)V
         1: .line 1284
            return
        end local 2 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap inverse
        end local 1 // java.util.Map delegate
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$Inverse<TK;TV;>;
            0    2     1  delegate  Ljava/util/Map<TK;TV;>;
            0    2     2   inverse  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  
      inverse   
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;Ljava/io/Externalizable;
SourceFile: "AbstractMutableBiMap.java"
NestHost: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
InnerClasses:
  private Inverse = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap