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   

  private boolean chainedAdd(T, );
    descriptor: (Ljava/lang/Object;I)Z
    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 292
            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 32
         1: .line 294
            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 297
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 0 /* this */
            aload 3 /* 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 4
         3: .line 299
            iconst_0
            ireturn
         4: .line 301
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 9
         5: .line 303
            aload 3 /* bucket */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
         6: .line 304
            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 8
         7: .line 306
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
         8: .line 308
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         9: .line 310
      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 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 11
        10: .line 312
            iconst_0
            ireturn
        11: .line 314
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 16
        12: .line 316
            aload 3 /* bucket */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        13: .line 317
            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 15
        14: .line 319
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        15: .line 321
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        16: .line 323
      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 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 18
        17: .line 325
            iconst_0
            ireturn
        18: .line 327
      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 21
        19: .line 329
            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 */
        20: .line 330
            goto 2
        21: .line 332
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 26
        22: .line 334
            aload 3 /* bucket */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        23: .line 335
            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 25
        24: .line 337
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        25: .line 339
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        26: .line 341
      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 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 28
        27: .line 343
            iconst_0
            ireturn
        28: .line 345
      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 */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            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;
        29: .line 346
            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 31
        30: .line 348
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        31: .line 350
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        32: .line 354
      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 */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            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
        33: .line 355
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 3 /* newBucket */
            aastore
        34: .line 356
            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 36
        35: .line 358
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        36: .line 360
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            iconst_1
            ireturn
        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   37     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   37     1        key  TT;
            0   37     2      index  I
            2   32     3     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
           33   37     3  newBucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
    Signature: (TT;I)Z
    MethodParameters:
       Name  Flags
      key    
      index  

  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 366
            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 367
            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 368
            aload 0 /* this */
            iload 1 /* newCapacity */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.allocate:(I)I
            pop
         3: .line 369
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.occupied:I
         4: .line 371
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 26
         6: .line 373
      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 374
            aload 5 /* oldKey */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 23
         8: .line 376
            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 379
      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 381
            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 383
      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 385
            goto 25
        13: .line 387
      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 388
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 16
        15: .line 390
            goto 25
        16: .line 392
      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 393
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnull 25
        18: .line 395
            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 397
            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 398
            goto 9
        21: .line 400
      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 405
            goto 25
        23: .line 406
      StackMap locals:
      StackMap stack:
            aload 5 /* oldKey */
            ifnull 25
        24: .line 408
            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 371
      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 411
            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 416
            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 417
            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 418
            aload 3 /* cur */
            ifnonnull 4
         3: .line 420
            iconst_0
            ireturn
         4: .line 422
      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 424
            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 426
      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 433
      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 435
            iconst_1
            ireturn
         2: .line 437
      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 439
            iconst_0
            ireturn
         4: .line 441
      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 443
            iconst_1
            ireturn
         6: .line 445
      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 447
            iconst_0
            ireturn
         8: .line 449
      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 451
            iconst_1
            ireturn
        10: .line 453
      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 455
            iconst_0
            ireturn
        12: .line 457
      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 459
            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 460
            goto 0
        15: .line 462
      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 470
            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 471
            aload 4 /* set */
            arraylength
            iload 3 /* sectionCount */
            idiv
            istore 5 /* sectionSize */
        start local 5 // int sectionSize
         2: .line 472
            iload 5 /* sectionSize */
            iload 2 /* sectionIndex */
            imul
            istore 6 /* start */
        start local 6 // int start
         3: .line 473
            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 474
            iload 6 /* start */
            istore 8 /* i */
        start local 8 // int i
         7: goto 15
         8: .line 476
      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 477
            aload 9 /* cur */
            ifnull 14
        10: .line 479
            aload 9 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 13
        11: .line 481
            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 482
            goto 14
        13: .line 485
      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 474
      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 489
            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 494
            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 495
            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 501
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 9
         2: .line 503
      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 504
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         4: .line 506
            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 507
            goto 8
         6: .line 508
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            ifnull 8
         7: .line 510
            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 501
      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 513
            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 519
      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 520
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 522
            return
         3: .line 524
      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 525
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 527
            return
         6: .line 529
      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 530
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 532
            return
         9: .line 534
      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 536
            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 537
            goto 0
        12: .line 539
      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 540
            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 548
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 9
         2: .line 550
      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 551
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         4: .line 553
            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 554
            goto 8
         6: .line 555
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 8
         7: .line 557
            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 548
      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 560
            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 569
      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 570
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 572
            return
         3: .line 574
      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 575
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 577
            return
         6: .line 579
      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 580
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 582
            return
         9: .line 584
      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 586
            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 587
            goto 0
        12: .line 589
      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 590
            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 598
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 599
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 601
      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 602
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 7
         5: .line 604
            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 605
            goto 9
         7: .line 606
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 9
         8: .line 608
            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 599
      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 611
            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 617
      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 618
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 620
            iload 3 /* count */
            ireturn
         3: .line 622
      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 623
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 625
            iload 3 /* count */
            ireturn
         6: .line 627
      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 628
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 630
            iload 3 /* count */
            ireturn
         9: .line 632
      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 634
            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 635
            goto 0
        12: .line 637
      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 638
            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 646
            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 652
            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 658
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 8
         2: .line 660
      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 661
            aload 2 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 5
         4: .line 663
            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 665
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* cur */
            ifnull 7
         6: .line 667
            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 658
      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 670
            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 676
            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 678
      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 679
            aload 2 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 5
         4: .line 681
            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 683
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* cur */
            ifnull 7
         6: .line 685
            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 676
      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 688
            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 693
            goto 2
         1: .line 695
      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 693
      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 698
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnull 5
         4: .line 700
            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 702
      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 704
            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 706
      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 708
            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 710
      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 711
      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 717
            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 725
            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 731
            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 739
            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 747
            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 748
            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 749
            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 750
            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 756
            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 757
            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 758
            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 764
            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 765
            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 766
            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 772
            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 773
            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 774
            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 780
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         1: goto 12
         2: .line 782
      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 783
            aload 5 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 7
         4: .line 785
            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 786
            aload 6 /* chainedDetect */
            ifnull 11
         6: .line 788
            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 791
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* cur */
            ifnull 11
         8: .line 793
            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 794
            aload 1 /* predicate */
            aload 6 /* each */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 796
            aload 6 /* each */
            areturn
        end local 6 // java.lang.Object each
        end local 5 // java.lang.Object cur
        11: .line 780
      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 800
            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 806
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         1: goto 12
         2: .line 808
      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 809
            aload 5 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 7
         4: .line 811
            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 812
            aload 6 /* chainedDetect */
            ifnull 11
         6: .line 814
            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 817
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* cur */
            ifnull 11
         8: .line 819
            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 820
            aload 1 /* predicate */
            aload 6 /* each */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 822
            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 806
      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 826
            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 833
      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 835
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            areturn
         2: .line 837
      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 839
            aconst_null
            areturn
         4: .line 841
      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 843
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            areturn
         6: .line 845
      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 847
            aconst_null
            areturn
         8: .line 849
      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 851
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            areturn
        10: .line 853
      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 855
            aconst_null
            areturn
        12: .line 857
      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 859
            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 860
            goto 0
        15: .line 862
      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 864
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            areturn
        17: .line 866
      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 880
            iload 5 /* start */
            istore 7 /* i */
        start local 7 // int i
         1: goto 11
         2: .line 882
      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 883
            aload 8 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         4: .line 885
            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 887
            iload 3 /* onShortCircuit */
            ireturn
         6: .line 890
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 8 /* cur */
            ifnull 10
         7: .line 892
            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 893
            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 895
            iload 3 /* onShortCircuit */
            ireturn
        end local 9 // java.lang.Object each
        end local 8 // java.lang.Object cur
        10: .line 880
      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 899
            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 909
      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 911
            iconst_1
            ireturn
         2: .line 913
      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 915
            iconst_0
            ireturn
         4: .line 917
      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 919
            iconst_1
            ireturn
         6: .line 921
      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 923
            iconst_0
            ireturn
         8: .line 925
      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 927
            iconst_1
            ireturn
        10: .line 929
      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 931
            iconst_0
            ireturn
        12: .line 933
      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 935
            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 936
            goto 0
        15: .line 938
      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 951
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         1: goto 11
         2: .line 953
      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 954
            aload 7 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 6
         4: .line 956
            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 958
            iload 4 /* onShortCircuit */
            ireturn
         6: .line 961
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 7 /* cur */
            ifnull 10
         7: .line 963
            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 964
            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 966
            iload 4 /* onShortCircuit */
            ireturn
        end local 8 // java.lang.Object each
        end local 7 // java.lang.Object cur
        10: .line 951
      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 970
            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 981
      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 983
            iconst_1
            ireturn
         2: .line 985
      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 987
            iconst_0
            ireturn
         4: .line 989
      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 991
            iconst_1
            ireturn
         6: .line 993
      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 995
            iconst_0
            ireturn
         8: .line 997
      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 999
            iconst_1
            ireturn
        10: .line 1001
      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 1003
            iconst_0
            ireturn
        12: .line 1005
      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 1007
            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 1008
            goto 0
        15: .line 1010
      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 1021
            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 1030
            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 1039
            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 1045
            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 1051
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1052
            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 1057
            aload 0 /* this */
            aload 1 /* element1 */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1058
            aload 0 /* this */
            aload 2 /* element2 */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1059
            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 1064
            aload 0 /* this */
            aload 1 /* element1 */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1065
            aload 0 /* this */
            aload 2 /* element2 */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1066
            aload 0 /* this */
            aload 3 /* element3 */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.add:(Ljava/lang/Object;)Z
            pop
         3: .line 1067
            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 1072
            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 1073
            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 1079
            aload 0 /* this */
            aload 1 /* iterable */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.addAllIterable:(Ljava/lang/Iterable;)Z
            pop
         1: .line 1080
            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 1086
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 1087
            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 1093
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.removeAllIterable:(Ljava/lang/Iterable;)Z
            pop
         1: .line 1094
            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 1100
            aload 1 /* iterable */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
            ifeq 2
         1: .line 1102
            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 1104
      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 1105
            aload 0 /* this */
            iload 2 /* size */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.ensureCapacity:(I)V
         4: .line 1106
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.size:()I
            istore 3 /* oldSize */
        start local 3 // int oldSize
         5: .line 1107
            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 1108
            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 1113
            iload 1 /* size */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.maxSize:I
            if_icmple 6
         1: .line 1115
            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 1116
            iload 1 /* size */
            invokestatic java.lang.Integer.highestOneBit:(I)I
            istore 2 /* capacity */
        start local 2 // int capacity
         3: .line 1117
            iload 1 /* size */
            iload 2 /* capacity */
            if_icmpeq 5
         4: .line 1119
            iload 2 /* capacity */
            iconst_1
            ishl
            istore 2 /* capacity */
         5: .line 1121
      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 1123
      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 1128
            iconst_0
            istore 2 /* changed */
        start local 2 // boolean changed
         1: .line 1129
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 1131
      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 1132
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 7
         5: .line 1134
            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 1135
            goto 9
         7: .line 1136
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 9
         8: .line 1138
            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 1129
      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 1141
            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 1146
            iconst_0
            istore 2 /* changed */
        start local 2 // boolean changed
         1: .line 1149
      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 1150
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 1152
            iload 2 /* changed */
            ireturn
         4: .line 1154
      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 1155
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 7
         6: .line 1157
            iload 2 /* changed */
            ireturn
         7: .line 1159
      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 1160
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 10
         9: .line 1162
            iload 2 /* changed */
            ireturn
        10: .line 1164
      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 1166
            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 1167
            goto 1
        13: .line 1169
      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 1170
            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 1178
            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 1180
            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 1181
            aload 3 /* cur */
            ifnonnull 4
         3: .line 1183
            iconst_0
            ireturn
         4: .line 1185
      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 1187
            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 1189
      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 1191
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aconst_null
            aastore
         8: .line 1192
            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 1193
            iconst_1
            ireturn
        10: .line 1195
      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 1200
            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 1202
            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 1203
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 4
         3: .line 1205
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 3 /* index */
            aconst_null
            aastore
         4: .line 1207
      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 1208
            iconst_1
            ireturn
         6: .line 1210
      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 1212
            iconst_0
            ireturn
         8: .line 1214
      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 1216
            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 1217
            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 1218
            iconst_1
            ireturn
        12: .line 1220
      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 1222
            iconst_0
            ireturn
        14: .line 1224
      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 1226
            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 1227
            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 1228
            iconst_1
            ireturn
        18: .line 1230
      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 1232
            iconst_0
            ireturn
        20: .line 1234
      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 1236
            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 1238
      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 1240
            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 1241
            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 1242
            iconst_1
            ireturn
        26: .line 1244
      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 1251
      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 1252
            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 1254
            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 1255
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 5
         4: .line 1257
            aload 1 /* oldBucket */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
         5: .line 1259
      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 1260
            iconst_1
            ireturn
         7: .line 1262
      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 1264
            iconst_0
            ireturn
         9: .line 1266
      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 1268
            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 1269
            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 1270
            iconst_1
            ireturn
        13: .line 1272
      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 1274
            iconst_0
            ireturn
        15: .line 1276
      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 1278
            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 1279
            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 1280
            iconst_1
            ireturn
        19: .line 1282
      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 1284
            iconst_0
            ireturn
        21: .line 1286
      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 1288
            aload 3 /* bucket */
            astore 1 /* oldBucket */
        23: .line 1289
            goto 0
        24: .line 1291
      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 1293
            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 1294
            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 1295
            iconst_1
            ireturn
        28: .line 1297
      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 1305
            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 1311
            aload 0 /* this */
            aload 1 /* object */
            if_acmpne 2
         1: .line 1313
            iconst_1
            ireturn
         2: .line 1316
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            instanceof java.util.Set
            ifne 4
         3: .line 1318
            iconst_0
            ireturn
         4: .line 1321
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            checkcast java.util.Set
            astore 2 /* other */
        start local 2 // java.util.Set other
         5: .line 1322
            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 1328
            iconst_0
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 1329
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 10
         3: .line 1331
      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 1332
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 7
         5: .line 1334
            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 1335
            goto 9
         7: .line 1336
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            ifnull 9
         8: .line 1338
            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 1329
      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 1341
            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 1346
            iconst_0
            istore 2 /* hashCode */
        start local 2 // int hashCode
         1: .line 1349
      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 1350
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 1352
            iload 2 /* hashCode */
            ireturn
         4: .line 1354
      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 1355
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 7
         6: .line 1357
            iload 2 /* hashCode */
            ireturn
         7: .line 1359
      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 1360
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 10
         9: .line 1362
            iload 2 /* hashCode */
            ireturn
        10: .line 1364
      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 1366
            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 1367
            goto 1
        13: .line 1369
      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 1370
            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 1377
            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 1379
            iconst_0
            ireturn
         2: .line 1382
      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 1383
            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 1384
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.isEmpty:()Z
            ifeq 6
         5: .line 1386
            iconst_1
            ireturn
         6: .line 1389
      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 1390
            iconst_0
            istore 3 /* j */
        start local 3 // int j
         8: goto 17
         9: .line 1392
      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 1393
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 14
        11: .line 1395
            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 1396
            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 1397
            goto 16
        14: .line 1398
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 16
        15: .line 1400
            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 1390
      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 1403
            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 1410
      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 1411
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 1413
            return
         3: .line 1415
      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 1416
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 1418
            return
         6: .line 1420
      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 1421
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 1423
            return
         9: .line 1425
      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 1427
            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 1428
            goto 0
        12: .line 1430
      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 1431
            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 1438
            iload 2 /* oldIndex */
            iload 3 /* mask */
            iand
            istore 4 /* index */
        start local 4 // int index
         1: .line 1439
            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 1440
            aload 5 /* cur */
            ifnonnull 5
         3: .line 1442
            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 1443
            return
         5: .line 1445
      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 1446
            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 1450
            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 1452
            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 1455
      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 1457
            aload 3 /* bucket */
            aload 1 /* key */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
         4: .line 1458
            return
         5: .line 1460
      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 1462
            aload 3 /* bucket */
            aload 1 /* key */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
         7: .line 1463
            return
         8: .line 1465
      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 1467
            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 1468
            goto 2
        11: .line 1470
      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 1472
            aload 3 /* bucket */
            aload 1 /* key */
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        13: .line 1473
            return
        14: .line 1475
      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 1476
            return
        end local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        16: .line 1480
      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 1481
            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 1482
            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 1487
            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 1488
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readInt:()I
            istore 2 /* size */
        start local 2 // int size
         2: .line 1489
            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 1490
            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 1491
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 1493
      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 1491
            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 1495
            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 1500
            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 1501
            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 1502
            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 1503
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 12
         5: .line 1505
      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 1506
            aload 3 /* o */
            ifnull 11
         7: .line 1508
            aload 3 /* o */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 10
         8: .line 1510
            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 1511
            goto 11
        10: .line 1514
      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 1503
      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 1518
            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 1524
      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 1525
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 1527
            return
         3: .line 1529
      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 1530
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 1532
            return
         6: .line 1534
      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 1535
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 1537
            return
         9: .line 1539
      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 1541
            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 1542
            goto 0
        12: .line 1544
      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 1545
            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 1552
            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 1554
            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 1555
            aload 4 /* cur */
            ifnonnull 4
         3: .line 1557
            return
         4: .line 1559
      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 1561
            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 1562
            return
         7: .line 1564
      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 1566
            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 1568
      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 1574
      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 1576
            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 1577
            return
         3: .line 1579
      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 1581
            return
         5: .line 1583
      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 1585
            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 1586
            return
         8: .line 1588
      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 1590
            return
        10: .line 1592
      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 1594
            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 1595
            return
        13: .line 1597
      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 1599
            return
        15: .line 1601
      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 1603
            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 1604
            goto 0
        18: .line 1606
      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 1608
            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 1609
            return
        21: .line 1611
      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 1619
            aload 1 /* iterable */
            instanceof java.util.Set
            ifeq 2
         1: .line 1621
            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 1623
      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 1628
            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 1629
            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 1630
            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 1632
            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 1630
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 1634
            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 1636
            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 1637
            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 1638
            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 1639
            iconst_1
            ireturn
        11: .line 1641
      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 1647
            iconst_0
            istore 2 /* result */
        start local 2 // boolean result
         1: .line 1648
            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 1649
            goto 6
         3: .line 1651
      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 1653
            aload 3 /* e */
            invokeinterface java.util.Iterator.remove:()V
         5: .line 1654
            iconst_1
            istore 2 /* result */
         6: .line 1649
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 1657
            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 1663
            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 1669
            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 1670
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.copyToArray:([Ljava/lang/Object;)V
         2: .line 1671
            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 1676
            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 1677
            iconst_0
            istore 3 /* count */
        start local 3 // int count
         2: .line 1678
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 12
         4: .line 1680
      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 1681
            aload 5 /* cur */
            ifnull 11
         6: .line 1683
            aload 5 /* cur */
            instanceof org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
            ifeq 10
         7: .line 1685
            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 1686
            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 1687
            goto 11
        10: .line 1690
      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 1678
      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 1694
            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 1700
      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 1701
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 1703
            goto 13
         3: .line 1705
      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 1706
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 1708
            goto 13
         6: .line 1710
      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 1711
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 1713
            goto 13
         9: .line 1715
      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 1717
            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 1718
            goto 0
        12: .line 1720
      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 1724
      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 1730
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 1731
            aload 1 /* array */
            arraylength
            iload 2 /* size */
            if_icmpge 3
         2: .line 1732
            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 1733
      StackMap locals: int
      StackMap stack:
            aload 1 /* array */
         4: .line 1731
      StackMap locals:
      StackMap stack: java.lang.Object[]
            astore 3 /* result */
        start local 3 // java.lang.Object[] result
         5: .line 1735
            aload 0 /* this */
            aload 3 /* result */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.copyToArray:([Ljava/lang/Object;)V
         6: .line 1736
            iload 2 /* size */
            aload 3 /* result */
            arraylength
            if_icmpge 8
         7: .line 1738
            aload 3 /* result */
            iload 2 /* size */
            aconst_null
            aastore
         8: .line 1740
      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 1746
            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 2063
            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 2069
            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 2075
            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 2076
            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 2078
            aload 3 /* cur */
            ifnonnull 4
         3: .line 2080
            aconst_null
            areturn
         4: .line 2082
      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 2084
            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 2086
      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 2088
            aload 3 /* cur */
            areturn
         8: .line 2090
      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 2097
      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 2099
            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 2101
      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 2103
            aconst_null
            areturn
         4: .line 2105
      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 2107
            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 2109
      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 2111
            aconst_null
            areturn
         8: .line 2113
      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 2115
            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 2117
      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 2119
            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 2120
            goto 0
        13: .line 2122
      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 2124
            aconst_null
            areturn
        15: .line 2126
      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 2128
            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 2130
      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  

  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 2138
            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 2139
            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 2141
            aload 3 /* cur */
            ifnonnull 7
         3: .line 2143
            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 2144
            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 2146
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
         6: .line 2148
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 1 /* key */
            areturn
         7: .line 2151
      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 2153
      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 2155
      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=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 2160
            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 32
         1: .line 2162
            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 2165
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 0 /* this */
            aload 3 /* 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 4
         3: .line 2167
            aload 0 /* this */
            aload 3 /* 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
         4: .line 2169
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 9
         5: .line 2171
            aload 3 /* bucket */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.one:Ljava/lang/Object;
         6: .line 2172
            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 8
         7: .line 2174
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
         8: .line 2176
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
         9: .line 2178
      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 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 11
        10: .line 2180
            aload 0 /* this */
            aload 3 /* 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
        11: .line 2182
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 16
        12: .line 2184
            aload 3 /* bucket */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.two:Ljava/lang/Object;
        13: .line 2185
            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 15
        14: .line 2187
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        15: .line 2189
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        16: .line 2191
      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 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 18
        17: .line 2193
            aload 0 /* this */
            aload 3 /* 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
        18: .line 2195
      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 21
        19: .line 2197
            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 */
        20: .line 2198
            goto 2
        21: .line 2200
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 26
        22: .line 2202
            aload 3 /* bucket */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
        23: .line 2203
            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 25
        24: .line 2205
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        25: .line 2207
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        26: .line 2209
      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 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 28
        27: .line 2211
            aload 0 /* this */
            aload 3 /* 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
        28: .line 2213
      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;
        29: .line 2214
            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 31
        30: .line 2216
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        31: .line 2218
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        end local 3 // org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket bucket
        32: .line 2222
      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
        33: .line 2223
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 3 /* newBucket */
            aastore
        34: .line 2224
            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 36
        35: .line 2226
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.rehash:()V
        36: .line 2228
      StackMap locals: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket
      StackMap stack:
            aload 1 /* key */
            areturn
        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   37     0       this  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy<TT;>;
            0   37     1        key  TT;
            0   37     2      index  I
            2   32     3     bucket  Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$ChainedBucket;
           33   37     3  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 2234
            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 2235
            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 2236
            aload 3 /* cur */
            ifnonnull 4
         3: .line 2238
            aconst_null
            areturn
         4: .line 2240
      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 2242
            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 2244
      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 2246
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 2 /* index */
            aconst_null
            aastore
         8: .line 2247
            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 2248
            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 2250
      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 2255
            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 2257
            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 2258
            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 2259
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 5
         4: .line 2261
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.table:[Ljava/lang/Object;
            iload 3 /* index */
            aconst_null
            aastore
         5: .line 2263
      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 2264
            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 2266
      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 2268
            aconst_null
            areturn
         9: .line 2270
      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 2272
            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 2273
            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 2274
            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 2275
            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 2277
      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 2279
            aconst_null
            areturn
        16: .line 2281
      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 2283
            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 2284
            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 2285
            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 2286
            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 2288
      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 2290
            aconst_null
            areturn
        23: .line 2292
      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 2294
            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 2296
      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 2298
            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 2299
            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 2300
            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 2301
            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 2303
      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 2310
      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 2311
            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 2313
            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 2314
            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 2315
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 6
         5: .line 2317
            aload 1 /* oldBucket */
            aconst_null
            putfield org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$ChainedBucket.three:Ljava/lang/Object;
         6: .line 2319
      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 2320
            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 2322
      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 2324
            aconst_null
            areturn
        10: .line 2326
      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 2328
            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 2329
            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 2330
            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 2331
            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 2333
      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 2335
            aconst_null
            areturn
        17: .line 2337
      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 2339
            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 2340
            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 2341
            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 2342
            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 2344
      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 2346
            aconst_null
            areturn
        24: .line 2348
      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 2350
            aload 3 /* bucket */
            astore 1 /* oldBucket */
        26: .line 2351
            goto 0
        27: .line 2353
      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 2355
            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 2356
            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 2357
            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 2358
            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 2360
      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 2367
            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 2372
            aload 0 /* key */
            ifnonnull 2
         1: .line 2374
            getstatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.NULL_KEY:Ljava/lang/Object;
            areturn
         2: .line 2376
      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 2381
            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 2388
            aload 1 /* executorService */
            ifnonnull 2
         1: .line 2390
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 2392
      StackMap locals:
      StackMap stack:
            iload 2 /* batchSize */
            iconst_1
            if_icmpge 4
         3: .line 2394
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         4: .line 2396
      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 749
            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