final class org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap<K, V> extends org.eclipse.collections.impl.bimap.immutable.AbstractImmutableBiMap<K, V> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap
  super_class: org.eclipse.collections.impl.bimap.immutable.AbstractImmutableBiMap
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  void <init>(org.eclipse.collections.api.map.ImmutableMap<K, V>, org.eclipse.collections.api.map.ImmutableMap<V, K>);
    descriptor: (Lorg/eclipse/collections/api/map/ImmutableMap;Lorg/eclipse/collections/api/map/ImmutableMap;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap this
        start local 1 // org.eclipse.collections.api.map.ImmutableMap map
        start local 2 // org.eclipse.collections.api.map.ImmutableMap inverse
         0: .line 23
            aload 0 /* this */
            aload 1 /* map */
            aload 2 /* inverse */
            invokespecial org.eclipse.collections.impl.bimap.immutable.AbstractImmutableBiMap.<init>:(Lorg/eclipse/collections/api/map/ImmutableMap;Lorg/eclipse/collections/api/map/ImmutableMap;)V
         1: .line 24
            return
        end local 2 // org.eclipse.collections.api.map.ImmutableMap inverse
        end local 1 // org.eclipse.collections.api.map.ImmutableMap map
        end local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/bimap/immutable/ImmutableHashBiMap<TK;TV;>;
            0    2     1      map  Lorg/eclipse/collections/api/map/ImmutableMap<TK;TV;>;
            0    2     2  inverse  Lorg/eclipse/collections/api/map/ImmutableMap<TV;TK;>;
    Signature: (Lorg/eclipse/collections/api/map/ImmutableMap<TK;TV;>;Lorg/eclipse/collections/api/map/ImmutableMap<TV;TK;>;)V
    MethodParameters:
         Name  Flags
      map      
      inverse  

  private java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap this
         0: .line 28
            new org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy.<init>:(Lorg/eclipse/collections/api/bimap/ImmutableBiMap;)V
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/immutable/ImmutableHashBiMap<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/bimap/immutable/AbstractImmutableBiMap<TK;TV;>;Ljava/io/Serializable;
SourceFile: "ImmutableHashBiMap.java"