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

  private transient org.eclipse.collections.impl.set.mutable.primitive.FloatHashSet deserialized;
    descriptor: Lorg/eclipse/collections/impl/set/mutable/primitive/FloatHashSet;
    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.AbstractMutableFloatKeySet$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.AbstractMutableFloatKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableFloatKeySet$SerRep;

  private void <init>(org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableFloatKeySet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet$SerRep this
        start local 1 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet 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.AbstractMutableFloatKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableFloatKeySet;
         2: .line 888
            return
        end local 1 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet original
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableFloatKeySet$SerRep;
            0    3     1  original  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableFloatKeySet;
    MethodParameters:
          Name  Flags
      original  

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet$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.AbstractMutableFloatKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableFloatKeySet;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet.size:()I
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         1: .line 894
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet$SerRep.original:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableFloatKeySet;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet.floatIterator:()Lorg/eclipse/collections/api/iterator/MutableFloatIterator;
            astore 2 /* it */
        start local 2 // org.eclipse.collections.api.iterator.FloatIterator it
         2: .line 895
            goto 4
         3: .line 897
      StackMap locals: org.eclipse.collections.api.iterator.FloatIterator
      StackMap stack:
            aload 1 /* out */
            aload 2 /* it */
            invokeinterface org.eclipse.collections.api.iterator.FloatIterator.next:()F
            invokeinterface java.io.ObjectOutput.writeFloat:(F)V
         4: .line 895
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface org.eclipse.collections.api.iterator.FloatIterator.hasNext:()Z
            ifne 3
         5: .line 899
            return
        end local 2 // org.eclipse.collections.api.iterator.FloatIterator it
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableFloatKeySet$SerRep;
            0    6     1   out  Ljava/io/ObjectOutput;
            2    6     2    it  Lorg/eclipse/collections/api/iterator/FloatIterator;
    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.AbstractMutableFloatKeySet$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.FloatHashSet
            dup
            iload 2 /* unread */
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.FloatHashSet.<init>:(I)V
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/FloatHashSet;
         2: .line 906
            goto 5
         3: .line 908
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/FloatHashSet;
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readFloat:()F
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.FloatHashSet.add:(F)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.AbstractMutableFloatKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableFloatKeySet$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.AbstractMutableFloatKeySet$SerRep this
         0: .line 915
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet$SerRep.deserialized:Lorg/eclipse/collections/impl/set/mutable/primitive/FloatHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet$SerRep this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableFloatKeySet$SerRep;
    Exceptions:
      throws java.io.ObjectStreamException
}
SourceFile: "AbstractMutableFloatKeySet.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet
InnerClasses:
  private SerRep = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet$SerRep of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableFloatKeySet