public final class org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy implements java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy
  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.set.primitive.DoubleSet set;
    descriptor: Lorg/eclipse/collections/api/set/primitive/DoubleSet;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(org.eclipse.collections.api.set.primitive.DoubleSet);
    descriptor: (Lorg/eclipse/collections/api/set/primitive/DoubleSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy this
        start local 1 // org.eclipse.collections.api.set.primitive.DoubleSet set
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* set */
            putfield org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy.set:Lorg/eclipse/collections/api/set/primitive/DoubleSet;
         2: .line 43
            return
        end local 1 // org.eclipse.collections.api.set.primitive.DoubleSet set
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/set/immutable/primitive/ImmutableDoubleSetSerializationProxy;
            0    3     1   set  Lorg/eclipse/collections/api/set/primitive/DoubleSet;
    MethodParameters:
      Name  Flags
      set   

  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.set.immutable.primitive.ImmutableDoubleSetSerializationProxy this
        start local 1 // java.io.ObjectOutput out
         0: .line 48
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy.set:Lorg/eclipse/collections/api/set/primitive/DoubleSet;
            invokeinterface org.eclipse.collections.api.set.primitive.DoubleSet.size:()I
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         1: .line 51
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy.set:Lorg/eclipse/collections/api/set/primitive/DoubleSet;
            new org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy$1
            dup
            aload 0 /* this */
            aload 1 /* out */
            invokespecial org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy$1.<init>:(Lorg/eclipse/collections/impl/set/immutable/primitive/ImmutableDoubleSetSerializationProxy;Ljava/io/ObjectOutput;)V
            invokeinterface org.eclipse.collections.api.set.primitive.DoubleSet.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         2: .line 59
            goto 7
         3: .line 60
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 2 /* e */
        start local 2 // java.lang.RuntimeException e
         4: .line 62
            aload 2 /* e */
            invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
            instanceof java.io.IOException
            ifeq 6
         5: .line 64
            aload 2 /* e */
            invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
            checkcast java.io.IOException
            athrow
         6: .line 66
      StackMap locals: java.lang.RuntimeException
      StackMap stack:
            aload 2 /* e */
            athrow
        end local 2 // java.lang.RuntimeException e
         7: .line 68
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/collections/impl/set/immutable/primitive/ImmutableDoubleSetSerializationProxy;
            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   final

  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.set.immutable.primitive.ImmutableDoubleSetSerializationProxy this
        start local 1 // java.io.ObjectInput in
         0: .line 73
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readInt:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 74
            new org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet
            dup
            iload 2 /* size */
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.<init>:(I)V
            astore 3 /* deserializedSet */
        start local 3 // org.eclipse.collections.api.set.primitive.MutableDoubleSet deserializedSet
         2: .line 76
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 78
      StackMap locals: int org.eclipse.collections.api.set.primitive.MutableDoubleSet int
      StackMap stack:
            aload 3 /* deserializedSet */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readDouble:()D
            invokeinterface org.eclipse.collections.api.set.primitive.MutableDoubleSet.add:(D)Z
            pop
         5: .line 76
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 2 /* size */
            if_icmplt 4
        end local 4 // int i
         7: .line 81
            aload 0 /* this */
            aload 3 /* deserializedSet */
            putfield org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy.set:Lorg/eclipse/collections/api/set/primitive/DoubleSet;
         8: .line 82
            return
        end local 3 // org.eclipse.collections.api.set.primitive.MutableDoubleSet deserializedSet
        end local 2 // int size
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/eclipse/collections/impl/set/immutable/primitive/ImmutableDoubleSetSerializationProxy;
            0    9     1               in  Ljava/io/ObjectInput;
            1    9     2             size  I
            2    9     3  deserializedSet  Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            3    7     4                i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy this
         0: .line 86
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy.set:Lorg/eclipse/collections/api/set/primitive/DoubleSet;
            invokeinterface org.eclipse.collections.api.set.primitive.DoubleSet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
        end local 0 // org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/immutable/primitive/ImmutableDoubleSetSerializationProxy;
}
SourceFile: "ImmutableDoubleSetSerializationProxy.java"
NestMembers:
  org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy$1
InnerClasses:
  org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetSerializationProxy$1