public class org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> extends org.eclipse.collections.impl.set.AbstractUnifiedSet<T> implements java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
  super_class: org.eclipse.collections.impl.set.AbstractUnifiedSet
{
  protected static final java.lang.Object NULL_KEY;
    descriptor: Ljava/lang/Object;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected transient java.lang.Object[] table;
    descriptor: [Ljava/lang/Object;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient int occupied;
    descriptor: I
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 63
            ldc Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.$assertionsDisabled:Z
         3: .line 67
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$1
            dup
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$1.<init>:()V
            putstatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.NULL_KEY:Ljava/lang/Object;
         4: .line 88
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.mutable.UnifiedSetWithHashingStrategy this
         0: .line 101
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.AbstractUnifiedSet.<init>:()V
         1: .line 103
            return
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void <init>(org.eclipse.collections.api.block.HashingStrategy<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
         0: .line 105
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.AbstractUnifiedSet.<init>:()V
         1: .line 107
            aload 1 /* hashingStrategy */
            ifnonnull 3
         2: .line 109
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot Instantiate UnifiedSetWithHashingStrategy with null HashingStrategy"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 111
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy org.eclipse.collections.api.block.HashingStrategy
      StackMap stack:
            aload 0 /* this */
            aload 1 /* hashingStrategy */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
         4: .line 112
            aload 0 /* this */
            bipush 16
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.allocate:(I)I
            pop
         5: .line 113
            return
        end local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    6     1  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;)V
    MethodParameters:
                 Name  Flags
      hashingStrategy  

  public void <init>(org.eclipse.collections.api.block.HashingStrategy<? super T>, );
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        start local 2 // int initialCapacity
         0: .line 117
            aload 0 /* this */
            aload 1 /* hashingStrategy */
            iload 2 /* initialCapacity */
            ldc 0.75
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/api/block/HashingStrategy;IF)V
         1: .line 118
            return
        end local 2 // int initialCapacity
        end local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    2     1  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
            0    2     2  initialCapacity  I
    Signature: (Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;I)V
    MethodParameters:
                 Name  Flags
      hashingStrategy  
      initialCapacity  

  public void <init>(org.eclipse.collections.api.block.HashingStrategy<? super T>, int, );
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        start local 2 // int initialCapacity
        start local 3 // float loadFactor
         0: .line 120
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.AbstractUnifiedSet.<init>:()V
         1: .line 122
            iload 2 /* initialCapacity */
            ifge 3
         2: .line 124
            new java.lang.IllegalArgumentException
            dup
            ldc "initial capacity cannot be less than 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 126
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy org.eclipse.collections.api.block.HashingStrategy int float
      StackMap stack:
            fload 3 /* loadFactor */
            f2d
            dconst_0
            dcmpg
            ifgt 5
         4: .line 128
            new java.lang.IllegalArgumentException
            dup
            ldc "load factor cannot be less than or equal to 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 130
      StackMap locals:
      StackMap stack:
            fload 3 /* loadFactor */
            f2d
            dconst_1
            dcmpl
            ifle 7
         6: .line 132
            new java.lang.IllegalArgumentException
            dup
            ldc "load factor cannot be greater than 1"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* hashingStrategy */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
         8: .line 136
            aload 0 /* this */
            fload 3 /* loadFactor */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.loadFactor:F
         9: .line 137
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* initialCapacity */
            i2f
            fload 3 /* loadFactor */
            fdiv
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.fastCeil:(F)I
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.init:(I)I
            pop
        10: .line 138
            return
        end local 3 // float loadFactor
        end local 2 // int initialCapacity
        end local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   11     1  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
            0   11     2  initialCapacity  I
            0   11     3       loadFactor  F
    Signature: (Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;IF)V
    MethodParameters:
                 Name  Flags
      hashingStrategy  
      initialCapacity  
      loadFactor       

  public void <init>(org.eclipse.collections.api.block.HashingStrategy<? super T>, java.util.Collection<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        start local 2 // java.util.Collection collection
         0: .line 142
            aload 0 /* this */
            aload 1 /* hashingStrategy */
            aload 2 /* collection */
            invokeinterface java.util.Collection.size:()I
            bipush 8
            invokestatic java.lang.Math.max:(II)I
            ldc 0.75
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/api/block/HashingStrategy;IF)V
         1: .line 143
            aload 0 /* this */
            aload 2 /* collection */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 144
            return
        end local 2 // java.util.Collection collection
        end local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    3     1  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
            0    3     2       collection  Ljava/util/Collection<+TT;>;
    Signature: (Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;Ljava/util/Collection<+TT;>;)V
    MethodParameters:
                 Name  Flags
      hashingStrategy  
      collection       

  public void <init>(org.eclipse.collections.api.block.HashingStrategy<? super T>, org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T>);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy set
         0: .line 146
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.AbstractUnifiedSet.<init>:()V
         1: .line 148
            aload 0 /* this */
            aload 1 /* hashingStrategy */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
         2: .line 149
            aload 0 /* this */
            aload 2 /* set */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
         3: .line 150
            aload 0 /* this */
            aload 2 /* set */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.loadFactor:F
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.loadFactor:F
         4: .line 151
            aload 0 /* this */
            aload 2 /* set */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
         5: .line 152
            aload 0 /* this */
            aload 2 /* set */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.allocateTable:(I)V
         6: .line 154
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 15
         8: .line 156
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy org.eclipse.collections.api.block.HashingStrategy org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy int
      StackMap stack:
            aload 2 /* set */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* key */
        start local 4 // java.lang.Object key
         9: .line 157
            aload 4 /* key */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 12
        10: .line 159
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 3 /* i */
            aload 4 /* key */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.copy:()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            aastore
        11: .line 160
            goto 14
        12: .line 161
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* key */
            ifnull 14
        13: .line 163
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 3 /* i */
            aload 4 /* key */
            aastore
        end local 4 // java.lang.Object key
        14: .line 154
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            aload 2 /* set */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 8
        end local 3 // int i
        16: .line 166
            return
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy set
        end local 1 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   17     0             this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   17     1  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
            0   17     2              set  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            7   16     3                i  I
            9   14     4              key  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;)V
    MethodParameters:
                 Name  Flags
      hashingStrategy  
      set              

  public static <K> org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<K> newSet(org.eclipse.collections.api.block.HashingStrategy<? super K>);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
         0: .line 170
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            dup
            aload 0 /* hashingStrategy */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/api/block/HashingStrategy;)V
            areturn
        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<-TK;>;
    Signature: <K:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/HashingStrategy<-TK;>;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TK;>;
    MethodParameters:
                 Name  Flags
      hashingStrategy  

  public static <K> org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<K> newSet(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<K>);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy set
         0: .line 175
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            dup
            aload 0 /* set */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            aload 0 /* set */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/api/block/HashingStrategy;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy set
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   set  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TK;>;
    Signature: <K:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TK;>;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TK;>;
    MethodParameters:
      Name  Flags
      set   

  public static <K> org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<K> newSet(org.eclipse.collections.api.block.HashingStrategy<? super K>, int);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;I)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    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 size
         0: .line 180
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            dup
            aload 0 /* hashingStrategy */
            iload 1 /* size */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/api/block/HashingStrategy;I)V
            areturn
        end local 1 // int size
        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<-TK;>;
            0    1     1             size  I
    Signature: <K:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/HashingStrategy<-TK;>;I)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TK;>;
    MethodParameters:
                 Name  Flags
      hashingStrategy  
      size             

  public static <K> org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<K> newSet(org.eclipse.collections.api.block.HashingStrategy<? super K>, java.lang.Iterable<? extends K>);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        start local 1 // java.lang.Iterable source
         0: .line 185
            aload 1 /* source */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            ifeq 2
         1: .line 187
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            dup
            aload 0 /* hashingStrategy */
            aload 1 /* source */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/api/block/HashingStrategy;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
            areturn
         2: .line 189
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            instanceof java.util.Collection
            ifeq 4
         3: .line 191
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            dup
            aload 0 /* hashingStrategy */
            aload 1 /* source */
            checkcast java.util.Collection
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/api/block/HashingStrategy;Ljava/util/Collection;)V
            areturn
         4: .line 193
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            ifnonnull 6
         5: .line 195
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         6: .line 197
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            instanceof org.eclipse.collections.api.RichIterable
            ifeq 8
         7: .line 198
            aload 0 /* hashingStrategy */
            aload 1 /* source */
            checkcast org.eclipse.collections.api.RichIterable
            invokeinterface org.eclipse.collections.api.RichIterable.size:()I
            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;
            goto 9
         8: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* hashingStrategy */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSet:(Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
         9: .line 197
      StackMap locals:
      StackMap stack: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            astore 2 /* result */
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy result
        10: .line 200
            aload 1 /* source */
            invokestatic org.eclipse.collections.impl.block.factory.Procedures2.addToCollection:()Lorg/eclipse/collections/api/block/procedure/Procedure2;
            aload 2 /* result */
            invokestatic org.eclipse.collections.impl.utility.Iterate.forEachWith:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
        11: .line 201
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy result
        end local 1 // java.lang.Iterable source
        end local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TK;>;
            0   12     1           source  Ljava/lang/Iterable<+TK;>;
           10   12     2           result  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TK;>;
    Signature: <K:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/HashingStrategy<-TK;>;Ljava/lang/Iterable<+TK;>;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TK;>;
    MethodParameters:
                 Name  Flags
      hashingStrategy  
      source           

  public static <K> org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<K> newSet(org.eclipse.collections.api.block.HashingStrategy<? super K>, int, float);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;IF)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        start local 1 // int size
        start local 2 // float loadFactor
         0: .line 206
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            dup
            aload 0 /* hashingStrategy */
            iload 1 /* size */
            fload 2 /* loadFactor */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/api/block/HashingStrategy;IF)V
            areturn
        end local 2 // float loadFactor
        end local 1 // int size
        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<-TK;>;
            0    1     1             size  I
            0    1     2       loadFactor  F
    Signature: <K:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/HashingStrategy<-TK;>;IF)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TK;>;
    MethodParameters:
                 Name  Flags
      hashingStrategy  
      size             
      loadFactor       

  public static <K> org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<K> newSetWith(org.eclipse.collections.api.block.HashingStrategy<? super K>, K[]);
    descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;[Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
        start local 1 // java.lang.Object[] elements
         0: .line 211
            aload 0 /* hashingStrategy */
            aload 1 /* elements */
            arraylength
            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;
            astore 2 /* set */
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy set
         1: .line 212
            aload 2 /* set */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.with:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy set
        end local 1 // java.lang.Object[] elements
        end local 0 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0  hashingStrategy  Lorg/eclipse/collections/api/block/HashingStrategy<-TK;>;
            0    2     1         elements  [Ljava/lang/Object;
            1    2     2              set  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TK;>;
    Signature: <K:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/HashingStrategy<-TK;>;[TK;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TK;>;
    MethodParameters:
                 Name  Flags
      hashingStrategy  
      elements         

  public org.eclipse.collections.api.block.HashingStrategy<? super T> hashingStrategy();
    descriptor: ()Lorg/eclipse/collections/api/block/HashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
         0: .line 217
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    Signature: ()Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;

  private int fastCeil(float);
    descriptor: (F)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // float v
         0: .line 222
            fload 1 /* v */
            f2i
            istore 2 /* possibleResult */
        start local 2 // int possibleResult
         1: .line 223
            fload 1 /* v */
            iload 2 /* possibleResult */
            i2f
            fsub
            fconst_0
            fcmpl
            ifle 3
         2: .line 225
            iinc 2 /* possibleResult */ 1
         3: .line 227
      StackMap locals: int
      StackMap stack:
            iload 2 /* possibleResult */
            ireturn
        end local 2 // int possibleResult
        end local 1 // float v
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    4     1               v  F
            1    4     2  possibleResult  I
    MethodParameters:
      Name  Flags
      v     

  protected java.lang.Object[] getTable();
    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.mutable.UnifiedSetWithHashingStrategy this
         0: .line 233
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;

  protected void allocateTable(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // int sizeToAllocate
         0: .line 239
            aload 0 /* this */
            iload 1 /* sizeToAllocate */
            anewarray java.lang.Object
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
         1: .line 240
            return
        end local 1 // int sizeToAllocate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    2     1  sizeToAllocate  I
    MethodParameters:
                Name  Flags
      sizeToAllocate  

  protected int index();
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
         0: .line 247
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            aload 1 /* key */
            invokeinterface org.eclipse.collections.api.block.HashingStrategy.computeHashCode:(Ljava/lang/Object;)I
            istore 2 /* h */
        start local 2 // int h
         1: .line 248
            iload 2 /* h */
            iload 2 /* h */
            bipush 20
            iushr
            iload 2 /* h */
            bipush 12
            iushr
            ixor
            ixor
            istore 2 /* h */
         2: .line 249
            iload 2 /* h */
            iload 2 /* h */
            bipush 7
            iushr
            iload 2 /* h */
            iconst_4
            iushr
            ixor
            ixor
            istore 2 /* h */
         3: .line 250
            iload 2 /* h */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            iconst_1
            isub
            iand
            ireturn
        end local 2 // int h
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    4     1   key  TT;
            1    4     2     h  I
    Signature: (TT;)I
    MethodParameters:
      Name  Flags
      key   

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
         0: .line 256
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            ifne 2
         1: .line 258
            return
         2: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
         3: .line 261
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            astore 1 /* set */
        start local 1 // java.lang.Object[] set
         4: .line 263
            aload 1 /* set */
            arraylength
            istore 2 /* i */
        start local 2 // int i
         5: goto 7
         6: .line 265
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 1 /* set */
            iload 2 /* i */
            aconst_null
            aastore
         7: .line 263
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iinc 2 /* i */ -1
            ifgt 6
        end local 2 // int i
         8: .line 267
            return
        end local 1 // java.lang.Object[] set
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            4    9     1   set  [Ljava/lang/Object;
            5    8     2     i  I

  public boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
         0: .line 272
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 273
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 274
            aload 3 /* cur */
            ifnonnull 7
         3: .line 276
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         4: .line 277
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 6
         5: .line 279
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
         6: .line 281
      StackMap locals: int java.lang.Object
      StackMap stack:
            iconst_1
            ireturn
         7: .line 283
      StackMap locals:
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifne 8
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* index */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedAdd:(Ljava/lang/Object;I)Z
            ireturn
         9: .line 287
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // java.lang.Object cur
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   10     1    key  TT;
            1   10     2  index  I
            2   10     3    cur  Ljava/lang/Object;
    Signature: (TT;)Z
    MethodParameters:
      Name  Flags
      key   

  public T addOrReplace();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
         0: .line 292
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 293
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 294
            aload 3 /* cur */
            ifnonnull 7
         3: .line 296
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         4: .line 297
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 6
         5: .line 299
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
         6: .line 301
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 1 /* key */
            areturn
         7: .line 303
      StackMap locals:
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 9
         8: .line 305
            aload 0 /* this */
            aload 1 /* key */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            iload 2 /* index */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedAddOrReplace:(Ljava/lang/Object;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;I)Ljava/lang/Object;
            areturn
         9: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        10: .line 309
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
        11: .line 310
            aload 3 /* cur */
            areturn
        12: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* index */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedAdd:(Ljava/lang/Object;I)Z
            pop
        13: .line 313
            aload 1 /* key */
            areturn
        end local 3 // java.lang.Object cur
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   14     1    key  TT;
            1   14     2  index  I
            2   14     3    cur  Ljava/lang/Object;
    Signature: (TT;)TT;
    MethodParameters:
      Name  Flags
      key   

  private boolean chainedAdd(T, );
    descriptor: (Ljava/lang/Object;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
        start local 2 // int index
         0: .line 318
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* realKey */
        start local 3 // java.lang.Object realKey
         1: .line 319
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 31
         2: .line 321
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 4 /* bucket */
        start local 4 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         3: .line 324
      StackMap locals: java.lang.Object org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 5
         4: .line 326
            iconst_0
            ireturn
         5: .line 328
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 10
         6: .line 330
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
         7: .line 331
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 9
         8: .line 333
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
         9: .line 335
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        10: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        11: .line 339
            iconst_0
            ireturn
        12: .line 341
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 17
        13: .line 343
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        14: .line 344
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 16
        15: .line 346
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        16: .line 348
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        17: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 19
        18: .line 352
            iconst_0
            ireturn
        19: .line 354
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 22
        20: .line 356
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 4 /* bucket */
        21: .line 357
            goto 3
        22: .line 359
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 27
        23: .line 361
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        24: .line 362
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 26
        25: .line 364
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        26: .line 366
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        27: .line 368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 29
        28: .line 370
            iconst_0
            ireturn
        29: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            aload 3 /* realKey */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.appendNewChainedBucket:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;)V
        30: .line 373
            iconst_1
            ireturn
        end local 4 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        31: .line 377
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            aload 3 /* realKey */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            astore 4 /* newBucket */
        start local 4 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket newBucket
        32: .line 378
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 4 /* newBucket */
            aastore
        33: .line 379
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 35
        34: .line 381
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        35: .line 383
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket newBucket
        end local 3 // java.lang.Object realKey
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   36     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   36     1        key  TT;
            0   36     2      index  I
            1   36     3    realKey  Ljava/lang/Object;
            3   31     4     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
           32   36     4  newBucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    Signature: (TT;I)Z
    MethodParameters:
       Name  Flags
      key    
      index  

  private void appendNewChainedBucket(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // java.lang.Object o
         0: .line 388
            aload 1 /* bucket */
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            dup
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* o */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
         1: .line 389
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 3
         2: .line 391
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
         3: .line 393
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object o
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    4     1  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0    4     2       o  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      bucket  
      o       

  protected void rehash(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // int newCapacity
         0: .line 398
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            istore 2 /* oldLength */
        start local 2 // int oldLength
         1: .line 399
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            astore 3 /* old */
        start local 3 // java.lang.Object[] old
         2: .line 400
            aload 0 /* this */
            iload 1 /* newCapacity */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.allocate:(I)I
            pop
         3: .line 401
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
         4: .line 403
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 26
         6: .line 405
      StackMap locals: int java.lang.Object[] int
      StackMap stack:
            aload 3 /* old */
            iload 4 /* i */
            aaload
            astore 5 /* oldKey */
        start local 5 // java.lang.Object oldKey
         7: .line 406
            aload 5 /* oldKey */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 23
         8: .line 408
            aload 5 /* oldKey */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 6 /* bucket */
        start local 6 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         9: .line 411
      StackMap locals: java.lang.Object org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            ifnull 11
        10: .line 413
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
        11: .line 415
      StackMap locals:
      StackMap stack:
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 13
        12: .line 417
            goto 25
        13: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
        14: .line 420
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 16
        15: .line 422
            goto 25
        16: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
        17: .line 425
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnull 25
        18: .line 427
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 21
        19: .line 429
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 6 /* bucket */
        20: .line 430
            goto 9
        21: .line 432
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        22: .line 437
            goto 25
        23: .line 438
      StackMap locals:
      StackMap stack:
            aload 5 /* oldKey */
            ifnull 25
        24: .line 440
            aload 0 /* this */
            aload 0 /* this */
            aload 5 /* oldKey */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // java.lang.Object oldKey
        25: .line 403
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 4 /* i */
            iload 2 /* oldLength */
            if_icmplt 6
        end local 4 // int i
        27: .line 443
            return
        end local 3 // java.lang.Object[] old
        end local 2 // int oldLength
        end local 1 // int newCapacity
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   28     0         this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   28     1  newCapacity  I
            1   28     2    oldLength  I
            2   28     3          old  [Ljava/lang/Object;
            5   27     4            i  I
            7   25     5       oldKey  Ljava/lang/Object;
            9   22     6       bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    MethodParameters:
             Name  Flags
      newCapacity  

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
         0: .line 448
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 449
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 450
            aload 3 /* cur */
            ifnonnull 4
         3: .line 452
            iconst_0
            ireturn
         4: .line 454
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         5: .line 456
            aload 0 /* this */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainContains:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;)Z
            ireturn
         6: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 3 // java.lang.Object cur
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    7     1    key  Ljava/lang/Object;
            1    7     2  index  I
            2    7     3    cur  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  private boolean chainContains(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, );
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // java.lang.Object key
         0: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 2
         1: .line 467
            iconst_1
            ireturn
         2: .line 469
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 471
            iconst_0
            ireturn
         4: .line 473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         5: .line 475
            iconst_1
            ireturn
         6: .line 477
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         7: .line 479
            iconst_0
            ireturn
         8: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         9: .line 483
            iconst_1
            ireturn
        10: .line 485
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 12
        11: .line 487
            iconst_0
            ireturn
        12: .line 489
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 15
        13: .line 491
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
        14: .line 492
            goto 0
        15: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object key
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   16     1  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   16     2     key  TT;
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;TT;)Z
    MethodParameters:
        Name  Flags
      bucket  
      key     

  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=3, locals=10, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        start local 2 // int sectionIndex
        start local 3 // int sectionCount
         0: .line 502
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            astore 4 /* set */
        start local 4 // java.lang.Object[] set
         1: .line 503
            aload 4 /* set */
            arraylength
            iload 3 /* sectionCount */
            idiv
            istore 5 /* sectionSize */
        start local 5 // int sectionSize
         2: .line 504
            iload 5 /* sectionSize */
            iload 2 /* sectionIndex */
            imul
            istore 6 /* start */
        start local 6 // int start
         3: .line 505
            iload 2 /* sectionIndex */
            iload 3 /* sectionCount */
            iconst_1
            isub
            if_icmpne 4
            aload 4 /* set */
            arraylength
            goto 5
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
         4: iload 6 /* start */
            iload 5 /* sectionSize */
            iadd
      StackMap locals:
      StackMap stack: int
         5: istore 7 /* end */
        start local 7 // int end
         6: .line 506
            iload 6 /* start */
            istore 8 /* i */
        start local 8 // int i
         7: goto 15
         8: .line 508
      StackMap locals: int int
      StackMap stack:
            aload 4 /* set */
            iload 8 /* i */
            aaload
            astore 9 /* cur */
        start local 9 // java.lang.Object cur
         9: .line 509
            aload 9 /* cur */
            ifnull 14
        10: .line 511
            aload 9 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 13
        11: .line 513
            aload 0 /* this */
            aload 9 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedForEach:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
        12: .line 514
            goto 14
        13: .line 517
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* procedure */
            aload 0 /* this */
            aload 9 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
        end local 9 // java.lang.Object cur
        14: .line 506
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 8 /* i */
            iload 7 /* end */
            if_icmplt 8
        end local 8 // int i
        16: .line 521
            return
        end local 7 // int end
        end local 6 // int start
        end local 5 // int sectionSize
        end local 4 // java.lang.Object[] set
        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.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   17     1     procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
            0   17     2  sectionIndex  I
            0   17     3  sectionCount  I
            1   17     4           set  [Ljava/lang/Object;
            2   17     5   sectionSize  I
            3   17     6         start  I
            6   17     7           end  I
            7   16     8             i  I
            9   14     9           cur  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;II)V
    MethodParameters:
              Name  Flags
      procedure     
      sectionIndex  
      sectionCount  

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

  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=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 533
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 9
         2: .line 535
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         3: .line 536
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         4: .line 538
            aload 0 /* this */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedForEach:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         5: .line 539
            goto 8
         6: .line 540
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            ifnull 8
         7: .line 542
            aload 1 /* procedure */
            aload 0 /* this */
            aload 3 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
        end local 3 // java.lang.Object cur
         8: .line 533
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
        end local 2 // int i
        10: .line 545
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   11     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
            1   10     2          i  I
            3    8     3        cur  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  private void chainedForEach(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 551
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         1: .line 552
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 554
            return
         3: .line 556
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         4: .line 557
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 559
            return
         6: .line 561
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         7: .line 562
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 564
            return
         9: .line 566
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 12
        10: .line 568
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
        11: .line 569
            goto 0
        12: .line 571
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
        13: .line 572
            return
        end local 2 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   14     1     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   14     2  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
           Name  Flags
      bucket     
      procedure  

  public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 580
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 9
         2: .line 582
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* cur */
        start local 4 // java.lang.Object cur
         3: .line 583
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         4: .line 585
            aload 0 /* this */
            aload 4 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* procedure */
            aload 2 /* parameter */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedForEachWith:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
         5: .line 586
            goto 8
         6: .line 587
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 8
         7: .line 589
            aload 1 /* procedure */
            aload 0 /* this */
            aload 4 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 4 // java.lang.Object cur
         8: .line 580
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
        end local 3 // int i
        10: .line 592
            return
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   11     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
            0   11     2  parameter  TP;
            1   10     3          i  I
            3    8     4        cur  Ljava/lang/Object;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      procedure  
      parameter  

  private <P> void chainedForEachWith(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 3 // java.lang.Object parameter
         0: .line 601
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 3 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 602
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 604
            return
         3: .line 606
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 3 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 607
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 609
            return
         6: .line 611
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 3 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         7: .line 612
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 614
            return
         9: .line 616
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 12
        10: .line 618
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
        11: .line 619
            goto 0
        12: .line 621
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 3 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
        13: .line 622
            return
        end local 3 // java.lang.Object parameter
        end local 2 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   14     1     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   14     2  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
            0   14     3  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      bucket     
      procedure  
      parameter  

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 630
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 631
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 633
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* cur */
        start local 4 // java.lang.Object cur
         4: .line 634
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 7
         5: .line 636
            aload 0 /* this */
            aload 4 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* objectIntProcedure */
            iload 2 /* count */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedForEachWithIndex:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;I)I
            istore 2 /* count */
         6: .line 637
            goto 9
         7: .line 638
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 9
         8: .line 640
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            aload 4 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            iload 2 /* count */
            iinc 2 /* count */ 1
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
        end local 4 // java.lang.Object cur
         9: .line 631
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 3 // int i
        11: .line 643
            return
        end local 2 // int count
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   12     0                this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   12     1  objectIntProcedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
            1   12     2               count  I
            2   11     3                   i  I
            4    9     4                 cur  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;)V
    MethodParameters:
                    Name  Flags
      objectIntProcedure  

  private int chainedForEachWithIndex(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>, );
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure procedure
        start local 3 // int count
         0: .line 649
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            iload 3 /* count */
            iinc 3 /* count */ 1
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         1: .line 650
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 652
            iload 3 /* count */
            ireturn
         3: .line 654
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            iload 3 /* count */
            iinc 3 /* count */ 1
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         4: .line 655
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 657
            iload 3 /* count */
            ireturn
         6: .line 659
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            iload 3 /* count */
            iinc 3 /* count */ 1
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         7: .line 660
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 662
            iload 3 /* count */
            ireturn
         9: .line 664
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 12
        10: .line 666
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
        11: .line 667
            goto 0
        12: .line 669
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            iload 3 /* count */
            iinc 3 /* count */ 1
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
        13: .line 670
            iload 3 /* count */
            ireturn
        end local 3 // int count
        end local 2 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure procedure
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   14     1     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   14     2  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
            0   14     3      count  I
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;I)I
    MethodParameters:
           Name  Flags
      bucket     
      procedure  
      count      

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> newEmpty();
    descriptor: ()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
         0: .line 678
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSet:(Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> newEmpty(int);
    descriptor: (I)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // int size
         0: .line 684
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            iload 1 /* size */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.loadFactor:F
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSet:(Lorg/eclipse/collections/api/block/HashingStrategy;IF)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    1     1  size  I
    Signature: (I)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
      Name  Flags
      size  

  public T getFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
         0: .line 690
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 8
         2: .line 692
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 1 /* i */
            aaload
            astore 2 /* cur */
        start local 2 // java.lang.Object cur
         3: .line 693
            aload 2 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 5
         4: .line 695
            aload 0 /* this */
            aload 2 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         5: .line 697
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* cur */
            ifnull 7
         6: .line 699
            aload 0 /* this */
            aload 2 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object cur
         7: .line 690
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 1 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
        end local 1 // int i
         9: .line 702
            aconst_null
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            1    9     1     i  I
            3    7     2   cur  Ljava/lang/Object;
    Signature: ()TT;

  public T getLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
         0: .line 708
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            iconst_1
            isub
            istore 1 /* i */
        start local 1 // int i
         1: goto 8
         2: .line 710
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 1 /* i */
            aaload
            astore 2 /* cur */
        start local 2 // java.lang.Object cur
         3: .line 711
            aload 2 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 5
         4: .line 713
            aload 0 /* this */
            aload 2 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.getLast:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)Ljava/lang/Object;
            areturn
         5: .line 715
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* cur */
            ifnull 7
         6: .line 717
            aload 0 /* this */
            aload 2 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object cur
         7: .line 708
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ -1
      StackMap locals:
      StackMap stack:
         8: iload 1 /* i */
            ifge 2
        end local 1 // int i
         9: .line 720
            aconst_null
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            1    9     1     i  I
            3    7     2   cur  Ljava/lang/Object;
    Signature: ()TT;

  private T getLast(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         0: .line 725
            goto 2
         1: .line 727
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
         2: .line 725
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifne 1
         3: .line 730
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnull 5
         4: .line 732
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         5: .line 734
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnull 7
         6: .line 736
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         7: .line 738
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnull 9
         8: .line 740
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         9: .line 742
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.$assertionsDisabled:Z
            ifne 10
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 10
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 743
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   11     1  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)TT;
    MethodParameters:
        Name  Flags
      bucket  

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 749
            aload 0 /* this */
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newEmpty:()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 757
            aload 0 /* this */
            aload 1 /* predicate */
            aload 2 /* parameter */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newEmpty:()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> reject(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 763
            aload 0 /* this */
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newEmpty:()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 771
            aload 0 /* this */
            aload 1 /* predicate */
            aload 2 /* parameter */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newEmpty:()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public <P> org.eclipse.collections.api.tuple.Twin<org.eclipse.collections.api.list.MutableList<T>> selectAndRejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/tuple/Twin;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 779
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
            astore 3 /* positiveResult */
        start local 3 // org.eclipse.collections.api.list.MutableList positiveResult
         1: .line 780
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
            astore 4 /* negativeResult */
        start local 4 // org.eclipse.collections.api.list.MutableList negativeResult
         2: .line 781
            aload 0 /* this */
            aload 1 /* predicate */
            aload 3 /* positiveResult */
            aload 4 /* negativeResult */
            invokedynamic value(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.lambda$0(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            aload 2 /* parameter */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.forEachWith:(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
         3: .line 782
            aload 3 /* positiveResult */
            aload 4 /* negativeResult */
            invokestatic org.eclipse.collections.impl.tuple.Tuples.twin:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/tuple/Twin;
            areturn
        end local 4 // org.eclipse.collections.api.list.MutableList negativeResult
        end local 3 // org.eclipse.collections.api.list.MutableList positiveResult
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    4     1       predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    4     2       parameter  TP;
            1    4     3  positiveResult  Lorg/eclipse/collections/api/list/MutableList<TT;>;
            2    4     4  negativeResult  Lorg/eclipse/collections/api/list/MutableList<TT;>;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/tuple/Twin<Lorg/eclipse/collections/api/list/MutableList<TT;>;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.partition.set.PartitionMutableSet<T> partition(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 788
            new org.eclipse.collections.impl.partition.set.strategy.PartitionUnifiedSetWithHashingStrategy
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            invokespecial org.eclipse.collections.impl.partition.set.strategy.PartitionUnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/api/block/HashingStrategy;)V
            astore 2 /* partitionMutableSet */
        start local 2 // org.eclipse.collections.api.partition.set.PartitionMutableSet partitionMutableSet
         1: .line 789
            aload 0 /* this */
            new org.eclipse.collections.impl.block.procedure.PartitionProcedure
            dup
            aload 1 /* predicate */
            aload 2 /* partitionMutableSet */
            invokespecial org.eclipse.collections.impl.block.procedure.PartitionProcedure.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/partition/PartitionMutableCollection;)V
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 790
            aload 2 /* partitionMutableSet */
            areturn
        end local 2 // org.eclipse.collections.api.partition.set.PartitionMutableSet partitionMutableSet
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    3     1            predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            1    3     2  partitionMutableSet  Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TT;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.partition.set.PartitionMutableSet<T> partitionWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 796
            new org.eclipse.collections.impl.partition.set.strategy.PartitionUnifiedSetWithHashingStrategy
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            invokespecial org.eclipse.collections.impl.partition.set.strategy.PartitionUnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/api/block/HashingStrategy;)V
            astore 3 /* partitionMutableSet */
        start local 3 // org.eclipse.collections.api.partition.set.PartitionMutableSet partitionMutableSet
         1: .line 797
            aload 0 /* this */
            new org.eclipse.collections.impl.block.procedure.PartitionPredicate2Procedure
            dup
            aload 1 /* predicate */
            aload 2 /* parameter */
            aload 3 /* partitionMutableSet */
            invokespecial org.eclipse.collections.impl.block.procedure.PartitionPredicate2Procedure.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Lorg/eclipse/collections/api/partition/PartitionMutableCollection;)V
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 798
            aload 3 /* partitionMutableSet */
            areturn
        end local 3 // org.eclipse.collections.api.partition.set.PartitionMutableSet partitionMutableSet
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    3     1            predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    3     2            parameter  TP;
            1    3     3  partitionMutableSet  Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TT;>;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public <S> org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<S> selectInstancesOf(java.lang.Class<S>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Class clazz
         0: .line 804
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newEmpty:()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy result
         1: .line 805
            aload 0 /* this */
            new org.eclipse.collections.impl.block.procedure.SelectInstancesOfProcedure
            dup
            aload 1 /* clazz */
            aload 2 /* result */
            invokespecial org.eclipse.collections.impl.block.procedure.SelectInstancesOfProcedure.<init>:(Ljava/lang/Class;Ljava/util/Collection;)V
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 806
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy result
        end local 1 // java.lang.Class clazz
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    3     1   clazz  Ljava/lang/Class<TS;>;
            1    3     2  result  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TS;>;
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TS;>;
    MethodParameters:
       Name  Flags
      clazz  

  protected T detect(org.eclipse.collections.api.block.predicate.Predicate<? super T>, int, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;II)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // int start
        start local 3 // int end
         0: .line 812
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         1: goto 12
         2: .line 814
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 4 /* i */
            aaload
            astore 5 /* cur */
        start local 5 // java.lang.Object cur
         3: .line 815
            aload 5 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 7
         4: .line 817
            aload 0 /* this */
            aload 5 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedDetect:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
            astore 6 /* chainedDetect */
        start local 6 // java.lang.Object chainedDetect
         5: .line 818
            aload 6 /* chainedDetect */
            ifnull 11
         6: .line 820
            aload 0 /* this */
            aload 6 /* chainedDetect */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 6 // java.lang.Object chainedDetect
         7: .line 823
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* cur */
            ifnull 11
         8: .line 825
            aload 0 /* this */
            aload 5 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* each */
        start local 6 // java.lang.Object each
         9: .line 826
            aload 1 /* predicate */
            aload 6 /* each */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 828
            aload 6 /* each */
            areturn
        end local 6 // java.lang.Object each
        end local 5 // java.lang.Object cur
        11: .line 812
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            iload 3 /* end */
            if_icmplt 2
        end local 4 // int i
        13: .line 832
            aconst_null
            areturn
        end local 3 // int end
        end local 2 // int start
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   14     1      predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0   14     2          start  I
            0   14     3            end  I
            1   13     4              i  I
            3   11     5            cur  Ljava/lang/Object;
            5    7     6  chainedDetect  Ljava/lang/Object;
            9   11     6           each  TT;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;II)TT;
    MethodParameters:
           Name  Flags
      predicate  
      start      
      end        

  protected java.util.Optional<T> detectOptional(org.eclipse.collections.api.block.predicate.Predicate<? super T>, int, int);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;II)Ljava/util/Optional;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // int start
        start local 3 // int end
         0: .line 838
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         1: goto 12
         2: .line 840
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 4 /* i */
            aaload
            astore 5 /* cur */
        start local 5 // java.lang.Object cur
         3: .line 841
            aload 5 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 7
         4: .line 843
            aload 0 /* this */
            aload 5 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedDetect:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
            astore 6 /* chainedDetect */
        start local 6 // java.lang.Object chainedDetect
         5: .line 844
            aload 6 /* chainedDetect */
            ifnull 11
         6: .line 846
            aload 0 /* this */
            aload 6 /* chainedDetect */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
            areturn
        end local 6 // java.lang.Object chainedDetect
         7: .line 849
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* cur */
            ifnull 11
         8: .line 851
            aload 0 /* this */
            aload 5 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* each */
        start local 6 // java.lang.Object each
         9: .line 852
            aload 1 /* predicate */
            aload 6 /* each */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 854
            aload 6 /* each */
            invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
            areturn
        end local 6 // java.lang.Object each
        end local 5 // java.lang.Object cur
        11: .line 838
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            iload 3 /* end */
            if_icmplt 2
        end local 4 // int i
        13: .line 858
            invokestatic java.util.Optional.empty:()Ljava/util/Optional;
            areturn
        end local 3 // int end
        end local 2 // int start
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   14     1      predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0   14     2          start  I
            0   14     3            end  I
            1   13     4              i  I
            3   11     5            cur  Ljava/lang/Object;
            5    7     6  chainedDetect  Ljava/lang/Object;
            9   11     6           each  TT;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;II)Ljava/util/Optional<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      start      
      end        

  private  chainedDetect(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 865
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 867
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            areturn
         2: .line 869
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 871
            aconst_null
            areturn
         4: .line 873
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 875
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            areturn
         6: .line 877
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         7: .line 879
            aconst_null
            areturn
         8: .line 881
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 883
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            areturn
        10: .line 885
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 12
        11: .line 887
            aconst_null
            areturn
        12: .line 889
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 15
        13: .line 891
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
        14: .line 892
            goto 0
        15: .line 894
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 17
        16: .line 896
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            areturn
        17: .line 898
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   18     1     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   18     2  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      bucket     
      predicate  

  protected boolean shortCircuit(org.eclipse.collections.api.block.predicate.Predicate<? super T>, boolean, boolean, boolean, int, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;ZZZII)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=10, args_size=7
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // boolean expected
        start local 3 // boolean onShortCircuit
        start local 4 // boolean atEnd
        start local 5 // int start
        start local 6 // int end
         0: .line 912
            iload 5 /* start */
            istore 7 /* i */
        start local 7 // int i
         1: goto 11
         2: .line 914
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 7 /* i */
            aaload
            astore 8 /* cur */
        start local 8 // java.lang.Object cur
         3: .line 915
            aload 8 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         4: .line 917
            aload 0 /* this */
            aload 8 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* predicate */
            iload 2 /* expected */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedShortCircuit:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;Z)Z
            ifeq 10
         5: .line 919
            iload 3 /* onShortCircuit */
            ireturn
         6: .line 922
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 8 /* cur */
            ifnull 10
         7: .line 924
            aload 0 /* this */
            aload 8 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 9 /* each */
        start local 9 // java.lang.Object each
         8: .line 925
            aload 1 /* predicate */
            aload 9 /* each */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            iload 2 /* expected */
            if_icmpne 10
         9: .line 927
            iload 3 /* onShortCircuit */
            ireturn
        end local 9 // java.lang.Object each
        end local 8 // java.lang.Object cur
        10: .line 912
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 7 /* i */
            iload 6 /* end */
            if_icmplt 2
        end local 7 // int i
        12: .line 931
            iload 4 /* atEnd */
            ireturn
        end local 6 // int end
        end local 5 // int start
        end local 4 // boolean atEnd
        end local 3 // boolean onShortCircuit
        end local 2 // boolean expected
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   13     1       predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0   13     2        expected  Z
            0   13     3  onShortCircuit  Z
            0   13     4           atEnd  Z
            0   13     5           start  I
            0   13     6             end  I
            1   12     7               i  I
            3   10     8             cur  Ljava/lang/Object;
            8   10     9            each  TT;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;ZZZII)Z
    MethodParameters:
                Name  Flags
      predicate       
      expected        
      onShortCircuit  
      atEnd           
      start           
      end             

  private boolean chainedShortCircuit(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, org.eclipse.collections.api.block.predicate.Predicate<? super T>, );
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 3 // boolean expected
         0: .line 941
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            iload 3 /* expected */
            if_icmpne 2
         1: .line 943
            iconst_1
            ireturn
         2: .line 945
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 947
            iconst_0
            ireturn
         4: .line 949
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            iload 3 /* expected */
            if_icmpne 6
         5: .line 951
            iconst_1
            ireturn
         6: .line 953
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         7: .line 955
            iconst_0
            ireturn
         8: .line 957
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            iload 3 /* expected */
            if_icmpne 10
         9: .line 959
            iconst_1
            ireturn
        10: .line 961
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 12
        11: .line 963
            iconst_0
            ireturn
        12: .line 965
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 15
        13: .line 967
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
        14: .line 968
            goto 0
        15: .line 970
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            iload 3 /* expected */
            if_icmpne 16
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        16: iconst_0
            ireturn
        end local 3 // boolean expected
        end local 2 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   17     1     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   17     2  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0   17     3   expected  Z
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Z)Z
    MethodParameters:
           Name  Flags
      bucket     
      predicate  
      expected   

  protected <P> boolean shortCircuitWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, boolean, boolean, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;ZZZ)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=9, args_size=6
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate2
        start local 2 // java.lang.Object parameter
        start local 3 // boolean expected
        start local 4 // boolean onShortCircuit
        start local 5 // boolean atEnd
         0: .line 983
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         1: goto 11
         2: .line 985
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 6 /* i */
            aaload
            astore 7 /* cur */
        start local 7 // java.lang.Object cur
         3: .line 986
            aload 7 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         4: .line 988
            aload 0 /* this */
            aload 7 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* predicate2 */
            aload 2 /* parameter */
            iload 3 /* expected */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedShortCircuitWith:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Z)Z
            ifeq 10
         5: .line 990
            iload 4 /* onShortCircuit */
            ireturn
         6: .line 993
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 7 /* cur */
            ifnull 10
         7: .line 995
            aload 0 /* this */
            aload 7 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 8 /* each */
        start local 8 // java.lang.Object each
         8: .line 996
            aload 1 /* predicate2 */
            aload 8 /* each */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            iload 3 /* expected */
            if_icmpne 10
         9: .line 998
            iload 4 /* onShortCircuit */
            ireturn
        end local 8 // java.lang.Object each
        end local 7 // java.lang.Object cur
        10: .line 983
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
        end local 6 // int i
        12: .line 1002
            iload 5 /* atEnd */
            ireturn
        end local 5 // boolean atEnd
        end local 4 // boolean onShortCircuit
        end local 3 // boolean expected
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate2
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   13     1      predicate2  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   13     2       parameter  TP;
            0   13     3        expected  Z
            0   13     4  onShortCircuit  Z
            0   13     5           atEnd  Z
            1   12     6               i  I
            3   10     7             cur  Ljava/lang/Object;
            8   10     8            each  TT;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;ZZZ)Z
    MethodParameters:
                Name  Flags
      predicate2      
      parameter       
      expected        
      onShortCircuit  
      atEnd           

  private <P> boolean chainedShortCircuitWith(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, );
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 3 // java.lang.Object parameter
        start local 4 // boolean expected
         0: .line 1013
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 3 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            iload 4 /* expected */
            if_icmpne 2
         1: .line 1015
            iconst_1
            ireturn
         2: .line 1017
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 1019
            iconst_0
            ireturn
         4: .line 1021
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 3 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            iload 4 /* expected */
            if_icmpne 6
         5: .line 1023
            iconst_1
            ireturn
         6: .line 1025
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         7: .line 1027
            iconst_0
            ireturn
         8: .line 1029
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 3 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            iload 4 /* expected */
            if_icmpne 10
         9: .line 1031
            iconst_1
            ireturn
        10: .line 1033
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 12
        11: .line 1035
            iconst_0
            ireturn
        12: .line 1037
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 15
        13: .line 1039
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
        14: .line 1040
            goto 0
        15: .line 1042
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 3 /* parameter */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            iload 4 /* expected */
            if_icmpne 16
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        16: iconst_0
            ireturn
        end local 4 // boolean expected
        end local 3 // java.lang.Object parameter
        end local 2 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   17     1     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   17     2  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   17     3  parameter  TP;
            0   17     4   expected  Z
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;Z)Z
    MethodParameters:
           Name  Flags
      bucket     
      predicate  
      parameter  
      expected   

  public org.eclipse.collections.api.LazyIterable<T> lazySelect(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 1053
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.asLazy:()Lorg/eclipse/collections/api/LazyIterable;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.LazyIterable.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/LazyIterable;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/LazyIterable<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.LazyIterable<T> lazyReject(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 1062
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.asLazy:()Lorg/eclipse/collections/api/LazyIterable;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.LazyIterable.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/LazyIterable;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/LazyIterable<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.LazyIterable<V> lazyCollect(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 1071
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.asLazy:()Lorg/eclipse/collections/api/LazyIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.LazyIterable.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/LazyIterable;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/LazyIterable<TV;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.set.ImmutableSet<T> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
         0: .line 1077
            getstatic org.eclipse.collections.impl.factory.HashingStrategySets.immutable:Lorg/eclipse/collections/api/factory/set/strategy/ImmutableHashingStrategySetFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.set.strategy.ImmutableHashingStrategySetFactory.withAll:(Lorg/eclipse/collections/api/block/HashingStrategy;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    Signature: ()Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> with(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object element
         0: .line 1083
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1084
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    2     1  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> with(T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object element1
        start local 2 // java.lang.Object element2
         0: .line 1089
            aload 0 /* this */
            aload 1 /* element1 */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1090
            aload 0 /* this */
            aload 2 /* element2 */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1091
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object element2
        end local 1 // java.lang.Object element1
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    3     1  element1  TT;
            0    3     2  element2  TT;
    Signature: (TT;TT;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
          Name  Flags
      element1  
      element2  

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> with(T, T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object element1
        start local 2 // java.lang.Object element2
        start local 3 // java.lang.Object element3
         0: .line 1096
            aload 0 /* this */
            aload 1 /* element1 */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1097
            aload 0 /* this */
            aload 2 /* element2 */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1098
            aload 0 /* this */
            aload 3 /* element3 */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         3: .line 1099
            aload 0 /* this */
            areturn
        end local 3 // java.lang.Object element3
        end local 2 // java.lang.Object element2
        end local 1 // java.lang.Object element1
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    4     1  element1  TT;
            0    4     2  element2  TT;
            0    4     3  element3  TT;
    Signature: (TT;TT;TT;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
          Name  Flags
      element1  
      element2  
      element3  

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> with(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object[] elements
         0: .line 1104
            aload 0 /* this */
            aload 1 /* elements */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.addAll:(Ljava/util/Collection;)Z
            pop
         1: .line 1105
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object[] elements
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    2     1  elements  [Ljava/lang/Object;
    Signature: ([TT;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> withAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Iterable iterable
         0: .line 1111
            aload 0 /* this */
            aload 1 /* iterable */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.addAllIterable:(Ljava/lang/Iterable;)Z
            pop
         1: .line 1112
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    2     1  iterable  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
          Name  Flags
      iterable  

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> without(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object element
         0: .line 1118
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 1119
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    2     1  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> withoutAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Iterable elements
         0: .line 1125
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.removeAllIterable:(Ljava/lang/Iterable;)Z
            pop
         1: .line 1126
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable elements
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    2     1  elements  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public boolean addAllIterable(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Iterable iterable
         0: .line 1132
            aload 1 /* iterable */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            ifeq 2
         1: .line 1134
            aload 0 /* this */
            aload 1 /* iterable */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.copySet:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)Z
            ireturn
         2: .line 1136
      StackMap locals:
      StackMap stack:
            aload 1 /* iterable */
            invokestatic org.eclipse.collections.impl.utility.Iterate.sizeOf:(Ljava/lang/Iterable;)I
            istore 2 /* size */
        start local 2 // int size
         3: .line 1137
            aload 0 /* this */
            iload 2 /* size */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.ensureCapacity:(I)V
         4: .line 1138
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.size:()I
            istore 3 /* oldSize */
        start local 3 // int oldSize
         5: .line 1139
            aload 1 /* iterable */
            invokestatic org.eclipse.collections.impl.block.factory.Procedures2.addToCollection:()Lorg/eclipse/collections/api/block/procedure/Procedure2;
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.utility.Iterate.forEachWith:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
         6: .line 1140
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.size:()I
            iload 3 /* oldSize */
            if_icmpeq 7
            iconst_1
            ireturn
      StackMap locals: int int
      StackMap stack:
         7: iconst_0
            ireturn
        end local 3 // int oldSize
        end local 2 // int size
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    8     1  iterable  Ljava/lang/Iterable<+TT;>;
            3    8     2      size  I
            5    8     3   oldSize  I
    Signature: (Ljava/lang/Iterable<+TT;>;)Z
    MethodParameters:
          Name  Flags
      iterable  

  private void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // int size
         0: .line 1145
            iload 1 /* size */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 6
         1: .line 1147
            iload 1 /* size */
            i2f
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.loadFactor:F
            fdiv
            f2i
            iconst_1
            iadd
            istore 1 /* size */
         2: .line 1148
            iload 1 /* size */
            invokestatic java.lang.Integer.highestOneBit:(I)I
            istore 2 /* capacity */
        start local 2 // int capacity
         3: .line 1149
            iload 1 /* size */
            iload 2 /* capacity */
            if_icmpeq 5
         4: .line 1151
            iload 2 /* capacity */
            iconst_1
            ishl
            istore 2 /* capacity */
         5: .line 1153
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* capacity */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:(I)V
        end local 2 // int capacity
         6: .line 1155
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    7     1      size  I
            3    6     2  capacity  I
    MethodParameters:
      Name  Flags
      size  

  protected boolean copySet(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<?>);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy unifiedset
         0: .line 1160
            iconst_0
            istore 2 /* changed */
        start local 2 // boolean changed
         1: .line 1161
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 1163
      StackMap locals: int int
      StackMap stack:
            aload 1 /* unifiedset */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* cur */
        start local 4 // java.lang.Object cur
         4: .line 1164
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 7
         5: .line 1166
            iload 2 /* changed */
            aload 0 /* this */
            aload 4 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.copyChain:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)Z
            ior
            istore 2 /* changed */
         6: .line 1167
            goto 9
         7: .line 1168
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 9
         8: .line 1170
            iload 2 /* changed */
            aload 0 /* this */
            aload 0 /* this */
            aload 4 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            ior
            istore 2 /* changed */
        end local 4 // java.lang.Object cur
         9: .line 1161
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 1 /* unifiedset */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 3 // int i
        11: .line 1173
            iload 2 /* changed */
            ireturn
        end local 2 // boolean changed
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy unifiedset
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   12     1  unifiedset  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<*>;
            1   12     2     changed  Z
            2   11     3           i  I
            4    9     4         cur  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<*>;)Z
    MethodParameters:
            Name  Flags
      unifiedset  

  private boolean copyChain(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         0: .line 1178
            iconst_0
            istore 2 /* changed */
        start local 2 // boolean changed
         1: .line 1181
      StackMap locals: int
      StackMap stack:
            iload 2 /* changed */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            ior
            istore 2 /* changed */
         2: .line 1182
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 1184
            iload 2 /* changed */
            ireturn
         4: .line 1186
      StackMap locals:
      StackMap stack:
            iload 2 /* changed */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            ior
            istore 2 /* changed */
         5: .line 1187
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 7
         6: .line 1189
            iload 2 /* changed */
            ireturn
         7: .line 1191
      StackMap locals:
      StackMap stack:
            iload 2 /* changed */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            ior
            istore 2 /* changed */
         8: .line 1192
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 10
         9: .line 1194
            iload 2 /* changed */
            ireturn
        10: .line 1196
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 13
        11: .line 1198
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
        12: .line 1199
            goto 1
        13: .line 1201
      StackMap locals:
      StackMap stack:
            iload 2 /* changed */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            ior
            istore 2 /* changed */
        14: .line 1202
            iload 2 /* changed */
            ireturn
        end local 2 // boolean changed
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   15     1   bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            1   15     2  changed  Z
    MethodParameters:
        Name  Flags
      bucket  

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
         0: .line 1210
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 1212
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 1213
            aload 3 /* cur */
            ifnonnull 4
         3: .line 1215
            iconst_0
            ireturn
         4: .line 1217
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         5: .line 1219
            aload 0 /* this */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* key */
            iload 2 /* index */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.removeFromChain:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;I)Z
            ireturn
         6: .line 1221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         7: .line 1223
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aconst_null
            aastore
         8: .line 1224
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
         9: .line 1225
            iconst_1
            ireturn
        10: .line 1227
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // java.lang.Object cur
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   11     1    key  Ljava/lang/Object;
            1   11     2  index  I
            2   11     3    cur  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  private boolean removeFromChain(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, T, );
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // java.lang.Object key
        start local 3 // int index
         0: .line 1232
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         1: .line 1234
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
         2: .line 1235
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 4
         3: .line 1237
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 3 /* index */
            aconst_null
            aastore
         4: .line 1239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
         5: .line 1240
            iconst_1
            ireturn
         6: .line 1242
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 8
         7: .line 1244
            iconst_0
            ireturn
         8: .line 1246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
         9: .line 1248
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_1
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
        10: .line 1249
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        11: .line 1250
            iconst_1
            ireturn
        12: .line 1252
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 14
        13: .line 1254
            iconst_0
            ireturn
        14: .line 1256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 18
        15: .line 1258
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_2
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        16: .line 1259
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        17: .line 1260
            iconst_1
            ireturn
        18: .line 1262
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 20
        19: .line 1264
            iconst_0
            ireturn
        20: .line 1266
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 22
        21: .line 1268
            aload 0 /* this */
            aload 1 /* bucket */
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.removeDeepChain:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;)Z
            ireturn
        22: .line 1270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 26
        23: .line 1272
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_3
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        24: .line 1273
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        25: .line 1274
            iconst_1
            ireturn
        26: .line 1276
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int index
        end local 2 // java.lang.Object key
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   27     1  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   27     2     key  TT;
            0   27     3   index  I
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;TT;I)Z
    MethodParameters:
        Name  Flags
      bucket  
      key     
      index   

  private boolean removeDeepChain(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, );
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket oldBucket
        start local 2 // java.lang.Object key
         0: .line 1283
      StackMap locals:
      StackMap stack:
            aload 1 /* oldBucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 3 /* bucket */
        start local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         1: .line 1284
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
         2: .line 1286
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
         3: .line 1287
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 5
         4: .line 1289
            aload 1 /* oldBucket */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
         5: .line 1291
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
         6: .line 1292
            iconst_1
            ireturn
         7: .line 1294
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 9
         8: .line 1296
            iconst_0
            ireturn
         9: .line 1298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 13
        10: .line 1300
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_1
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
        11: .line 1301
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        12: .line 1302
            iconst_1
            ireturn
        13: .line 1304
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 15
        14: .line 1306
            iconst_0
            ireturn
        15: .line 1308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 19
        16: .line 1310
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_2
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        17: .line 1311
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        18: .line 1312
            iconst_1
            ireturn
        19: .line 1314
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 21
        20: .line 1316
            iconst_0
            ireturn
        21: .line 1318
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 24
        22: .line 1320
            aload 3 /* bucket */
            astore 1 /* oldBucket */
        23: .line 1321
            goto 0
        24: .line 1323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 28
        25: .line 1325
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_3
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        26: .line 1326
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        27: .line 1327
            iconst_1
            ireturn
        28: .line 1329
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 2 // java.lang.Object key
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket oldBucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   29     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   29     1  oldBucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   29     2        key  TT;
            1   29     3     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;TT;)Z
    MethodParameters:
           Name  Flags
      oldBucket  
      key        

  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.mutable.UnifiedSetWithHashingStrategy this
         0: .line 1337
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            ireturn
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object object
         0: .line 1343
            aload 0 /* this */
            aload 1 /* object */
            if_acmpne 2
         1: .line 1345
            iconst_1
            ireturn
         2: .line 1348
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            instanceof java.util.Set
            ifne 4
         3: .line 1350
            iconst_0
            ireturn
         4: .line 1353
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            checkcast java.util.Set
            astore 2 /* other */
        start local 2 // java.util.Set other
         5: .line 1354
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.size:()I
            aload 2 /* other */
            invokeinterface java.util.Set.size:()I
            if_icmpne 6
            aload 0 /* this */
            aload 2 /* other */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.containsAll:(Ljava/util/Collection;)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: java.util.Set
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // java.util.Set other
        end local 1 // java.lang.Object object
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    7     1  object  Ljava/lang/Object;
            5    7     2   other  Ljava/util/Set<*>;
    MethodParameters:
        Name  Flags
      object  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
         0: .line 1360
            iconst_0
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 1361
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 10
         3: .line 1363
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         4: .line 1364
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 7
         5: .line 1366
            iload 1 /* hashCode */
            aload 0 /* this */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedHashCode:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)I
            iadd
            istore 1 /* hashCode */
         6: .line 1367
            goto 9
         7: .line 1368
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            ifnull 9
         8: .line 1370
            iload 1 /* hashCode */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            aload 0 /* this */
            aload 3 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.HashingStrategy.computeHashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hashCode */
        end local 3 // java.lang.Object cur
         9: .line 1361
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 2 // int i
        11: .line 1373
            iload 1 /* hashCode */
            ireturn
        end local 1 // int hashCode
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            1   12     1  hashCode  I
            2   11     2         i  I
            4    9     3       cur  Ljava/lang/Object;

  private int chainedHashCode(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         0: .line 1378
            iconst_0
            istore 2 /* hashCode */
        start local 2 // int hashCode
         1: .line 1381
      StackMap locals: int
      StackMap stack:
            iload 2 /* hashCode */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.HashingStrategy.computeHashCode:(Ljava/lang/Object;)I
            iadd
            istore 2 /* hashCode */
         2: .line 1382
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 1384
            iload 2 /* hashCode */
            ireturn
         4: .line 1386
      StackMap locals:
      StackMap stack:
            iload 2 /* hashCode */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.HashingStrategy.computeHashCode:(Ljava/lang/Object;)I
            iadd
            istore 2 /* hashCode */
         5: .line 1387
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 7
         6: .line 1389
            iload 2 /* hashCode */
            ireturn
         7: .line 1391
      StackMap locals:
      StackMap stack:
            iload 2 /* hashCode */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.HashingStrategy.computeHashCode:(Ljava/lang/Object;)I
            iadd
            istore 2 /* hashCode */
         8: .line 1392
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 10
         9: .line 1394
            iload 2 /* hashCode */
            ireturn
        10: .line 1396
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 13
        11: .line 1398
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
        12: .line 1399
            goto 1
        13: .line 1401
      StackMap locals:
      StackMap stack:
            iload 2 /* hashCode */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.HashingStrategy.computeHashCode:(Ljava/lang/Object;)I
            iadd
            istore 2 /* hashCode */
        14: .line 1402
            iload 2 /* hashCode */
            ireturn
        end local 2 // int hashCode
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   15     1    bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            1   15     2  hashCode  I
    MethodParameters:
        Name  Flags
      bucket  

  public boolean trimToSize();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
         0: .line 1409
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            i2f
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.loadFactor:F
            fdiv
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.fastCeil:(F)I
            iconst_1
            ishl
            if_icmpgt 2
         1: .line 1411
            iconst_0
            ireturn
         2: .line 1414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            astore 1 /* temp */
        start local 1 // java.lang.Object[] temp
         3: .line 1415
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            i2f
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.loadFactor:F
            fdiv
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.fastCeil:(F)I
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.init:(I)I
            pop
         4: .line 1416
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.isEmpty:()Z
            ifeq 6
         5: .line 1418
            iconst_1
            ireturn
         6: .line 1421
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            iconst_1
            isub
            istore 2 /* mask */
        start local 2 // int mask
         7: .line 1422
            iconst_0
            istore 3 /* j */
        start local 3 // int j
         8: goto 17
         9: .line 1424
      StackMap locals: int int
      StackMap stack:
            aload 1 /* temp */
            iload 3 /* j */
            aaload
            astore 4 /* cur */
        start local 4 // java.lang.Object cur
        10: .line 1425
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 14
        11: .line 1427
            aload 4 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 5 /* bucket */
        start local 5 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        12: .line 1428
            aload 0 /* this */
            aload 5 /* bucket */
            iload 3 /* j */
            iload 2 /* mask */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedTrimToSize:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;II)V
        end local 5 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        13: .line 1429
            goto 16
        14: .line 1430
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 16
        15: .line 1432
            aload 0 /* this */
            aload 4 /* cur */
            iload 3 /* j */
            iload 2 /* mask */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.addForTrim:(Ljava/lang/Object;II)V
        end local 4 // java.lang.Object cur
        16: .line 1422
      StackMap locals:
      StackMap stack:
            iinc 3 /* j */ 1
      StackMap locals:
      StackMap stack:
        17: iload 3 /* j */
            aload 1 /* temp */
            arraylength
            if_icmplt 9
        end local 3 // int j
        18: .line 1435
            iconst_1
            ireturn
        end local 2 // int mask
        end local 1 // java.lang.Object[] temp
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            3   19     1    temp  [Ljava/lang/Object;
            7   19     2    mask  I
            8   18     3       j  I
           10   16     4     cur  Ljava/lang/Object;
           12   13     5  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;

  private void chainedTrimToSize(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, int, int);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // int oldIndex
        start local 3 // int mask
         0: .line 1442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            iload 2 /* oldIndex */
            iload 3 /* mask */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.addForTrim:(Ljava/lang/Object;II)V
         1: .line 1443
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 1445
            return
         3: .line 1447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            iload 2 /* oldIndex */
            iload 3 /* mask */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.addForTrim:(Ljava/lang/Object;II)V
         4: .line 1448
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 1450
            return
         6: .line 1452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            iload 2 /* oldIndex */
            iload 3 /* mask */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.addForTrim:(Ljava/lang/Object;II)V
         7: .line 1453
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 1455
            return
         9: .line 1457
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 12
        10: .line 1459
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
        11: .line 1460
            goto 0
        12: .line 1462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            iload 2 /* oldIndex */
            iload 3 /* mask */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.addForTrim:(Ljava/lang/Object;II)V
        13: .line 1463
            return
        end local 3 // int mask
        end local 2 // int oldIndex
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   14     1    bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   14     2  oldIndex  I
            0   14     3      mask  I
    MethodParameters:
          Name  Flags
      bucket    
      oldIndex  
      mask      

  private void addForTrim(java.lang.Object, int, int);
    descriptor: (Ljava/lang/Object;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
        start local 2 // int oldIndex
        start local 3 // int mask
         0: .line 1470
            iload 2 /* oldIndex */
            iload 3 /* mask */
            iand
            istore 4 /* index */
        start local 4 // int index
         1: .line 1471
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 4 /* index */
            aaload
            astore 5 /* cur */
        start local 5 // java.lang.Object cur
         2: .line 1472
            aload 5 /* cur */
            ifnonnull 5
         3: .line 1474
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 4 /* index */
            aload 1 /* key */
            aastore
         4: .line 1475
            return
         5: .line 1477
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            iload 4 /* index */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedAddForTrim:(Ljava/lang/Object;I)V
         6: .line 1478
            return
        end local 5 // java.lang.Object cur
        end local 4 // int index
        end local 3 // int mask
        end local 2 // int oldIndex
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    7     1       key  Ljava/lang/Object;
            0    7     2  oldIndex  I
            0    7     3      mask  I
            1    7     4     index  I
            2    7     5       cur  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      key       
      oldIndex  
      mask      

  private void chainedAddForTrim(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
        start local 2 // int index
         0: .line 1482
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 16
         1: .line 1484
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 3 /* bucket */
        start local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         2: .line 1487
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 5
         3: .line 1489
            aload 3 /* bucket */
            aload 1 /* key */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
         4: .line 1490
            return
         5: .line 1492
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         6: .line 1494
            aload 3 /* bucket */
            aload 1 /* key */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
         7: .line 1495
            return
         8: .line 1497
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 11
         9: .line 1499
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 3 /* bucket */
        10: .line 1500
            goto 2
        11: .line 1502
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 14
        12: .line 1504
            aload 3 /* bucket */
            aload 1 /* key */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        13: .line 1505
            return
        14: .line 1507
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            dup
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 1 /* key */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        15: .line 1508
            return
        end local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        16: .line 1512
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            aload 1 /* key */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            astore 3 /* newBucket */
        start local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket newBucket
        17: .line 1513
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 3 /* newBucket */
            aastore
        18: .line 1514
            return
        end local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket newBucket
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   19     1        key  Ljava/lang/Object;
            0   19     2      index  I
            2   16     3     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
           17   19     3  newBucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    MethodParameters:
       Name  Flags
      key    
      index  

  public void readExternal(java.io.ObjectInput);
    descriptor: (Ljava/io/ObjectInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.io.ObjectInput in
         0: .line 1519
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.HashingStrategy
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
         1: .line 1520
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readInt:()I
            istore 2 /* size */
        start local 2 // int size
         2: .line 1521
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readFloat:()F
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.loadFactor:F
         3: .line 1522
            aload 0 /* this */
            iload 2 /* size */
            i2f
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.loadFactor:F
            fdiv
            f2i
            iconst_1
            iadd
            bipush 8
            invokestatic java.lang.Math.max:(II)I
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.init:(I)I
            pop
         4: .line 1523
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 1525
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         7: .line 1523
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 2 /* size */
            if_icmplt 6
        end local 3 // int i
         9: .line 1527
            return
        end local 2 // int size
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   10     1    in  Ljava/io/ObjectInput;
            2   10     2  size  I
            5    9     3     i  I
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.io.ObjectOutput out
         0: .line 1532
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 1533
            aload 1 /* out */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.size:()I
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         2: .line 1534
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.loadFactor:F
            invokeinterface java.io.ObjectOutput.writeFloat:(F)V
         3: .line 1535
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 12
         5: .line 1537
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            astore 3 /* o */
        start local 3 // java.lang.Object o
         6: .line 1538
            aload 3 /* o */
            ifnull 11
         7: .line 1540
            aload 3 /* o */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 10
         8: .line 1542
            aload 0 /* this */
            aload 1 /* out */
            aload 3 /* o */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.writeExternalChain:(Ljava/io/ObjectOutput;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)V
         9: .line 1543
            goto 11
        10: .line 1546
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            aload 3 /* o */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
        end local 3 // java.lang.Object o
        11: .line 1535
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 5
        end local 2 // int i
        13: .line 1550
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   14     1   out  Ljava/io/ObjectOutput;
            4   13     2     i  I
            6   11     3     o  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  private void writeExternalChain(java.io.ObjectOutput, org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket);
    descriptor: (Ljava/io/ObjectOutput;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.io.ObjectOutput out
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         0: .line 1556
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 1557
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 1559
            return
         3: .line 1561
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         4: .line 1562
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 1564
            return
         6: .line 1566
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         7: .line 1567
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 1569
            return
         9: .line 1571
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 12
        10: .line 1573
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 2 /* bucket */
        11: .line 1574
            goto 0
        12: .line 1576
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
        13: .line 1577
            return
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   14     1     out  Ljava/io/ObjectOutput;
            0   14     2  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      out     
      bucket  

  private void addIfFound(T, org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy other
         0: .line 1584
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.index:(Ljava/lang/Object;)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 1586
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 3 /* index */
            aaload
            astore 4 /* cur */
        start local 4 // java.lang.Object cur
         2: .line 1587
            aload 4 /* cur */
            ifnonnull 4
         3: .line 1589
            return
         4: .line 1591
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 7
         5: .line 1593
            aload 0 /* this */
            aload 4 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* key */
            aload 2 /* other */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.addIfFoundFromChain:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
         6: .line 1594
            return
         7: .line 1596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         8: .line 1598
            aload 2 /* other */
            aload 0 /* this */
            aload 4 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         9: .line 1600
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Object cur
        end local 3 // int index
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy other
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   10     1    key  TT;
            0   10     2  other  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            1   10     3  index  I
            2   10     4    cur  Ljava/lang/Object;
    Signature: (TT;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;)V
    MethodParameters:
       Name  Flags
      key    
      other  

  private void addIfFoundFromChain(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, T, org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T>);
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // java.lang.Object key
        start local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy other
         0: .line 1606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 3
         1: .line 1608
            aload 3 /* other */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1609
            return
         3: .line 1611
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 5
         4: .line 1613
            return
         5: .line 1615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         6: .line 1617
            aload 3 /* other */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         7: .line 1618
            return
         8: .line 1620
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 10
         9: .line 1622
            return
        10: .line 1624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 13
        11: .line 1626
            aload 3 /* other */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
        12: .line 1627
            return
        13: .line 1629
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 15
        14: .line 1631
            return
        15: .line 1633
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 18
        16: .line 1635
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 1 /* bucket */
        17: .line 1636
            goto 0
        18: .line 1638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 21
        19: .line 1640
            aload 3 /* other */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
        20: .line 1641
            return
        21: .line 1643
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy other
        end local 2 // java.lang.Object key
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   22     1  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   22     2     key  TT;
            0   22     3   other  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;TT;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;)V
    MethodParameters:
        Name  Flags
      bucket  
      key     
      other   

  public boolean retainAllIterable(java.lang.Iterable<?>);
    descriptor: (Ljava/lang/Iterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Iterable iterable
         0: .line 1651
            aload 1 /* iterable */
            instanceof java.util.Set
            ifeq 2
         1: .line 1653
            aload 0 /* this */
            aload 1 /* iterable */
            checkcast java.util.Set
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.retainAllFromSet:(Ljava/util/Set;)Z
            ireturn
         2: .line 1655
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* iterable */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.retainAllFromNonSet:(Ljava/lang/Iterable;)Z
            ireturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    3     1  iterable  Ljava/lang/Iterable<*>;
    Signature: (Ljava/lang/Iterable<*>;)Z
    MethodParameters:
          Name  Flags
      iterable  

  private boolean retainAllFromNonSet(java.lang.Iterable<?>);
    descriptor: (Ljava/lang/Iterable;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Iterable iterable
         0: .line 1660
            aload 1 /* iterable */
            invokestatic org.eclipse.collections.impl.utility.Iterate.sizeOf:(Ljava/lang/Iterable;)I
            istore 2 /* retainedSize */
        start local 2 // int retainedSize
         1: .line 1661
            aload 0 /* this */
            iload 2 /* retainedSize */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newEmpty:(I)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            astore 3 /* retainedCopy */
        start local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy retainedCopy
         2: .line 1662
            aload 1 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy java.lang.Iterable int org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* key */
        start local 4 // java.lang.Object key
         4: .line 1664
            aload 0 /* this */
            aload 4 /* key */
            aload 3 /* retainedCopy */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.addIfFound:(Ljava/lang/Object;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
        end local 4 // java.lang.Object key
         5: .line 1662
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 1666
            aload 3 /* retainedCopy */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.size:()I
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.size:()I
            if_icmpge 11
         7: .line 1668
            aload 0 /* this */
            aload 3 /* retainedCopy */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
         8: .line 1669
            aload 0 /* this */
            aload 3 /* retainedCopy */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
         9: .line 1670
            aload 0 /* this */
            aload 3 /* retainedCopy */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
        10: .line 1671
            iconst_1
            ireturn
        11: .line 1673
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy java.lang.Iterable int org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy retainedCopy
        end local 2 // int retainedSize
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   12     1      iterable  Ljava/lang/Iterable<*>;
            1   12     2  retainedSize  I
            2   12     3  retainedCopy  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            4    5     4           key  Ljava/lang/Object;
    Signature: (Ljava/lang/Iterable<*>;)Z
    MethodParameters:
          Name  Flags
      iterable  

  private boolean retainAllFromSet(java.util.Set<?>);
    descriptor: (Ljava/util/Set;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.util.Set collection
         0: .line 1679
            iconst_0
            istore 2 /* result */
        start local 2 // boolean result
         1: .line 1680
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.iterator:()Ljava/util/Iterator;
            astore 3 /* e */
        start local 3 // java.util.Iterator e
         2: .line 1681
            goto 6
         3: .line 1683
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 1 /* collection */
            aload 3 /* e */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 6
         4: .line 1685
            aload 3 /* e */
            invokeinterface java.util.Iterator.remove:()V
         5: .line 1686
            iconst_1
            istore 2 /* result */
         6: .line 1681
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 1689
            iload 2 /* result */
            ireturn
        end local 3 // java.util.Iterator e
        end local 2 // boolean result
        end local 1 // java.util.Set collection
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    8     1  collection  Ljava/util/Set<*>;
            1    8     2      result  Z
            2    8     3           e  Ljava/util/Iterator<TT;>;
    Signature: (Ljava/util/Set<*>;)Z
    MethodParameters:
            Name  Flags
      collection  

  public org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy<T> clone();
    descriptor: ()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
         0: .line 1695
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.<init>:(Lorg/eclipse/collections/api/block/HashingStrategy;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
         0: .line 1701
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            anewarray java.lang.Object
            astore 1 /* result */
        start local 1 // java.lang.Object[] result
         1: .line 1702
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.copyToArray:([Ljava/lang/Object;)V
         2: .line 1703
            aload 1 /* result */
            areturn
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            1    3     1  result  [Ljava/lang/Object;

  private void copyToArray(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object[] result
         0: .line 1708
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            astore 2 /* table */
        start local 2 // java.lang.Object[] table
         1: .line 1709
            iconst_0
            istore 3 /* count */
        start local 3 // int count
         2: .line 1710
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 12
         4: .line 1712
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 2 /* table */
            iload 4 /* i */
            aaload
            astore 5 /* cur */
        start local 5 // java.lang.Object cur
         5: .line 1713
            aload 5 /* cur */
            ifnull 11
         6: .line 1715
            aload 5 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 10
         7: .line 1717
            aload 5 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 6 /* bucket */
        start local 6 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         8: .line 1718
            aload 0 /* this */
            aload 1 /* result */
            aload 6 /* bucket */
            iload 3 /* count */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.copyBucketToArray:([Ljava/lang/Object;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;I)I
            istore 3 /* count */
        end local 6 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         9: .line 1719
            goto 11
        10: .line 1722
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* result */
            iload 3 /* count */
            iinc 3 /* count */ 1
            aload 0 /* this */
            aload 5 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
        end local 5 // java.lang.Object cur
        11: .line 1710
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            aload 2 /* table */
            arraylength
            if_icmplt 4
        end local 4 // int i
        13: .line 1726
            return
        end local 3 // int count
        end local 2 // java.lang.Object[] table
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   14     1  result  [Ljava/lang/Object;
            1   14     2   table  [Ljava/lang/Object;
            2   14     3   count  I
            3   13     4       i  I
            5   11     5     cur  Ljava/lang/Object;
            8    9     6  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    MethodParameters:
        Name  Flags
      result  

  private int copyBucketToArray(java.lang.Object[], org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, int);
    descriptor: ([Ljava/lang/Object;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object[] result
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 3 // int count
         0: .line 1732
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            iload 3 /* count */
            iinc 3 /* count */ 1
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         1: .line 1733
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 1735
            goto 13
         3: .line 1737
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            iload 3 /* count */
            iinc 3 /* count */ 1
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         4: .line 1738
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 1740
            goto 13
         6: .line 1742
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            iload 3 /* count */
            iinc 3 /* count */ 1
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         7: .line 1743
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 1745
            goto 13
         9: .line 1747
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 12
        10: .line 1749
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 2 /* bucket */
        11: .line 1750
            goto 0
        12: .line 1752
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            iload 3 /* count */
            iinc 3 /* count */ 1
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
        13: .line 1756
      StackMap locals:
      StackMap stack:
            iload 3 /* count */
            ireturn
        end local 3 // int count
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   14     1  result  [Ljava/lang/Object;
            0   14     2  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   14     3   count  I
    MethodParameters:
        Name  Flags
      result  
      bucket  
      count   

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object[] array
         0: .line 1762
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 1763
            aload 1 /* array */
            arraylength
            iload 2 /* size */
            if_icmpge 3
         2: .line 1764
            aload 1 /* array */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            iload 2 /* size */
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            checkcast java.lang.Object[]
            goto 4
         3: .line 1765
      StackMap locals: int
      StackMap stack:
            aload 1 /* array */
         4: .line 1763
      StackMap locals:
      StackMap stack: java.lang.Object[]
            astore 3 /* result */
        start local 3 // java.lang.Object[] result
         5: .line 1767
            aload 0 /* this */
            aload 3 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.copyToArray:([Ljava/lang/Object;)V
         6: .line 1768
            iload 2 /* size */
            aload 3 /* result */
            arraylength
            if_icmpge 8
         7: .line 1770
            aload 3 /* result */
            iload 2 /* size */
            aconst_null
            aastore
         8: .line 1772
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object[] result
        end local 2 // int size
        end local 1 // java.lang.Object[] array
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    9     1   array  [Ljava/lang/Object;
            1    9     2    size  I
            5    9     3  result  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
       Name  Flags
      array  

  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.mutable.UnifiedSetWithHashingStrategy this
         0: .line 1778
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$PositionalIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$PositionalIterator.<init>:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;

  public <V> org.eclipse.collections.impl.multimap.set.strategy.UnifiedSetWithHashingStrategyMultimap<V, T> groupBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 2095
            aload 0 /* this */
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            invokestatic org.eclipse.collections.impl.multimap.set.strategy.UnifiedSetWithHashingStrategyMultimap.newMultimap:(Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.impl.multimap.set.strategy.UnifiedSetWithHashingStrategyMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.impl.multimap.set.strategy.UnifiedSetWithHashingStrategyMultimap<V, T> groupByEach(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 2101
            aload 0 /* this */
            aload 1 /* function */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            invokestatic org.eclipse.collections.impl.multimap.set.strategy.UnifiedSetWithHashingStrategyMultimap.newMultimap:(Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/multimap/MutableMultimap;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
            checkcast org.eclipse.collections.impl.multimap.set.strategy.UnifiedSetWithHashingStrategyMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public T get();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
         0: .line 2107
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 2108
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 2110
            aload 3 /* cur */
            ifnonnull 4
         3: .line 2112
            aconst_null
            areturn
         4: .line 2114
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         5: .line 2116
            aload 0 /* this */
            aload 1 /* key */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedGet:(Ljava/lang/Object;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)Ljava/lang/Object;
            areturn
         6: .line 2118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         7: .line 2120
            aload 3 /* cur */
            areturn
         8: .line 2122
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // java.lang.Object cur
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    9     1    key  TT;
            1    9     2  index  I
            2    9     3    cur  Ljava/lang/Object;
    Signature: (TT;)TT;
    MethodParameters:
      Name  Flags
      key   

  private T chainedGet(T, org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         0: .line 2129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 2
         1: .line 2131
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         2: .line 2133
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 2135
            aconst_null
            areturn
         4: .line 2137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         5: .line 2139
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         6: .line 2141
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         7: .line 2143
            aconst_null
            areturn
         8: .line 2145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         9: .line 2147
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        10: .line 2149
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 13
        11: .line 2151
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 2 /* bucket */
        12: .line 2152
            goto 0
        13: .line 2154
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 15
        14: .line 2156
            aconst_null
            areturn
        15: .line 2158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 17
        16: .line 2160
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        17: .line 2162
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   18     1     key  TT;
            0   18     2  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    Signature: (TT;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;)TT;
    MethodParameters:
        Name  Flags
      key     
      bucket  

  private T chainedAddOrReplace(T, org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, );
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;I)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 3 // int index
         0: .line 2169
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* realKey */
        start local 4 // java.lang.Object realKey
         1: .line 2172
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 5
         2: .line 2174
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* previous */
        start local 5 // java.lang.Object previous
         3: .line 2175
            aload 2 /* bucket */
            aload 4 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
         4: .line 2176
            aload 5 /* previous */
            areturn
        end local 5 // java.lang.Object previous
         5: .line 2178
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 10
         6: .line 2180
            aload 2 /* bucket */
            aload 4 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
         7: .line 2181
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 9
         8: .line 2183
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
         9: .line 2185
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        10: .line 2187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 14
        11: .line 2189
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* previous */
        start local 5 // java.lang.Object previous
        12: .line 2190
            aload 2 /* bucket */
            aload 4 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
        13: .line 2191
            aload 5 /* previous */
            areturn
        end local 5 // java.lang.Object previous
        14: .line 2193
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 19
        15: .line 2195
            aload 2 /* bucket */
            aload 4 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        16: .line 2196
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 18
        17: .line 2198
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        18: .line 2200
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        19: .line 2202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 23
        20: .line 2204
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* previous */
        start local 5 // java.lang.Object previous
        21: .line 2205
            aload 2 /* bucket */
            aload 4 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        22: .line 2206
            aload 5 /* previous */
            areturn
        end local 5 // java.lang.Object previous
        23: .line 2208
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 26
        24: .line 2210
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 2 /* bucket */
        25: .line 2211
            goto 1
        26: .line 2213
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 31
        27: .line 2215
            aload 2 /* bucket */
            aload 4 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        28: .line 2216
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 30
        29: .line 2218
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        30: .line 2220
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        31: .line 2222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 35
        32: .line 2224
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* previous */
        start local 5 // java.lang.Object previous
        33: .line 2225
            aload 2 /* bucket */
            aload 4 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        34: .line 2226
            aload 5 /* previous */
            areturn
        end local 5 // java.lang.Object previous
        35: .line 2229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            aload 4 /* realKey */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.appendNewChainedBucket:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;)V
        36: .line 2230
            aload 1 /* key */
            areturn
        end local 4 // java.lang.Object realKey
        end local 3 // int index
        end local 2 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   37     0      this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   37     1       key  TT;
            0   37     2    bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   37     3     index  I
            1   37     4   realKey  Ljava/lang/Object;
            3    5     5  previous  TT;
           12   14     5  previous  TT;
           21   23     5  previous  TT;
           33   35     5  previous  TT;
    Signature: (TT;Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;I)TT;
    MethodParameters:
        Name  Flags
      key     
      bucket  
      index   

  public T put();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
         0: .line 2238
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 2239
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 2241
            aload 3 /* cur */
            ifnonnull 7
         3: .line 2243
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         4: .line 2244
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 6
         5: .line 2246
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
         6: .line 2248
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 1 /* key */
            areturn
         7: .line 2251
      StackMap locals:
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifne 8
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 2253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* index */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.chainedPut:(Ljava/lang/Object;I)Ljava/lang/Object;
            areturn
         9: .line 2255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.Object cur
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   10     1    key  TT;
            1   10     2  index  I
            2   10     3    cur  Ljava/lang/Object;
    Signature: (TT;)TT;
    MethodParameters:
      Name  Flags
      key   

  private T chainedPut(T, );
    descriptor: (Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
        start local 2 // int index
         0: .line 2260
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* realKey */
        start local 3 // java.lang.Object realKey
         1: .line 2261
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 31
         2: .line 2263
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 4 /* bucket */
        start local 4 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         3: .line 2266
      StackMap locals: java.lang.Object org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 5
         4: .line 2268
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         5: .line 2270
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 10
         6: .line 2272
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
         7: .line 2273
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 9
         8: .line 2275
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
         9: .line 2277
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        10: .line 2279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        11: .line 2281
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        12: .line 2283
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 17
        13: .line 2285
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        14: .line 2286
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 16
        15: .line 2288
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        16: .line 2290
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        17: .line 2292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 19
        18: .line 2294
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        19: .line 2296
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 22
        20: .line 2298
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 4 /* bucket */
        21: .line 2299
            goto 3
        22: .line 2301
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 27
        23: .line 2303
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        24: .line 2304
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 26
        25: .line 2306
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        26: .line 2308
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        27: .line 2310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 29
        28: .line 2312
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        29: .line 2314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            aload 3 /* realKey */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.appendNewChainedBucket:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;)V
        30: .line 2315
            aload 1 /* key */
            areturn
        end local 4 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        31: .line 2319
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            aload 3 /* realKey */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            astore 4 /* newBucket */
        start local 4 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket newBucket
        32: .line 2320
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 4 /* newBucket */
            aastore
        33: .line 2321
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 35
        34: .line 2323
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        35: .line 2325
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 1 /* key */
            areturn
        end local 4 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket newBucket
        end local 3 // java.lang.Object realKey
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   36     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   36     1        key  TT;
            0   36     2      index  I
            1   36     3    realKey  Ljava/lang/Object;
            3   31     4     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
           32   36     4  newBucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    Signature: (TT;I)TT;
    MethodParameters:
       Name  Flags
      key    
      index  

  public T removeFromPool();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
         0: .line 2331
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 2332
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 2333
            aload 3 /* cur */
            ifnonnull 4
         3: .line 2335
            aconst_null
            areturn
         4: .line 2337
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         5: .line 2339
            aload 0 /* this */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            aload 1 /* key */
            iload 2 /* index */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.removeFromChainForPool:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;I)Ljava/lang/Object;
            areturn
         6: .line 2341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         7: .line 2343
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aconst_null
            aastore
         8: .line 2344
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
         9: .line 2345
            aload 0 /* this */
            aload 3 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        10: .line 2347
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // java.lang.Object cur
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   11     1    key  TT;
            1   11     2  index  I
            2   11     3    cur  Ljava/lang/Object;
    Signature: (TT;)TT;
    MethodParameters:
      Name  Flags
      key   

  private T removeFromChainForPool(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, T, );
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        start local 2 // java.lang.Object key
        start local 3 // int index
         0: .line 2352
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
         1: .line 2354
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
         2: .line 2355
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
         3: .line 2356
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 5
         4: .line 2358
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 3 /* index */
            aconst_null
            aastore
         5: .line 2360
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
         6: .line 2361
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
         7: .line 2363
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 9
         8: .line 2365
            aconst_null
            areturn
         9: .line 2367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 14
        10: .line 2369
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        11: .line 2370
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_1
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
        12: .line 2371
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        13: .line 2372
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        14: .line 2374
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 16
        15: .line 2376
            aconst_null
            areturn
        16: .line 2378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 21
        17: .line 2380
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        18: .line 2381
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_2
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        19: .line 2382
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        20: .line 2383
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        21: .line 2385
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 23
        22: .line 2387
            aconst_null
            areturn
        23: .line 2389
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 25
        24: .line 2391
            aload 0 /* this */
            aload 1 /* bucket */
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.removeDeepChainForPool:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        25: .line 2393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 30
        26: .line 2395
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        27: .line 2396
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_3
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        28: .line 2397
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        29: .line 2398
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        30: .line 2400
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // int index
        end local 2 // java.lang.Object key
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   31     0    this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   31     1  bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   31     2     key  TT;
            0   31     3   index  I
            2    7     4  result  Ljava/lang/Object;
           11   14     4  result  Ljava/lang/Object;
           18   21     4  result  Ljava/lang/Object;
           27   30     4  result  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;TT;I)TT;
    MethodParameters:
        Name  Flags
      bucket  
      key     
      index   

  private T removeDeepChainForPool(org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket, );
    descriptor: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket oldBucket
        start local 2 // java.lang.Object key
         0: .line 2407
      StackMap locals:
      StackMap stack:
            aload 1 /* oldBucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            astore 3 /* bucket */
        start local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
         1: .line 2408
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         2: .line 2410
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
         3: .line 2411
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
         4: .line 2412
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 6
         5: .line 2414
            aload 1 /* oldBucket */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
         6: .line 2416
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket java.lang.Object
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
         7: .line 2417
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
         8: .line 2419
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 10
         9: .line 2421
            aconst_null
            areturn
        10: .line 2423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 15
        11: .line 2425
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        12: .line 2426
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_1
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
        13: .line 2427
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        14: .line 2428
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        15: .line 2430
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 17
        16: .line 2432
            aconst_null
            areturn
        17: .line 2434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 22
        18: .line 2436
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        19: .line 2437
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_2
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        20: .line 2438
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        21: .line 2439
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        22: .line 2441
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 24
        23: .line 2443
            aconst_null
            areturn
        24: .line 2445
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 27
        25: .line 2447
            aload 3 /* bucket */
            astore 1 /* oldBucket */
        26: .line 2448
            goto 0
        27: .line 2450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 32
        28: .line 2452
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        29: .line 2453
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_3
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        30: .line 2454
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
        31: .line 2455
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        32: .line 2457
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        end local 2 // java.lang.Object key
        end local 1 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket oldBucket
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   33     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   33     1  oldBucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            0   33     2        key  TT;
            1   33     3     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
            3    8     4     result  Ljava/lang/Object;
           12   15     4     result  Ljava/lang/Object;
           19   22     4     result  Ljava/lang/Object;
           29   32     4     result  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;TT;)TT;
    MethodParameters:
           Name  Flags
      oldBucket  
      key        

  private T nonSentinel();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object key
         0: .line 2464
            aload 1 /* key */
            getstatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.NULL_KEY:Ljava/lang/Object;
            if_acmpne 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* key */
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    3     1   key  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)TT;
    MethodParameters:
      Name  Flags
      key   

  private static java.lang.Object toSentinelIfNull(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object key
         0: .line 2469
            aload 0 /* key */
            ifnonnull 2
         1: .line 2471
            getstatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.NULL_KEY:Ljava/lang/Object;
            areturn
         2: .line 2473
      StackMap locals:
      StackMap stack:
            aload 0 /* key */
            areturn
        end local 0 // java.lang.Object key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  private boolean nonNullTableObjectEquals(, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.lang.Object cur
        start local 2 // java.lang.Object key
         0: .line 2478
            aload 1 /* cur */
            aload 2 /* key */
            if_acmpeq 3
            aload 1 /* cur */
            getstatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.NULL_KEY:Ljava/lang/Object;
            if_acmpne 1
            aload 2 /* key */
            ifnull 3
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.hashingStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
            aload 0 /* this */
            aload 1 /* cur */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 2 /* key */
            invokeinterface org.eclipse.collections.api.block.HashingStrategy.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 2 // java.lang.Object key
        end local 1 // java.lang.Object cur
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    4     1   cur  Ljava/lang/Object;
            0    4     2   key  TT;
    Signature: (Ljava/lang/Object;TT;)Z
    MethodParameters:
      Name  Flags
      cur   
      key   

  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=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
        start local 1 // java.util.concurrent.ExecutorService executorService
        start local 2 // int batchSize
         0: .line 2485
            aload 1 /* executorService */
            ifnonnull 2
         1: .line 2487
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 2489
      StackMap locals:
      StackMap stack:
            iload 2 /* batchSize */
            iconst_1
            if_icmpge 4
         3: .line 2491
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         4: .line 2493
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$UnifiedSetParallelUnsortedIterable
            dup
            aload 0 /* this */
            aload 1 /* executorService */
            iload 2 /* batchSize */
            invokespecial org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$UnifiedSetParallelUnsortedIterable.<init>:(Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;Ljava/util/concurrent/ExecutorService;I)V
            areturn
        end local 2 // int batchSize
        end local 1 // java.util.concurrent.ExecutorService executorService
        end local 0 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0    5     1  executorService  Ljava/util/concurrent/ExecutorService;
            0    5     2        batchSize  I
    Signature: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable<TT;>;
    RuntimeInvisibleAnnotations: 
      org.eclipse.collections.api.annotation.Beta()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.eclipse.collections.api.annotation.Beta()
    MethodParameters:
                 Name  Flags
      executorService  
      batchSize        

  public org.eclipse.collections.api.set.ImmutableSetIterable toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/ImmutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection withoutAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.withoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet withoutAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.withoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet newEmpty(int);
    descriptor: (I)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newEmpty:(I)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newEmpty:()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newEmpty:()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet clone();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.clone:()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.clone:()Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException

  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.mutable.UnifiedSetWithHashingStrategy.asParallel:(Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.set.PartitionSet partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionMutableCollection partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.set.PartitionMutableSetIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection without(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.without:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet without(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.without:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.UnsortedSetMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.MutableSetMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.UnsortedSetMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.MutableSetMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionIterable partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.set.PartitionSet partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionMutableCollection partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.set.PartitionMutableSetIterable partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection withAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet withAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection with(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSet with(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(org.eclipse.collections.api.block.predicate.Predicate2, org.eclipse.collections.api.list.MutableList, org.eclipse.collections.api.list.MutableList, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=5
        start local 3 // java.lang.Object each
        start local 4 // java.lang.Object parm
         0: .line 781
            aload 0
            aload 3 /* each */
            aload 4 /* parm */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 1
            aload 1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 2
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.list.MutableList
         2: aload 3 /* each */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            return
        end local 4 // java.lang.Object parm
        end local 3 // java.lang.Object each
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     3  each  TT;
            0    3     4  parm  TP;

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=6, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 1
          -1647345005: 1
              default: 2
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            istore 2
      StackMap locals:
      StackMap stack:
         2: iload 2
            lookupswitch { // 1
                    0: 3
              default: 4
          }
      StackMap locals:
      StackMap stack:
         3: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/Procedure2"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;Ljava/lang/Object;Ljava/lang/Object;)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.list.MutableList
            aload 0
            iconst_2
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.list.MutableList
            invokedynamic value(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  org/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.lambda$0(Lorg/eclipse/collections/api/block/predicate/Predicate2;Lorg/eclipse/collections/api/list/MutableList;Lorg/eclipse/collections/api/list/MutableList;Ljava/lang/Object;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         4: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/set/AbstractUnifiedSet<TT;>;Ljava/io/Externalizable;
SourceFile: "UnifiedSetWithHashingStrategy.java"
NestMembers:
  org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$1  org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket  org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$PositionalIterator  org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$UnifiedSetParallelUnsortedIterable  org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$UnifiedSetParallelUnsortedIterable$UnifiedSetParallelSplitIterator  org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$UnifiedSetParallelUnsortedIterable$UnifiedSetParallelSplitLazyIterable  org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$UnifiedUnsortedSetBatch
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$1
  private final ChainedBucket = org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket of org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
  protected PositionalIterator = org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$PositionalIterator of org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
  private final UnifiedSetParallelUnsortedIterable = org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$UnifiedSetParallelUnsortedIterable of org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
  private final UnifiedUnsortedSetBatch = org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$UnifiedUnsortedSetBatch of org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy