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

  private org.eclipse.collections.api.bimap.ImmutableBiMap<K, V> biMap;
    descriptor: Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/eclipse/collections/api/bimap/ImmutableBiMap<TK;TV;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            return
        end local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/bimap/immutable/ImmutableBiMapSerializationProxy<TK;TV;>;

  void <init>(org.eclipse.collections.api.bimap.ImmutableBiMap<K, V>);
    descriptor: (Lorg/eclipse/collections/api/bimap/ImmutableBiMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy this
        start local 1 // org.eclipse.collections.api.bimap.ImmutableBiMap biMap
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* biMap */
            putfield org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy.biMap:Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
         2: .line 38
            return
        end local 1 // org.eclipse.collections.api.bimap.ImmutableBiMap biMap
        end local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/bimap/immutable/ImmutableBiMapSerializationProxy<TK;TV;>;
            0    3     1  biMap  Lorg/eclipse/collections/api/bimap/ImmutableBiMap<TK;TV;>;
    Signature: (Lorg/eclipse/collections/api/bimap/ImmutableBiMap<TK;TV;>;)V
    MethodParameters:
       Name  Flags
      biMap  

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy this
        start local 1 // java.io.ObjectOutput out
         0: .line 43
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy.biMap:Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
            invokeinterface org.eclipse.collections.api.bimap.ImmutableBiMap.size:()I
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         1: .line 46
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy.biMap:Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
            new org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy$1
            dup
            aload 0 /* this */
            aload 1 /* out */
            invokespecial org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy$1.<init>:(Lorg/eclipse/collections/impl/bimap/immutable/ImmutableBiMapSerializationProxy;Ljava/io/ObjectOutput;)V
            invokeinterface org.eclipse.collections.api.bimap.ImmutableBiMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
         2: .line 54
            goto 7
         3: .line 55
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 2 /* e */
        start local 2 // java.lang.RuntimeException e
         4: .line 57
            aload 2 /* e */
            invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
            instanceof java.io.IOException
            ifeq 6
         5: .line 59
            aload 2 /* e */
            invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
            checkcast java.io.IOException
            athrow
         6: .line 61
      StackMap locals: java.lang.RuntimeException
      StackMap stack:
            aload 2 /* e */
            athrow
        end local 2 // java.lang.RuntimeException e
         7: .line 63
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/collections/impl/bimap/immutable/ImmutableBiMapSerializationProxy<TK;TV;>;
            0    8     1   out  Ljava/io/ObjectOutput;
            4    7     2     e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.RuntimeException
    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=3, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy this
        start local 1 // java.io.ObjectInput in
         0: .line 68
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readInt:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 69
            new org.eclipse.collections.impl.bimap.mutable.HashBiMap
            dup
            iload 2 /* size */
            invokespecial org.eclipse.collections.impl.bimap.mutable.HashBiMap.<init>:(I)V
            astore 3 /* deserializedBiMap */
        start local 3 // org.eclipse.collections.api.bimap.MutableBiMap deserializedBiMap
         2: .line 71
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 73
      StackMap locals: int org.eclipse.collections.api.bimap.MutableBiMap int
      StackMap stack:
            aload 3 /* deserializedBiMap */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 6
         5: .line 75
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         6: .line 71
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 2 /* size */
            if_icmplt 4
        end local 4 // int i
         8: .line 79
            aload 0 /* this */
            aload 3 /* deserializedBiMap */
            invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.toImmutable:()Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
            putfield org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy.biMap:Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
         9: .line 80
            return
        end local 3 // org.eclipse.collections.api.bimap.MutableBiMap deserializedBiMap
        end local 2 // int size
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lorg/eclipse/collections/impl/bimap/immutable/ImmutableBiMapSerializationProxy<TK;TV;>;
            0   10     1                 in  Ljava/io/ObjectInput;
            1   10     2               size  I
            2   10     3  deserializedBiMap  Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
            3    8     4                  i  I
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  protected java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy this
         0: .line 84
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy.biMap:Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
            areturn
        end local 0 // org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/immutable/ImmutableBiMapSerializationProxy<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Externalizable;
SourceFile: "ImmutableBiMapSerializationProxy.java"
NestMembers:
  org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy$1
InnerClasses:
  org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy$1