class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep implements java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private transient org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet original;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleKeySet;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet deserialized;
    descriptor: Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

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

  private void <init>(org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleKeySet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep this
        start local 1 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet original
         0: .line 885
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 887
            aload 0 /* this */
            aload 1 /* original */
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleKeySet;
         2: .line 888
            return
        end local 1 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet original
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleKeySet$SerRep;
            0    3     1  original  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleKeySet;
    MethodParameters:
          Name  Flags
      original  

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep this
        start local 1 // java.io.ObjectOutput out
         0: .line 893
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleKeySet;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet.size:()I
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         1: .line 894
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleKeySet;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet.doubleIterator:()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
            astore 2 /* it */
        start local 2 // org.eclipse.collections.api.iterator.DoubleIterator it
         2: .line 895
            goto 4
         3: .line 897
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            aload 1 /* out */
            aload 2 /* it */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokeinterface java.io.ObjectOutput.writeDouble:(D)V
         4: .line 895
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 3
         5: .line 899
            return
        end local 2 // org.eclipse.collections.api.iterator.DoubleIterator it
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleKeySet$SerRep;
            0    6     1   out  Ljava/io/ObjectOutput;
            2    6     2    it  Lorg/eclipse/collections/api/iterator/DoubleIterator;
    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=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep this
        start local 1 // java.io.ObjectInput in
         0: .line 904
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readInt:()I
            istore 2 /* unread */
        start local 2 // int unread
         1: .line 905
            aload 0 /* this */
            new org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet
            dup
            iload 2 /* unread */
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.<init>:(I)V
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
         2: .line 906
            goto 5
         3: .line 908
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readDouble:()D
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.add:(D)Z
            pop
         4: .line 909
            iinc 2 /* unread */ -1
         5: .line 906
      StackMap locals:
      StackMap stack:
            iload 2 /* unread */
            ifgt 3
         6: .line 911
            return
        end local 2 // int unread
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleKeySet$SerRep;
            0    7     1      in  Ljava/io/ObjectInput;
            1    7     2  unread  I
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    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.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep this
         0: .line 915
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleKeySet$SerRep;
    Exceptions:
      throws java.io.ObjectStreamException
}
SourceFile: "AbstractMutableDoubleKeySet.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet
InnerClasses:
  private SerRep = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet$SerRep of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleKeySet