final class org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy<T> extends org.eclipse.collections.impl.set.immutable.AbstractImmutableSet<T> implements java.io.Serializable, org.eclipse.collections.impl.parallel.BatchIterable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy
  super_class: org.eclipse.collections.impl.set.immutable.AbstractImmutableSet
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> delegate;
    descriptor: Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;

  private void <init>(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T>);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy delegate
         0: .line 34
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.immutable.AbstractImmutableSet.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
         2: .line 37
            return
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy delegate
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
            0    3     1  delegate  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;)V
    MethodParameters:
          Name  Flags
      delegate  

  public static <T> org.eclipse.collections.api.set.ImmutableSet<T> newSetWith(org.eclipse.collections.api.block.HashingStrategy<? super T>, T[]);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;[Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        start local 1 // java.lang.Object[] elements
         0: .line 41
            new org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy
            dup
            aload 0 /* hashingStrategy */
            aload 1 /* elements */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSetWith:(Lorg/eclipse/collections/api/block/HashingStrategy;[Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokespecial org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
            areturn
        end local 1 // java.lang.Object[] elements
        end local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
            0    1     1         elements  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;[TT;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
    MethodParameters:
                 Name  Flags
      hashingStrategy  
      elements         

  public static <T> org.eclipse.collections.api.set.ImmutableSet<T> newSet(org.eclipse.collections.api.block.HashingStrategy<? super T>, java.lang.Iterable<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        start local 1 // java.lang.Iterable iterable
         0: .line 46
            new org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy
            dup
            aload 0 /* hashingStrategy */
            aload 1 /* iterable */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSet:(Lorg/eclipse/collections/api/block/HashingStrategy;Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokespecial org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
            areturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
            0    1     1         iterable  Ljava/lang/Iterable<+TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
    MethodParameters:
                 Name  Flags
      hashingStrategy  
      iterable         

  public static <T> org.eclipse.collections.api.set.ImmutableSet<T> newSet(org.eclipse.collections.api.block.HashingStrategy<? super T>, int);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;I)Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        start local 1 // int capacity
         0: .line 51
            new org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy
            dup
            aload 0 /* hashingStrategy */
            iload 1 /* capacity */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSet:(Lorg/eclipse/collections/api/block/HashingStrategy;I)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokespecial org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
            areturn
        end local 1 // int capacity
        end local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
            0    1     1         capacity  I
    Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;I)Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;
    MethodParameters:
                 Name  Flags
      hashingStrategy  
      capacity         

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
         0: .line 57
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object other
         0: .line 63
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            aload 1 /* other */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
            0    1     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
         0: .line 69
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashCode:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object object
         0: .line 75
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            aload 1 /* object */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
            0    1     1  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  

  public java.util.Iterator<T> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
         0: .line 81
            new org.eclipse.collections.impl.UnmodifiableIteratorAdapter
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.iterator:()Ljava/util/Iterator;
            invokespecial org.eclipse.collections.impl.UnmodifiableIteratorAdapter.<init>:(Ljava/util/Iterator;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;

  public T getFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
         0: .line 87
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.getFirst:()Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
    Signature: ()TT;

  public T getLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
         0: .line 93
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.getLast:()Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
    Signature: ()TT;

  public T getOnly();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
         0: .line 99
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.getOnly:()Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
    Signature: ()TT;

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 105
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         1: .line 106
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public int getBatchCount(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
        start local 1 // int batchSize
         0: .line 111
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            iload 1 /* batchSize */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.getBatchCount:(I)I
            ireturn
        end local 1 // int batchSize
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
            0    1     1  batchSize  I
    MethodParameters:
           Name  Flags
      batchSize  

  public void batchForEach(org.eclipse.collections.api.block.procedure.Procedure<? super T>, int, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        start local 2 // int sectionIndex
        start local 3 // int sectionCount
         0: .line 117
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            aload 1 /* procedure */
            iload 2 /* sectionIndex */
            iload 3 /* sectionCount */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.batchForEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
         1: .line 118
            return
        end local 3 // int sectionCount
        end local 2 // int sectionIndex
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
            0    2     1     procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
            0    2     2  sectionIndex  I
            0    2     3  sectionCount  I
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;II)V
    MethodParameters:
              Name  Flags
      procedure     
      sectionIndex  
      sectionCount  

  private java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
         0: .line 122
            new org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:()Lorg/eclipse/collections/api/block/HashingStrategy;
            invokespecial org.eclipse.collections.impl.set.strategy.immutable.ImmutableSetWithHashingStrategySerializationProxy.<init>:(Lorg/eclipse/collections/api/set/ImmutableSet;Lorg/eclipse/collections/api/block/HashingStrategy;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;

  public org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> asParallel(java.util.concurrent.ExecutorService, int);
    descriptor: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
        start local 1 // java.util.concurrent.ExecutorService executorService
        start local 2 // int batchSize
         0: .line 128
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.delegate:Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            aload 1 /* executorService */
            iload 2 /* batchSize */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.asParallel:(Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
            areturn
        end local 2 // int batchSize
        end local 1 // java.util.concurrent.ExecutorService executorService
        end local 0 // org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/eclipse/collections/impl/set/strategy/immutable/ImmutableUnifiedSetWithHashingStrategy<TT;>;
            0    1     1  executorService  Ljava/util/concurrent/ExecutorService;
            0    1     2        batchSize  I
    Signature: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable<TT;>;
    MethodParameters:
                 Name  Flags
      executorService  
      batchSize        

  public org.eclipse.collections.api.set.ParallelSetIterable asParallel(java.util.concurrent.ExecutorService, int);
    descriptor: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            iload 2
            invokevirtual org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategy.asParallel:(Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/set/immutable/AbstractImmutableSet<TT;>;Ljava/io/Serializable;Lorg/eclipse/collections/impl/parallel/BatchIterable<TT;>;
SourceFile: "ImmutableUnifiedSetWithHashingStrategy.java"