class org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy<T> implements java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy
  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.ImmutableSet<T> set;
    descriptor: Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;

  private org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy;
    descriptor: Lorg/eclipse/collections/api/block/HashingStrategy;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;

  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.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            return
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy<TT;>;

  void <init>(org.eclipse.collections.api.set.ImmutableSet<T>, org.eclipse.collections.api.block.HashingStrategy<? super T>);
    descriptor: (Lorg/eclipse/collections/api/set/ImmutableSet;Lorg/eclipse/collections/api/block/HashingStrategy;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy this
        start local 1 // org.eclipse.collections.api.set.ImmutableSet set
        start local 2 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* set */
            putfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.set:Lorg/eclipse/collections/api/set/ImmutableSet;
         2: .line 38
            aload 0 /* this */
            aload 2 /* hashingStrategy */
            putfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
         3: .line 39
            return
        end local 2 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        end local 1 // org.eclipse.collections.api.set.ImmutableSet set
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy<TT;>;
            0    4     1              set  Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
            0    4     2  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
    Signature: (Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;)V
    MethodParameters:
                 Name  Flags
      set              
      hashingStrategy  

  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.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy this
        start local 1 // java.io.ObjectOutput out
         0: .line 44
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 45
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.set:Lorg/eclipse/collections/api/set/ImmutableSet;
            invokeinterface org.eclipse.collections.api.set.ImmutableSet.size:()I
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         2: .line 48
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.set:Lorg/eclipse/collections/api/set/ImmutableSet;
            new org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy$1
            dup
            aload 0 /* this */
            aload 1 /* out */
            invokespecial org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy$1.<init>:(Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy;Ljava/io/ObjectOutput;)V
            invokeinterface org.eclipse.collections.api.set.ImmutableSet.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         3: .line 55
            goto 8
         4: .line 56
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 2 /* e */
        start local 2 // java.lang.RuntimeException e
         5: .line 58
            aload 2 /* e */
            invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
            instanceof java.io.IOException
            ifeq 7
         6: .line 60
            aload 2 /* e */
            invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
            checkcast java.io.IOException
            athrow
         7: .line 62
      StackMap locals: java.lang.RuntimeException
      StackMap stack:
            aload 2 /* e */
            athrow
        end local 2 // java.lang.RuntimeException e
         8: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy<TT;>;
            0    9     1   out  Ljava/io/ObjectOutput;
            5    8     2     e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           2     3       4  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=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy this
        start local 1 // java.io.ObjectInput in
         0: .line 69
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.HashingStrategy
            astore 2 /* strategy */
        start local 2 // org.eclipse.collections.api.block.HashingStrategy strategy
         1: .line 70
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readInt:()I
            istore 3 /* size */
        start local 3 // int size
         2: .line 71
            aload 2 /* strategy */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSet:(Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            astore 4 /* deserializedSet */
        start local 4 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy deserializedSet
         3: .line 73
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 75
      StackMap locals: org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy java.io.ObjectInput org.eclipse.collections.api.block.HashingStrategy int org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy int
      StackMap stack:
            aload 4 /* deserializedSet */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.put:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 73
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 3 /* size */
            if_icmplt 5
        end local 5 // int i
         8: .line 78
            aload 0 /* this */
            aload 4 /* deserializedSet */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
            putfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.set:Lorg/eclipse/collections/api/set/ImmutableSet;
         9: .line 79
            return
        end local 4 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy deserializedSet
        end local 3 // int size
        end local 2 // org.eclipse.collections.api.block.HashingStrategy strategy
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy<TT;>;
            0   10     1               in  Ljava/io/ObjectInput;
            1   10     2         strategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
            2   10     3             size  I
            3   10     4  deserializedSet  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            4    8     5                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.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy this
         0: .line 83
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.set:Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableSetWithHashingStrategySerializationProxy<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Externalizable;
SourceFile: "ImmutableSetWithHashingStrategySerializationProxy.java"
NestMembers:
  org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy$1
InnerClasses:
  org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy$1