class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$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.AbstractMutableLongKeySet$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.AbstractMutableLongKeySet original;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongKeySet;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient org.eclipse.collections.impl.set.mutable.primitive.LongHashSet deserialized;
    descriptor: Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
    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.AbstractMutableLongKeySet$SerRep this
         0: .line 869
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 872
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongKeySet$SerRep;

  private void <init>(org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongKeySet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep this
        start local 1 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet original
         0: .line 874
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 876
            aload 0 /* this */
            aload 1 /* original */
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongKeySet;
         2: .line 877
            return
        end local 1 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet original
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongKeySet$SerRep;
            0    3     1  original  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongKeySet;
    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.AbstractMutableLongKeySet$SerRep this
        start local 1 // java.io.ObjectOutput out
         0: .line 882
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongKeySet;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet.size:()I
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         1: .line 883
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongKeySet;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet.longIterator:()Lorg/eclipse/collections/api/iterator/MutableLongIterator;
            astore 2 /* it */
        start local 2 // org.eclipse.collections.api.iterator.LongIterator it
         2: .line 884
            goto 4
         3: .line 886
      StackMap locals: org.eclipse.collections.api.iterator.LongIterator
      StackMap stack:
            aload 1 /* out */
            aload 2 /* it */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.next:()J
            invokeinterface java.io.ObjectOutput.writeLong:(J)V
         4: .line 884
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface org.eclipse.collections.api.iterator.LongIterator.hasNext:()Z
            ifne 3
         5: .line 888
            return
        end local 2 // org.eclipse.collections.api.iterator.LongIterator it
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongKeySet$SerRep;
            0    6     1   out  Ljava/io/ObjectOutput;
            2    6     2    it  Lorg/eclipse/collections/api/iterator/LongIterator;
    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.AbstractMutableLongKeySet$SerRep this
        start local 1 // java.io.ObjectInput in
         0: .line 893
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readInt:()I
            istore 2 /* unread */
        start local 2 // int unread
         1: .line 894
            aload 0 /* this */
            new org.eclipse.collections.impl.set.mutable.primitive.LongHashSet
            dup
            iload 2 /* unread */
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.<init>:(I)V
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
         2: .line 895
            goto 5
         3: .line 897
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readLong:()J
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.LongHashSet.add:(J)Z
            pop
         4: .line 898
            iinc 2 /* unread */ -1
         5: .line 895
      StackMap locals:
      StackMap stack:
            iload 2 /* unread */
            ifgt 3
         6: .line 900
            return
        end local 2 // int unread
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongKeySet$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.AbstractMutableLongKeySet$SerRep this
         0: .line 904
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/LongHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableLongKeySet$SerRep;
    Exceptions:
      throws java.io.ObjectStreamException
}
SourceFile: "AbstractMutableLongKeySet.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet
InnerClasses:
  private SerRep = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet$SerRep of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableLongKeySet