public class org.eclipse.collections.impl.set.mutable.UnifiedSet<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.mutable.UnifiedSet
  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

  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 65
            ldc Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.$assertionsDisabled:Z
         3: .line 69
            new org.eclipse.collections.impl.set.mutable.UnifiedSet$1
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$1.<init>:()V
            putstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
         4: .line 90
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
         0: .line 96
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.AbstractUnifiedSet.<init>:()V
         1: .line 98
            aload 0 /* this */
            bipush 16
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.allocate:(I)I
            pop
         2: .line 99
            return
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // int initialCapacity
         0: .line 103
            aload 0 /* this */
            iload 1 /* initialCapacity */
            ldc 0.75
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(IF)V
         1: .line 104
            return
        end local 1 // int initialCapacity
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    2     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // int initialCapacity
        start local 2 // float loadFactor
         0: .line 106
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.AbstractUnifiedSet.<init>:()V
         1: .line 108
            iload 1 /* initialCapacity */
            ifge 3
         2: .line 110
            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 112
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet int float
      StackMap stack:
            fload 2 /* loadFactor */
            f2d
            dconst_0
            dcmpg
            ifgt 5
         4: .line 114
            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 116
      StackMap locals:
      StackMap stack:
            fload 2 /* loadFactor */
            f2d
            dconst_1
            dcmpl
            ifle 7
         6: .line 118
            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 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 2 /* loadFactor */
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
         8: .line 121
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* initialCapacity */
            i2f
            fload 2 /* loadFactor */
            fdiv
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.fastCeil:(F)I
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.init:(I)I
            pop
         9: .line 122
            return
        end local 2 // float loadFactor
        end local 1 // int initialCapacity
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   10     1  initialCapacity  I
            0   10     2       loadFactor  F
    MethodParameters:
                 Name  Flags
      initialCapacity  
      loadFactor       

  public void <init>(java.util.Collection<? extends T>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.util.Collection collection
         0: .line 126
            aload 0 /* this */
            aload 1 /* 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.mutable.UnifiedSet.<init>:(IF)V
         1: .line 127
            aload 0 /* this */
            aload 1 /* collection */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 128
            return
        end local 1 // java.util.Collection collection
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    3     1  collection  Ljava/util/Collection<+TT;>;
    Signature: (Ljava/util/Collection<+TT;>;)V
    MethodParameters:
            Name  Flags
      collection  

  public void <init>(org.eclipse.collections.impl.set.mutable.UnifiedSet<T>);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet set
         0: .line 130
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.AbstractUnifiedSet.<init>:()V
         1: .line 132
            aload 0 /* this */
            aload 1 /* set */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
         2: .line 133
            aload 0 /* this */
            aload 1 /* set */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
         3: .line 134
            aload 0 /* this */
            aload 1 /* set */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
         4: .line 135
            aload 0 /* this */
            aload 1 /* set */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.allocateTable:(I)V
         5: .line 137
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 14
         7: .line 139
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet org.eclipse.collections.impl.set.mutable.UnifiedSet int
      StackMap stack:
            aload 1 /* set */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            astore 3 /* key */
        start local 3 // java.lang.Object key
         8: .line 140
            aload 3 /* key */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 11
         9: .line 142
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* i */
            aload 3 /* key */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.copy:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
            aastore
        10: .line 143
            goto 13
        11: .line 144
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* key */
            ifnull 13
        12: .line 146
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* i */
            aload 3 /* key */
            aastore
        end local 3 // java.lang.Object key
        13: .line 137
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 2 /* i */
            aload 1 /* set */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 7
        end local 2 // int i
        15: .line 149
            return
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet set
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   16     1   set  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            6   15     2     i  I
            8   13     3   key  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;)V
    MethodParameters:
      Name  Flags
      set   

  public static <K> org.eclipse.collections.impl.set.mutable.UnifiedSet<K> newSet();
    descriptor: ()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 153
            new org.eclipse.collections.impl.set.mutable.UnifiedSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <K:Ljava/lang/Object;>()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;

  public static <K> org.eclipse.collections.impl.set.mutable.UnifiedSet<K> newSet(int);
    descriptor: (I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int size
         0: .line 158
            new org.eclipse.collections.impl.set.mutable.UnifiedSet
            dup
            iload 0 /* size */
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(I)V
            areturn
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  size  I
    Signature: <K:Ljava/lang/Object;>(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;
    MethodParameters:
      Name  Flags
      size  

  public static <K> org.eclipse.collections.impl.set.mutable.UnifiedSet<K> newSet(java.lang.Iterable<? extends K>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.Iterable source
         0: .line 163
            aload 0 /* source */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet
            ifeq 2
         1: .line 165
            new org.eclipse.collections.impl.set.mutable.UnifiedSet
            dup
            aload 0 /* source */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
            areturn
         2: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* source */
            instanceof java.util.Collection
            ifeq 4
         3: .line 169
            new org.eclipse.collections.impl.set.mutable.UnifiedSet
            dup
            aload 0 /* source */
            checkcast java.util.Collection
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(Ljava/util/Collection;)V
            areturn
         4: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* source */
            ifnonnull 6
         5: .line 173
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         6: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* source */
            instanceof org.eclipse.collections.api.RichIterable
            ifeq 8
         7: .line 176
            aload 0 /* source */
            checkcast org.eclipse.collections.api.RichIterable
            invokeinterface org.eclipse.collections.api.RichIterable.size:()I
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            goto 9
         8: .line 177
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
         9: .line 175
      StackMap locals:
      StackMap stack: org.eclipse.collections.impl.set.mutable.UnifiedSet
            astore 1 /* result */
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet result
        10: .line 178
            aload 0 /* source */
            invokestatic org.eclipse.collections.impl.block.factory.Procedures2.addToCollection:()Lorg/eclipse/collections/api/block/procedure/Procedure2;
            aload 1 /* 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 179
            aload 1 /* result */
            areturn
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet result
        end local 0 // java.lang.Iterable source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0  source  Ljava/lang/Iterable<+TK;>;
           10   12     1  result  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;
    Signature: <K:Ljava/lang/Object;>(Ljava/lang/Iterable<+TK;>;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;
    MethodParameters:
        Name  Flags
      source  

  public static <K> org.eclipse.collections.impl.set.mutable.UnifiedSet<K> newSet(int, float);
    descriptor: (IF)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int size
        start local 1 // float loadFactor
         0: .line 184
            new org.eclipse.collections.impl.set.mutable.UnifiedSet
            dup
            iload 0 /* size */
            fload 1 /* loadFactor */
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(IF)V
            areturn
        end local 1 // float loadFactor
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        size  I
            0    1     1  loadFactor  F
    Signature: <K:Ljava/lang/Object;>(IF)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;
    MethodParameters:
            Name  Flags
      size        
      loadFactor  

  public static <K> org.eclipse.collections.impl.set.mutable.UnifiedSet<K> newSetWith(K[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object[] elements
         0: .line 189
            aload 0 /* elements */
            arraylength
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            aload 0 /* elements */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.with:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            areturn
        end local 0 // java.lang.Object[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  elements  [Ljava/lang/Object;
    Signature: <K:Ljava/lang/Object;>([TK;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TK;>;
    MethodParameters:
          Name  Flags
      elements  

  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.mutable.UnifiedSet this
        start local 1 // float v
         0: .line 194
            fload 1 /* v */
            f2i
            istore 2 /* possibleResult */
        start local 2 // int possibleResult
         1: .line 195
            fload 1 /* v */
            iload 2 /* possibleResult */
            i2f
            fsub
            fconst_0
            fcmpl
            ifle 3
         2: .line 197
            iinc 2 /* possibleResult */ 1
         3: .line 199
      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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
         0: .line 205
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // int sizeToAllocate
         0: .line 211
            aload 0 /* this */
            iload 1 /* sizeToAllocate */
            anewarray java.lang.Object
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
         1: .line 212
            return
        end local 1 // int sizeToAllocate
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    2     1  sizeToAllocate  I
    MethodParameters:
                Name  Flags
      sizeToAllocate  

  protected int index(java.lang.Object);
    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.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
         0: .line 219
            aload 1 /* key */
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* key */
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* h */
        start local 2 // int h
         3: .line 220
            iload 2 /* h */
            iload 2 /* h */
            bipush 20
            iushr
            iload 2 /* h */
            bipush 12
            iushr
            ixor
            ixor
            istore 2 /* h */
         4: .line 221
            iload 2 /* h */
            iload 2 /* h */
            bipush 7
            iushr
            iload 2 /* h */
            iconst_4
            iushr
            ixor
            ixor
            istore 2 /* h */
         5: .line 222
            iload 2 /* h */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    6     1   key  Ljava/lang/Object;
            3    6     2     h  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.mutable.UnifiedSet this
         0: .line 228
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            ifne 2
         1: .line 230
            return
         2: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
         3: .line 233
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            astore 1 /* set */
        start local 1 // java.lang.Object[] set
         4: .line 235
            aload 1 /* set */
            arraylength
            istore 2 /* i */
        start local 2 // int i
         5: goto 7
         6: .line 237
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 1 /* set */
            iload 2 /* i */
            aconst_null
            aastore
         7: .line 235
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iinc 2 /* i */ -1
            ifgt 6
        end local 2 // int i
         8: .line 239
            return
        end local 1 // java.lang.Object[] set
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
         0: .line 244
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 245
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 246
            aload 3 /* cur */
            ifnonnull 7
         3: .line 248
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         4: .line 249
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 6
         5: .line 251
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
         6: .line 253
      StackMap locals: int java.lang.Object
      StackMap stack:
            iconst_1
            ireturn
         7: .line 255
      StackMap locals:
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifne 8
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* index */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedAdd:(Ljava/lang/Object;I)Z
            ireturn
         9: .line 259
      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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
        start local 2 // int index
         0: .line 264
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* realKey */
        start local 3 // java.lang.Object realKey
         1: .line 265
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 33
         2: .line 267
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 4 /* bucket */
        start local 4 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         3: .line 270
      StackMap locals: java.lang.Object org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 5
         4: .line 272
            iconst_0
            ireturn
         5: .line 274
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 10
         6: .line 276
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
         7: .line 277
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 9
         8: .line 279
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
         9: .line 281
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        10: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        11: .line 285
            iconst_0
            ireturn
        12: .line 287
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 17
        13: .line 289
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
        14: .line 290
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 16
        15: .line 292
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
        16: .line 294
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        17: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 19
        18: .line 298
            iconst_0
            ireturn
        19: .line 300
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 22
        20: .line 302
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 4 /* bucket */
        21: .line 303
            goto 3
        22: .line 305
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 27
        23: .line 307
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
        24: .line 308
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 26
        25: .line 310
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
        26: .line 312
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        27: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 29
        28: .line 316
            iconst_0
            ireturn
        29: .line 318
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            dup
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 3 /* realKey */
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
        30: .line 319
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 32
        31: .line 321
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
        32: .line 323
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        33: .line 327
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            aload 3 /* realKey */
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            astore 4 /* newBucket */
        start local 4 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket newBucket
        34: .line 328
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 4 /* newBucket */
            aastore
        35: .line 329
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 37
        36: .line 331
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
        37: .line 333
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket newBucket
        end local 3 // java.lang.Object realKey
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   38     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   38     1        key  TT;
            0   38     2      index  I
            1   38     3    realKey  Ljava/lang/Object;
            3   33     4     bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
           34   38     4  newBucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // int newCapacity
         0: .line 339
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            istore 2 /* oldLength */
        start local 2 // int oldLength
         1: .line 340
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            astore 3 /* old */
        start local 3 // java.lang.Object[] old
         2: .line 341
            aload 0 /* this */
            iload 1 /* newCapacity */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.allocate:(I)I
            pop
         3: .line 342
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
         4: .line 344
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 26
         6: .line 346
      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 347
            aload 5 /* oldKey */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 23
         8: .line 349
            aload 5 /* oldKey */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 6 /* bucket */
        start local 6 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         9: .line 352
      StackMap locals: java.lang.Object org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
      StackMap stack:
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            ifnull 11
        10: .line 354
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
        11: .line 356
      StackMap locals:
      StackMap stack:
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 13
        12: .line 358
            goto 25
        13: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
        14: .line 361
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 16
        15: .line 363
            goto 25
        16: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
        17: .line 366
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnull 25
        18: .line 368
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 21
        19: .line 370
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 6 /* bucket */
        20: .line 371
            goto 9
        21: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        22: .line 378
            goto 25
        23: .line 379
      StackMap locals:
      StackMap stack:
            aload 5 /* oldKey */
            ifnull 25
        24: .line 381
            aload 0 /* this */
            aload 0 /* this */
            aload 5 /* oldKey */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // java.lang.Object oldKey
        25: .line 344
      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 384
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   28     0         this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
         0: .line 389
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 390
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 391
            aload 3 /* cur */
            ifnonnull 4
         3: .line 393
            iconst_0
            ireturn
         4: .line 395
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 6
         5: .line 397
            aload 0 /* this */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainContains:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;)Z
            ireturn
         6: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet$ChainedBucket, );
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        start local 2 // java.lang.Object key
         0: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 2
         1: .line 408
            iconst_1
            ireturn
         2: .line 410
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 412
            iconst_0
            ireturn
         4: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         5: .line 416
            iconst_1
            ireturn
         6: .line 418
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         7: .line 420
            iconst_0
            ireturn
         8: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         9: .line 424
            iconst_1
            ireturn
        10: .line 426
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 12
        11: .line 428
            iconst_0
            ireturn
        12: .line 430
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 15
        13: .line 432
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
        14: .line 433
            goto 0
        15: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object key
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   16     1  bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
            0   16     2     key  TT;
    Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        start local 2 // int sectionIndex
        start local 3 // int sectionCount
         0: .line 443
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            astore 4 /* set */
        start local 4 // java.lang.Object[] set
         1: .line 444
            aload 4 /* set */
            arraylength
            iload 3 /* sectionCount */
            idiv
            istore 5 /* sectionSize */
        start local 5 // int sectionSize
         2: .line 445
            iload 5 /* sectionSize */
            iload 2 /* sectionIndex */
            imul
            istore 6 /* start */
        start local 6 // int start
         3: .line 446
            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 447
            iload 6 /* start */
            istore 8 /* i */
        start local 8 // int i
         7: goto 15
         8: .line 449
      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 450
            aload 9 /* cur */
            ifnull 14
        10: .line 452
            aload 9 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 13
        11: .line 454
            aload 0 /* this */
            aload 9 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedForEach:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
        12: .line 455
            goto 14
        13: .line 458
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* procedure */
            aload 0 /* this */
            aload 9 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 447
      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 462
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.api.set.MutableSet<T> tap(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 467
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         1: .line 468
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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/api/set/MutableSet<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=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 474
            aload 0 /* this */
            aload 1 /* procedure */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.each:(Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
         1: .line 475
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  protected void each(org.eclipse.collections.api.block.procedure.Procedure<? super T>, int, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        start local 2 // int start
        start local 3 // int end
         0: .line 479
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         1: goto 9
         2: .line 481
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 4 /* i */
            aaload
            astore 5 /* cur */
        start local 5 // java.lang.Object cur
         3: .line 482
            aload 5 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 6
         4: .line 484
            aload 0 /* this */
            aload 5 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedForEach:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         5: .line 485
            goto 8
         6: .line 486
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* cur */
            ifnull 8
         7: .line 488
            aload 1 /* procedure */
            aload 0 /* this */
            aload 5 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
        end local 5 // java.lang.Object cur
         8: .line 479
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* end */
            if_icmplt 2
        end local 4 // int i
        10: .line 491
            return
        end local 3 // int end
        end local 2 // int start
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   11     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
            0   11     2      start  I
            0   11     3        end  I
            1   10     4          i  I
            3    8     5        cur  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;II)V
    MethodParameters:
           Name  Flags
      procedure  
      start      
      end        

  private void chainedForEach(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        start local 2 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 497
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         1: .line 498
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 500
            return
         3: .line 502
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         4: .line 503
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 505
            return
         6: .line 507
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         7: .line 508
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 510
            return
         9: .line 512
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 12
        10: .line 514
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
        11: .line 515
            goto 0
        12: .line 517
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
        13: .line 518
            return
        end local 2 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   14     1     bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
            0   14     2  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
    Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 526
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 9
         2: .line 528
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* cur */
        start local 4 // java.lang.Object cur
         3: .line 529
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 6
         4: .line 531
            aload 0 /* this */
            aload 4 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* procedure */
            aload 2 /* parameter */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedForEachWith:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
         5: .line 532
            goto 8
         6: .line 533
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 8
         7: .line 535
            aload 1 /* procedure */
            aload 0 /* this */
            aload 4 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 526
      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.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
        end local 3 // int i
        10: .line 538
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        start local 2 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 3 // java.lang.Object parameter
         0: .line 547
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 548
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 550
            return
         3: .line 552
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 553
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 555
            return
         6: .line 557
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 558
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 560
            return
         9: .line 562
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 12
        10: .line 564
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
        11: .line 565
            goto 0
        12: .line 567
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 568
            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.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   14     1     bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 576
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 577
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 579
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* cur */
        start local 4 // java.lang.Object cur
         4: .line 580
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 7
         5: .line 582
            aload 0 /* this */
            aload 4 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* objectIntProcedure */
            iload 2 /* count */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedForEachWithIndex:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;I)I
            istore 2 /* count */
         6: .line 583
            goto 9
         7: .line 584
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 9
         8: .line 586
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            aload 4 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 577
      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.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 3 // int i
        11: .line 589
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   12     0                this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>, );
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        start local 2 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure procedure
        start local 3 // int count
         0: .line 595
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 596
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 598
            iload 3 /* count */
            ireturn
         3: .line 600
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 601
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 603
            iload 3 /* count */
            ireturn
         6: .line 605
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 606
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 608
            iload 3 /* count */
            ireturn
         9: .line 610
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 12
        10: .line 612
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
        11: .line 613
            goto 0
        12: .line 615
      StackMap locals:
      StackMap stack:
            aload 2 /* procedure */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 616
            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.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   14     1     bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;I)I
    MethodParameters:
           Name  Flags
      bucket     
      procedure  
      count      

  public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> newEmpty();
    descriptor: ()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
         0: .line 624
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;

  public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> newEmpty(int);
    descriptor: (I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // int size
         0: .line 630
            iload 1 /* size */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(IF)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            areturn
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    1     1  size  I
    Signature: (I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
         0: .line 636
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 8
         2: .line 638
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 1 /* i */
            aaload
            astore 2 /* cur */
        start local 2 // java.lang.Object cur
         3: .line 639
            aload 2 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 5
         4: .line 641
            aload 0 /* this */
            aload 2 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         5: .line 643
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* cur */
            ifnull 7
         6: .line 645
            aload 0 /* this */
            aload 2 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object cur
         7: .line 636
      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.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
        end local 1 // int i
         9: .line 648
            aconst_null
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
         0: .line 654
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            iconst_1
            isub
            istore 1 /* i */
        start local 1 // int i
         1: goto 8
         2: .line 656
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 1 /* i */
            aaload
            astore 2 /* cur */
        start local 2 // java.lang.Object cur
         3: .line 657
            aload 2 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 5
         4: .line 659
            aload 0 /* this */
            aload 2 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.getLast:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Ljava/lang/Object;
            areturn
         5: .line 661
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* cur */
            ifnull 7
         6: .line 663
            aload 0 /* this */
            aload 2 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object cur
         7: .line 654
      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 666
            aconst_null
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            1    9     1     i  I
            3    7     2   cur  Ljava/lang/Object;
    Signature: ()TT;

  private T getLast(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         0: .line 671
            goto 2
         1: .line 673
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
         2: .line 671
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifne 1
         3: .line 676
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnull 5
         4: .line 678
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         5: .line 680
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnull 7
         6: .line 682
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         7: .line 684
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnull 9
         8: .line 686
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         9: .line 688
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.$assertionsDisabled:Z
            ifne 10
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 10
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   11     1  bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
    Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)TT;
    MethodParameters:
        Name  Flags
      bucket  

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

  public <P> org.eclipse.collections.impl.set.mutable.UnifiedSet<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/mutable/UnifiedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 703
            aload 0 /* this */
            aload 1 /* predicate */
            aload 2 /* parameter */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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/mutable/UnifiedSet<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

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

  public <P> org.eclipse.collections.impl.set.mutable.UnifiedSet<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/mutable/UnifiedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 717
            aload 0 /* this */
            aload 1 /* predicate */
            aload 2 /* parameter */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 725
            getstatic org.eclipse.collections.api.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 726
            getstatic org.eclipse.collections.api.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 727
            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/mutable/UnifiedSet.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.mutable.UnifiedSet.forEachWith:(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
         3: .line 728
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 734
            new org.eclipse.collections.impl.partition.set.PartitionUnifiedSet
            dup
            invokespecial org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.<init>:()V
            astore 2 /* partitionUnifiedSet */
        start local 2 // org.eclipse.collections.api.partition.set.PartitionMutableSet partitionUnifiedSet
         1: .line 735
            aload 0 /* this */
            new org.eclipse.collections.impl.block.procedure.PartitionProcedure
            dup
            aload 1 /* predicate */
            aload 2 /* partitionUnifiedSet */
            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.mutable.UnifiedSet.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 736
            aload 2 /* partitionUnifiedSet */
            areturn
        end local 2 // org.eclipse.collections.api.partition.set.PartitionMutableSet partitionUnifiedSet
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    3     1            predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            1    3     2  partitionUnifiedSet  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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 742
            new org.eclipse.collections.impl.partition.set.PartitionUnifiedSet
            dup
            invokespecial org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.<init>:()V
            astore 3 /* partitionUnifiedSet */
        start local 3 // org.eclipse.collections.api.partition.set.PartitionMutableSet partitionUnifiedSet
         1: .line 743
            aload 0 /* this */
            new org.eclipse.collections.impl.block.procedure.PartitionPredicate2Procedure
            dup
            aload 1 /* predicate */
            aload 2 /* parameter */
            aload 3 /* partitionUnifiedSet */
            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.mutable.UnifiedSet.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 744
            aload 3 /* partitionUnifiedSet */
            areturn
        end local 3 // org.eclipse.collections.api.partition.set.PartitionMutableSet partitionUnifiedSet
        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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    3     1            predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    3     2            parameter  TP;
            1    3     3  partitionUnifiedSet  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.mutable.UnifiedSet<S> selectInstancesOf(java.lang.Class<S>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.lang.Class clazz
         0: .line 750
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.impl.set.mutable.UnifiedSet result
         1: .line 751
            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.mutable.UnifiedSet.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 752
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.impl.set.mutable.UnifiedSet result
        end local 1 // java.lang.Class clazz
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    3     1   clazz  Ljava/lang/Class<TS;>;
            1    3     2  result  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TS;>;
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // int start
        start local 3 // int end
         0: .line 758
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         1: goto 12
         2: .line 760
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 4 /* i */
            aaload
            astore 5 /* cur */
        start local 5 // java.lang.Object cur
         3: .line 761
            aload 5 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 7
         4: .line 763
            aload 0 /* this */
            aload 5 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedDetect:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
            astore 6 /* chainedDetect */
        start local 6 // java.lang.Object chainedDetect
         5: .line 764
            aload 6 /* chainedDetect */
            ifnull 11
         6: .line 766
            aload 0 /* this */
            aload 6 /* chainedDetect */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 6 // java.lang.Object chainedDetect
         7: .line 769
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* cur */
            ifnull 11
         8: .line 771
            aload 0 /* this */
            aload 5 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* each */
        start local 6 // java.lang.Object each
         9: .line 772
            aload 1 /* predicate */
            aload 6 /* each */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 774
            aload 6 /* each */
            areturn
        end local 6 // java.lang.Object each
        end local 5 // java.lang.Object cur
        11: .line 758
      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 778
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // int start
        start local 3 // int end
         0: .line 784
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         1: goto 12
         2: .line 786
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 4 /* i */
            aaload
            astore 5 /* cur */
        start local 5 // java.lang.Object cur
         3: .line 787
            aload 5 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 7
         4: .line 789
            aload 0 /* this */
            aload 5 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedDetect:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
            astore 6 /* chainedDetect */
        start local 6 // java.lang.Object chainedDetect
         5: .line 790
            aload 6 /* chainedDetect */
            ifnull 11
         6: .line 792
            aload 0 /* this */
            aload 6 /* chainedDetect */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 795
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* cur */
            ifnull 11
         8: .line 797
            aload 0 /* this */
            aload 5 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* each */
        start local 6 // java.lang.Object each
         9: .line 798
            aload 1 /* predicate */
            aload 6 /* each */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 800
            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 784
      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 804
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        start local 2 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 811
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 813
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            areturn
         2: .line 815
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 817
            aconst_null
            areturn
         4: .line 819
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 821
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            areturn
         6: .line 823
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         7: .line 825
            aconst_null
            areturn
         8: .line 827
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 829
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            areturn
        10: .line 831
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 12
        11: .line 833
            aconst_null
            areturn
        12: .line 835
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 15
        13: .line 837
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
        14: .line 838
            goto 0
        15: .line 840
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ifeq 17
        16: .line 842
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            areturn
        17: .line 844
      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.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   18     1     bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
            0   18     2  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet 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 858
            iload 5 /* start */
            istore 7 /* i */
        start local 7 // int i
         1: goto 11
         2: .line 860
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 7 /* i */
            aaload
            astore 8 /* cur */
        start local 8 // java.lang.Object cur
         3: .line 861
            aload 8 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 6
         4: .line 863
            aload 0 /* this */
            aload 8 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* predicate */
            iload 2 /* expected */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedShortCircuit:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate;Z)Z
            ifeq 10
         5: .line 865
            iload 3 /* onShortCircuit */
            ireturn
         6: .line 868
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 8 /* cur */
            ifnull 10
         7: .line 870
            aload 0 /* this */
            aload 8 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 9 /* each */
        start local 9 // java.lang.Object each
         8: .line 871
            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 873
            iload 3 /* onShortCircuit */
            ireturn
        end local 9 // java.lang.Object each
        end local 8 // java.lang.Object cur
        10: .line 858
      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 877
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.predicate.Predicate<? super T>, );
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        start local 2 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 3 // boolean expected
         0: .line 887
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 889
            iconst_1
            ireturn
         2: .line 891
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 893
            iconst_0
            ireturn
         4: .line 895
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 897
            iconst_1
            ireturn
         6: .line 899
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         7: .line 901
            iconst_0
            ireturn
         8: .line 903
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 905
            iconst_1
            ireturn
        10: .line 907
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 12
        11: .line 909
            iconst_0
            ireturn
        12: .line 911
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 15
        13: .line 913
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
        14: .line 914
            goto 0
        15: .line 916
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   17     1     bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
            0   17     2  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0   17     3   expected  Z
    Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet 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 929
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         1: goto 11
         2: .line 931
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 6 /* i */
            aaload
            astore 7 /* cur */
        start local 7 // java.lang.Object cur
         3: .line 932
            aload 7 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 6
         4: .line 934
            aload 0 /* this */
            aload 7 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* predicate2 */
            aload 2 /* parameter */
            iload 3 /* expected */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedShortCircuitWith:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Z)Z
            ifeq 10
         5: .line 936
            iload 4 /* onShortCircuit */
            ireturn
         6: .line 939
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 7 /* cur */
            ifnull 10
         7: .line 941
            aload 0 /* this */
            aload 7 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 8 /* each */
        start local 8 // java.lang.Object each
         8: .line 942
            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 944
            iload 4 /* onShortCircuit */
            ireturn
        end local 8 // java.lang.Object each
        end local 7 // java.lang.Object cur
        10: .line 929
      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.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
        end local 6 // int i
        12: .line 948
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet$ChainedBucket, org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, );
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$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 959
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 961
            iconst_1
            ireturn
         2: .line 963
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 965
            iconst_0
            ireturn
         4: .line 967
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 969
            iconst_1
            ireturn
         6: .line 971
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         7: .line 973
            iconst_0
            ireturn
         8: .line 975
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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 977
            iconst_1
            ireturn
        10: .line 979
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 12
        11: .line 981
            iconst_0
            ireturn
        12: .line 983
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 15
        13: .line 985
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
        14: .line 986
            goto 0
        15: .line 988
      StackMap locals:
      StackMap stack:
            aload 2 /* predicate */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   17     1     bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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/mutable/UnifiedSet$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.set.ImmutableSet<T> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
         0: .line 996
            getstatic org.eclipse.collections.api.factory.Sets.immutable:Lorg/eclipse/collections/api/factory/set/ImmutableSetFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.set.ImmutableSetFactory.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
    Signature: ()Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;

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

  public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> with(T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.lang.Object element1
        start local 2 // java.lang.Object element2
         0: .line 1008
            aload 0 /* this */
            aload 1 /* element1 */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1009
            aload 0 /* this */
            aload 2 /* element2 */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1010
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    3     1  element1  TT;
            0    3     2  element2  TT;
    Signature: (TT;TT;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
    MethodParameters:
          Name  Flags
      element1  
      element2  

  public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> with(T, T, T);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.lang.Object element1
        start local 2 // java.lang.Object element2
        start local 3 // java.lang.Object element3
         0: .line 1015
            aload 0 /* this */
            aload 1 /* element1 */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1016
            aload 0 /* this */
            aload 2 /* element2 */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1017
            aload 0 /* this */
            aload 3 /* element3 */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
         3: .line 1018
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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/mutable/UnifiedSet<TT;>;
    MethodParameters:
          Name  Flags
      element1  
      element2  
      element3  

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

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

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

  public org.eclipse.collections.impl.set.mutable.UnifiedSet<T> withoutAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.lang.Iterable elements
         0: .line 1044
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.removeAllIterable:(Ljava/lang/Iterable;)Z
            pop
         1: .line 1045
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable elements
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    2     1  elements  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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=6, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.lang.Iterable iterable
         0: .line 1051
            aload 1 /* iterable */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet
            ifeq 2
         1: .line 1053
            aload 0 /* this */
            aload 1 /* iterable */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.copySet:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)Z
            ireturn
         2: .line 1056
      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 1057
            aload 0 /* this */
            iload 2 /* size */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.ensureCapacity:(I)V
         4: .line 1058
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
            istore 3 /* oldSize */
        start local 3 // int oldSize
         5: .line 1060
            aload 1 /* iterable */
            instanceof java.util.List
            ifeq 13
            aload 1 /* iterable */
            instanceof java.util.RandomAccess
            ifeq 13
         6: .line 1062
            aload 1 /* iterable */
            checkcast java.util.List
            astore 4 /* list */
        start local 4 // java.util.List list
         7: .line 1063
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 11
         9: .line 1065
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet java.lang.Iterable int int java.util.List int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* list */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
        10: .line 1063
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 2 /* size */
            if_icmplt 9
        end local 5 // int i
        end local 4 // java.util.List list
        12: .line 1067
            goto 14
        13: .line 1070
      StackMap locals:
      StackMap stack:
            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
        14: .line 1072
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
            iload 3 /* oldSize */
            if_icmpeq 15
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        15: 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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   16     1  iterable  Ljava/lang/Iterable<+TT;>;
            3   16     2      size  I
            5   16     3   oldSize  I
            7   12     4      list  Ljava/util/List<TT;>;
            8   12     5         i  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.mutable.UnifiedSet this
        start local 1 // int size
         0: .line 1077
            iload 1 /* size */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 6
         1: .line 1079
            iload 1 /* size */
            i2f
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
            fdiv
            f2i
            iconst_1
            iadd
            istore 1 /* size */
         2: .line 1080
            iload 1 /* size */
            invokestatic java.lang.Integer.highestOneBit:(I)I
            istore 2 /* capacity */
        start local 2 // int capacity
         3: .line 1081
            iload 1 /* size */
            iload 2 /* capacity */
            if_icmpeq 5
         4: .line 1083
            iload 2 /* capacity */
            iconst_1
            ishl
            istore 2 /* capacity */
         5: .line 1085
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* capacity */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:(I)V
        end local 2 // int capacity
         6: .line 1087
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    7     1      size  I
            3    6     2  capacity  I
    MethodParameters:
      Name  Flags
      size  

  protected boolean copySet(org.eclipse.collections.impl.set.mutable.UnifiedSet<?>);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet unifiedset
         0: .line 1092
            iconst_0
            istore 2 /* changed */
        start local 2 // boolean changed
         1: .line 1093
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 1095
      StackMap locals: int int
      StackMap stack:
            aload 1 /* unifiedset */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* cur */
        start local 4 // java.lang.Object cur
         4: .line 1096
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 7
         5: .line 1098
            iload 2 /* changed */
            aload 0 /* this */
            aload 4 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.copyChain:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Z
            ior
            istore 2 /* changed */
         6: .line 1099
            goto 9
         7: .line 1100
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 9
         8: .line 1102
            iload 2 /* changed */
            aload 0 /* this */
            aload 0 /* this */
            aload 4 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            ior
            istore 2 /* changed */
        end local 4 // java.lang.Object cur
         9: .line 1093
      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.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 3 // int i
        11: .line 1105
            iload 2 /* changed */
            ireturn
        end local 2 // boolean changed
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet unifiedset
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   12     1  unifiedset  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<*>;
            1   12     2     changed  Z
            2   11     3           i  I
            4    9     4         cur  Ljava/lang/Object;
    Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<*>;)Z
    MethodParameters:
            Name  Flags
      unifiedset  

  private boolean copyChain(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         0: .line 1110
            iconst_0
            istore 2 /* changed */
        start local 2 // boolean changed
         1: .line 1113
      StackMap locals: int
      StackMap stack:
            iload 2 /* changed */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            ior
            istore 2 /* changed */
         2: .line 1114
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 1116
            iload 2 /* changed */
            ireturn
         4: .line 1118
      StackMap locals:
      StackMap stack:
            iload 2 /* changed */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            ior
            istore 2 /* changed */
         5: .line 1119
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 7
         6: .line 1121
            iload 2 /* changed */
            ireturn
         7: .line 1123
      StackMap locals:
      StackMap stack:
            iload 2 /* changed */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            ior
            istore 2 /* changed */
         8: .line 1124
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 10
         9: .line 1126
            iload 2 /* changed */
            ireturn
        10: .line 1128
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 13
        11: .line 1130
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
        12: .line 1131
            goto 1
        13: .line 1133
      StackMap locals:
      StackMap stack:
            iload 2 /* changed */
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            ior
            istore 2 /* changed */
        14: .line 1134
            iload 2 /* changed */
            ireturn
        end local 2 // boolean changed
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   15     1   bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
         0: .line 1142
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 1144
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 1145
            aload 3 /* cur */
            ifnonnull 4
         3: .line 1147
            iconst_0
            ireturn
         4: .line 1149
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 6
         5: .line 1151
            aload 0 /* this */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* key */
            iload 2 /* index */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.removeFromChain:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;I)Z
            ireturn
         6: .line 1153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         7: .line 1155
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aconst_null
            aastore
         8: .line 1156
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
         9: .line 1157
            iconst_1
            ireturn
        10: .line 1159
      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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet$ChainedBucket, T, );
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        start local 2 // java.lang.Object key
        start local 3 // int index
         0: .line 1164
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         1: .line 1166
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
         2: .line 1167
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 4
         3: .line 1169
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 3 /* index */
            aconst_null
            aastore
         4: .line 1171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
         5: .line 1172
            iconst_1
            ireturn
         6: .line 1174
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 8
         7: .line 1176
            iconst_0
            ireturn
         8: .line 1178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
         9: .line 1180
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_1
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
        10: .line 1181
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        11: .line 1182
            iconst_1
            ireturn
        12: .line 1184
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 14
        13: .line 1186
            iconst_0
            ireturn
        14: .line 1188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 18
        15: .line 1190
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_2
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
        16: .line 1191
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        17: .line 1192
            iconst_1
            ireturn
        18: .line 1194
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 20
        19: .line 1196
            iconst_0
            ireturn
        20: .line 1198
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 22
        21: .line 1200
            aload 0 /* this */
            aload 1 /* bucket */
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.removeDeepChain:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;)Z
            ireturn
        22: .line 1202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 26
        23: .line 1204
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_3
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
        24: .line 1205
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        25: .line 1206
            iconst_1
            ireturn
        26: .line 1208
      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.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   27     1  bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
            0   27     2     key  TT;
            0   27     3   index  I
    Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;TT;I)Z
    MethodParameters:
        Name  Flags
      bucket  
      key     
      index   

  private boolean removeDeepChain(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, );
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket oldBucket
        start local 2 // java.lang.Object key
         0: .line 1215
      StackMap locals:
      StackMap stack:
            aload 1 /* oldBucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 3 /* bucket */
        start local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         1: .line 1216
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
         2: .line 1218
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
         3: .line 1219
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 5
         4: .line 1221
            aload 1 /* oldBucket */
            aconst_null
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
         5: .line 1223
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
         6: .line 1224
            iconst_1
            ireturn
         7: .line 1226
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 9
         8: .line 1228
            iconst_0
            ireturn
         9: .line 1230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 13
        10: .line 1232
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_1
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
        11: .line 1233
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        12: .line 1234
            iconst_1
            ireturn
        13: .line 1236
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 15
        14: .line 1238
            iconst_0
            ireturn
        15: .line 1240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 19
        16: .line 1242
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_2
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
        17: .line 1243
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        18: .line 1244
            iconst_1
            ireturn
        19: .line 1246
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 21
        20: .line 1248
            iconst_0
            ireturn
        21: .line 1250
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 24
        22: .line 1252
            aload 3 /* bucket */
            astore 1 /* oldBucket */
        23: .line 1253
            goto 0
        24: .line 1255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 28
        25: .line 1257
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_3
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
        26: .line 1258
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        27: .line 1259
            iconst_1
            ireturn
        28: .line 1261
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 2 // java.lang.Object key
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket oldBucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   29     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   29     1  oldBucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
            0   29     2        key  TT;
            1   29     3     bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
    Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
         0: .line 1269
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            ireturn
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // java.lang.Object object
         0: .line 1275
            aload 0 /* this */
            aload 1 /* object */
            if_acmpne 2
         1: .line 1277
            iconst_1
            ireturn
         2: .line 1280
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            instanceof java.util.Set
            ifne 4
         3: .line 1282
            iconst_0
            ireturn
         4: .line 1285
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            checkcast java.util.Set
            astore 2 /* other */
        start local 2 // java.util.Set other
         5: .line 1286
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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.mutable.UnifiedSet.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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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=3, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
         0: .line 1292
            iconst_0
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 1293
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 12
         3: .line 1295
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         4: .line 1296
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 7
         5: .line 1298
            iload 1 /* hashCode */
            aload 0 /* this */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedHashCode:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)I
            iadd
            istore 1 /* hashCode */
         6: .line 1299
            goto 11
         7: .line 1300
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            ifnull 11
         8: .line 1302
            iload 1 /* hashCode */
            aload 3 /* cur */
            getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
            if_acmpne 9
            iconst_0
            goto 10
      StackMap locals:
      StackMap stack: int
         9: aload 3 /* cur */
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet int int java.lang.Object
      StackMap stack: int int
        10: iadd
            istore 1 /* hashCode */
        end local 3 // java.lang.Object cur
        11: .line 1293
      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.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 2 // int i
        13: .line 1305
            iload 1 /* hashCode */
            ireturn
        end local 1 // int hashCode
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            1   14     1  hashCode  I
            2   13     2         i  I
            4   11     3       cur  Ljava/lang/Object;

  private int chainedHashCode(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         0: .line 1310
            iconst_0
            istore 2 /* hashCode */
        start local 2 // int hashCode
         1: .line 1313
      StackMap locals: int
      StackMap stack:
            iload 2 /* hashCode */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
            if_acmpne 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: int
         2: aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket int
      StackMap stack: int int
         3: iadd
            istore 2 /* hashCode */
         4: .line 1314
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 6
         5: .line 1316
            iload 2 /* hashCode */
            ireturn
         6: .line 1318
      StackMap locals:
      StackMap stack:
            iload 2 /* hashCode */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
            if_acmpne 7
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack: int
         7: aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket int
      StackMap stack: int int
         8: iadd
            istore 2 /* hashCode */
         9: .line 1319
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 11
        10: .line 1321
            iload 2 /* hashCode */
            ireturn
        11: .line 1323
      StackMap locals:
      StackMap stack:
            iload 2 /* hashCode */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
            if_acmpne 12
            iconst_0
            goto 13
      StackMap locals:
      StackMap stack: int
        12: aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket int
      StackMap stack: int int
        13: iadd
            istore 2 /* hashCode */
        14: .line 1324
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 16
        15: .line 1326
            iload 2 /* hashCode */
            ireturn
        16: .line 1328
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 19
        17: .line 1330
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
        18: .line 1331
            goto 1
        19: .line 1333
      StackMap locals:
      StackMap stack:
            iload 2 /* hashCode */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
            if_acmpne 20
            iconst_0
            goto 21
      StackMap locals:
      StackMap stack: int
        20: aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket int
      StackMap stack: int int
        21: iadd
            istore 2 /* hashCode */
        22: .line 1334
            iload 2 /* hashCode */
            ireturn
        end local 2 // int hashCode
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   23     1    bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
            1   23     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.mutable.UnifiedSet this
         0: .line 1341
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            i2f
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
            fdiv
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.fastCeil:(F)I
            iconst_1
            ishl
            if_icmpgt 2
         1: .line 1343
            iconst_0
            ireturn
         2: .line 1346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            astore 1 /* temp */
        start local 1 // java.lang.Object[] temp
         3: .line 1347
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            i2f
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
            fdiv
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.fastCeil:(F)I
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.init:(I)I
            pop
         4: .line 1348
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.isEmpty:()Z
            ifeq 6
         5: .line 1350
            iconst_1
            ireturn
         6: .line 1353
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            iconst_1
            isub
            istore 2 /* mask */
        start local 2 // int mask
         7: .line 1354
            iconst_0
            istore 3 /* j */
        start local 3 // int j
         8: goto 17
         9: .line 1356
      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 1357
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 14
        11: .line 1359
            aload 4 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 5 /* bucket */
        start local 5 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        12: .line 1360
            aload 0 /* this */
            aload 5 /* bucket */
            iload 3 /* j */
            iload 2 /* mask */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedTrimToSize:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;II)V
        end local 5 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        13: .line 1361
            goto 16
        14: .line 1362
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            ifnull 16
        15: .line 1364
            aload 0 /* this */
            aload 4 /* cur */
            iload 3 /* j */
            iload 2 /* mask */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addForTrim:(Ljava/lang/Object;II)V
        end local 4 // java.lang.Object cur
        16: .line 1354
      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 1367
            iconst_1
            ireturn
        end local 2 // int mask
        end local 1 // java.lang.Object[] temp
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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/mutable/UnifiedSet$ChainedBucket;

  private void chainedTrimToSize(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, int, int);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        start local 2 // int oldIndex
        start local 3 // int mask
         0: .line 1374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            iload 2 /* oldIndex */
            iload 3 /* mask */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addForTrim:(Ljava/lang/Object;II)V
         1: .line 1375
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 1377
            return
         3: .line 1379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            iload 2 /* oldIndex */
            iload 3 /* mask */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addForTrim:(Ljava/lang/Object;II)V
         4: .line 1380
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 1382
            return
         6: .line 1384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            iload 2 /* oldIndex */
            iload 3 /* mask */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addForTrim:(Ljava/lang/Object;II)V
         7: .line 1385
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 1387
            return
         9: .line 1389
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 12
        10: .line 1391
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
        11: .line 1392
            goto 0
        12: .line 1394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            iload 2 /* oldIndex */
            iload 3 /* mask */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addForTrim:(Ljava/lang/Object;II)V
        13: .line 1395
            return
        end local 3 // int mask
        end local 2 // int oldIndex
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   14     1    bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
        start local 2 // int oldIndex
        start local 3 // int mask
         0: .line 1402
            iload 2 /* oldIndex */
            iload 3 /* mask */
            iand
            istore 4 /* index */
        start local 4 // int index
         1: .line 1403
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 4 /* index */
            aaload
            astore 5 /* cur */
        start local 5 // java.lang.Object cur
         2: .line 1404
            aload 5 /* cur */
            ifnonnull 5
         3: .line 1406
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 4 /* index */
            aload 1 /* key */
            aastore
         4: .line 1407
            return
         5: .line 1409
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            iload 4 /* index */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedAddForTrim:(Ljava/lang/Object;I)V
         6: .line 1410
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
        start local 2 // int index
         0: .line 1414
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 16
         1: .line 1416
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 3 /* bucket */
        start local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         2: .line 1419
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 5
         3: .line 1421
            aload 3 /* bucket */
            aload 1 /* key */
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
         4: .line 1422
            return
         5: .line 1424
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         6: .line 1426
            aload 3 /* bucket */
            aload 1 /* key */
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
         7: .line 1427
            return
         8: .line 1429
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 11
         9: .line 1431
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 3 /* bucket */
        10: .line 1432
            goto 2
        11: .line 1434
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 14
        12: .line 1436
            aload 3 /* bucket */
            aload 1 /* key */
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
        13: .line 1437
            return
        14: .line 1439
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            dup
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 1 /* key */
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
        15: .line 1440
            return
        end local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        16: .line 1444
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            aload 1 /* key */
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            astore 3 /* newBucket */
        start local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket newBucket
        17: .line 1445
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 3 /* newBucket */
            aastore
        18: .line 1446
            return
        end local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket newBucket
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   19     1        key  Ljava/lang/Object;
            0   19     2      index  I
            2   16     3     bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
           17   19     3  newBucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // java.io.ObjectInput in
         0: .line 1451
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readInt:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 1452
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readFloat:()F
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
         2: .line 1453
            aload 0 /* this */
            iload 2 /* size */
            i2f
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
            fdiv
            f2i
            iconst_1
            iadd
            bipush 8
            invokestatic java.lang.Math.max:(II)I
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.init:(I)I
            pop
         3: .line 1454
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 1456
      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.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
         6: .line 1454
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 2 /* size */
            if_icmplt 5
        end local 3 // int i
         8: .line 1458
            return
        end local 2 // int size
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0    9     1    in  Ljava/io/ObjectInput;
            1    9     2  size  I
            4    8     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.mutable.UnifiedSet this
        start local 1 // java.io.ObjectOutput out
         0: .line 1463
            aload 1 /* out */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
            invokeinterface java.io.ObjectOutput.writeInt:(I)V
         1: .line 1464
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.loadFactor:F
            invokeinterface java.io.ObjectOutput.writeFloat:(F)V
         2: .line 1465
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 11
         4: .line 1467
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            astore 3 /* o */
        start local 3 // java.lang.Object o
         5: .line 1468
            aload 3 /* o */
            ifnull 10
         6: .line 1470
            aload 3 /* o */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 9
         7: .line 1472
            aload 0 /* this */
            aload 1 /* out */
            aload 3 /* o */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.writeExternalChain:(Ljava/io/ObjectOutput;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)V
         8: .line 1473
            goto 10
         9: .line 1476
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            aload 3 /* o */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
        end local 3 // java.lang.Object o
        10: .line 1465
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            arraylength
            if_icmplt 4
        end local 2 // int i
        12: .line 1480
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   13     1   out  Ljava/io/ObjectOutput;
            3   12     2     i  I
            5   10     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.mutable.UnifiedSet$ChainedBucket);
    descriptor: (Ljava/io/ObjectOutput;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.io.ObjectOutput out
        start local 2 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         0: .line 1486
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 1487
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 1489
            return
         3: .line 1491
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         4: .line 1492
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 1494
            return
         6: .line 1496
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         7: .line 1497
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 1499
            return
         9: .line 1501
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 12
        10: .line 1503
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 2 /* bucket */
        11: .line 1504
            goto 0
        12: .line 1506
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
        13: .line 1507
            return
        end local 2 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   14     1     out  Ljava/io/ObjectOutput;
            0   14     2  bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      out     
      bucket  

  private void addIfFound(T, org.eclipse.collections.impl.set.mutable.UnifiedSet<T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.impl.set.mutable.UnifiedSet other
         0: .line 1514
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
            istore 3 /* index */
        start local 3 // int index
         1: .line 1516
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 3 /* index */
            aaload
            astore 4 /* cur */
        start local 4 // java.lang.Object cur
         2: .line 1517
            aload 4 /* cur */
            ifnonnull 4
         3: .line 1519
            return
         4: .line 1521
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 4 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 7
         5: .line 1523
            aload 0 /* this */
            aload 4 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* key */
            aload 2 /* other */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addIfFoundFromChain:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
         6: .line 1524
            return
         7: .line 1526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         8: .line 1528
            aload 2 /* other */
            aload 0 /* this */
            aload 4 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
         9: .line 1530
      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.mutable.UnifiedSet other
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   10     1    key  TT;
            0   10     2  other  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            1   10     3  index  I
            2   10     4    cur  Ljava/lang/Object;
    Signature: (TT;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;)V
    MethodParameters:
       Name  Flags
      key    
      other  

  private void addIfFoundFromChain(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, T, org.eclipse.collections.impl.set.mutable.UnifiedSet<T>);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        start local 2 // java.lang.Object key
        start local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet other
         0: .line 1536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 3
         1: .line 1538
            aload 3 /* other */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1539
            return
         3: .line 1541
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 5
         4: .line 1543
            return
         5: .line 1545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         6: .line 1547
            aload 3 /* other */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
         7: .line 1548
            return
         8: .line 1550
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 10
         9: .line 1552
            return
        10: .line 1554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 13
        11: .line 1556
            aload 3 /* other */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
        12: .line 1557
            return
        13: .line 1559
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 15
        14: .line 1561
            return
        15: .line 1563
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 18
        16: .line 1565
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 1 /* bucket */
        17: .line 1566
            goto 0
        18: .line 1568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 21
        19: .line 1570
            aload 3 /* other */
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.add:(Ljava/lang/Object;)Z
            pop
        20: .line 1571
            return
        21: .line 1573
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet other
        end local 2 // java.lang.Object key
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   22     1  bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
            0   22     2     key  TT;
            0   22     3   other  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
    Signature: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;TT;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // java.lang.Iterable iterable
         0: .line 1581
            aload 1 /* iterable */
            instanceof java.util.Set
            ifeq 2
         1: .line 1583
            aload 0 /* this */
            aload 1 /* iterable */
            checkcast java.util.Set
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.retainAllFromSet:(Ljava/util/Set;)Z
            ireturn
         2: .line 1585
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* iterable */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.retainAllFromNonSet:(Ljava/lang/Iterable;)Z
            ireturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // java.lang.Iterable iterable
         0: .line 1590
            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 1591
            aload 0 /* this */
            iload 2 /* retainedSize */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.newEmpty:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            astore 3 /* retainedCopy */
        start local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet retainedCopy
         2: .line 1592
            aload 1 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet java.lang.Iterable int org.eclipse.collections.impl.set.mutable.UnifiedSet 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 1594
            aload 0 /* this */
            aload 4 /* key */
            aload 3 /* retainedCopy */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.addIfFound:(Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
        end local 4 // java.lang.Object key
         5: .line 1592
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 1596
            aload 3 /* retainedCopy */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
            if_icmpge 11
         7: .line 1598
            aload 0 /* this */
            aload 3 /* retainedCopy */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
         8: .line 1599
            aload 0 /* this */
            aload 3 /* retainedCopy */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
         9: .line 1600
            aload 0 /* this */
            aload 3 /* retainedCopy */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
        10: .line 1601
            iconst_1
            ireturn
        11: .line 1603
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet java.lang.Iterable int org.eclipse.collections.impl.set.mutable.UnifiedSet
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet retainedCopy
        end local 2 // int retainedSize
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   12     1      iterable  Ljava/lang/Iterable<*>;
            1   12     2  retainedSize  I
            2   12     3  retainedCopy  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // java.util.Set collection
         0: .line 1609
            iconst_0
            istore 2 /* result */
        start local 2 // boolean result
         1: .line 1610
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.iterator:()Ljava/util/Iterator;
            astore 3 /* e */
        start local 3 // java.util.Iterator e
         2: .line 1611
            goto 6
         3: .line 1613
      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 1615
            aload 3 /* e */
            invokeinterface java.util.Iterator.remove:()V
         5: .line 1616
            iconst_1
            istore 2 /* result */
         6: .line 1611
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 1619
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet<T> clone();
    descriptor: ()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
         0: .line 1625
            new org.eclipse.collections.impl.set.mutable.UnifiedSet
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet.<init>:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
         0: .line 1631
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            anewarray java.lang.Object
            astore 1 /* result */
        start local 1 // java.lang.Object[] result
         1: .line 1632
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.copyToArray:([Ljava/lang/Object;)V
         2: .line 1633
            aload 1 /* result */
            areturn
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // java.lang.Object[] result
         0: .line 1638
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            astore 2 /* table */
        start local 2 // java.lang.Object[] table
         1: .line 1639
            iconst_0
            istore 3 /* count */
        start local 3 // int count
         2: .line 1640
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 12
         4: .line 1642
      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 1643
            aload 5 /* cur */
            ifnull 11
         6: .line 1645
            aload 5 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 10
         7: .line 1647
            aload 5 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 6 /* bucket */
        start local 6 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         8: .line 1648
            aload 0 /* this */
            aload 1 /* result */
            aload 6 /* bucket */
            iload 3 /* count */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.copyBucketToArray:([Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;I)I
            istore 3 /* count */
        end local 6 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         9: .line 1649
            goto 11
        10: .line 1652
      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.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
        end local 5 // java.lang.Object cur
        11: .line 1640
      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 1656
            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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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/mutable/UnifiedSet$ChainedBucket;
    MethodParameters:
        Name  Flags
      result  

  private int copyBucketToArray(java.lang.Object[], org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, int);
    descriptor: ([Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.lang.Object[] result
        start local 2 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        start local 3 // int count
         0: .line 1662
      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.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         1: .line 1663
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 3
         2: .line 1665
            goto 13
         3: .line 1667
      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.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         4: .line 1668
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 6
         5: .line 1670
            goto 13
         6: .line 1672
      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.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         7: .line 1673
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 9
         8: .line 1675
            goto 13
         9: .line 1677
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 12
        10: .line 1679
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 2 /* bucket */
        11: .line 1680
            goto 0
        12: .line 1682
      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.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
        13: .line 1686
      StackMap locals:
      StackMap stack:
            iload 3 /* count */
            ireturn
        end local 3 // int count
        end local 2 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 1 // java.lang.Object[] result
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   14     1  result  [Ljava/lang/Object;
            0   14     2  bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // java.lang.Object[] array
         0: .line 1692
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 1693
            aload 1 /* array */
            arraylength
            iload 2 /* size */
            if_icmpge 3
         2: .line 1694
            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 1695
      StackMap locals: int
      StackMap stack:
            aload 1 /* array */
         4: .line 1693
      StackMap locals:
      StackMap stack: java.lang.Object[]
            astore 3 /* result */
        start local 3 // java.lang.Object[] result
         5: .line 1697
            aload 0 /* this */
            aload 3 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.copyToArray:([Ljava/lang/Object;)V
         6: .line 1698
            iload 2 /* size */
            aload 3 /* result */
            arraylength
            if_icmpge 8
         7: .line 1700
            aload 3 /* result */
            iload 2 /* size */
            aconst_null
            aastore
         8: .line 1702
      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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
         0: .line 1708
            new org.eclipse.collections.impl.set.mutable.UnifiedSet$PositionalIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$PositionalIterator.<init>:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;

  public <V> org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap<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/UnifiedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 2025
            aload 0 /* this */
            aload 1 /* function */
            invokestatic org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap.newMultimap:()Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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.UnifiedSetMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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/UnifiedSetMultimap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap<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/UnifiedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 2031
            aload 0 /* this */
            aload 1 /* function */
            new org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap
            dup
            invokespecial org.eclipse.collections.impl.multimap.set.UnifiedSetMultimap.<init>:()V
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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.UnifiedSetMultimap
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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/UnifiedSetMultimap<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.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
         0: .line 2037
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 2038
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 2040
            aload 3 /* cur */
            ifnonnull 4
         3: .line 2042
            aconst_null
            areturn
         4: .line 2044
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 6
         5: .line 2046
            aload 0 /* this */
            aload 1 /* key */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedGet:(Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Ljava/lang/Object;
            areturn
         6: .line 2048
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         7: .line 2050
            aload 3 /* cur */
            areturn
         8: .line 2052
      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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet$ChainedBucket);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         0: .line 2059
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 2
         1: .line 2061
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         2: .line 2063
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 4
         3: .line 2065
            aconst_null
            areturn
         4: .line 2067
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         5: .line 2069
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         6: .line 2071
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 8
         7: .line 2073
            aconst_null
            areturn
         8: .line 2075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         9: .line 2077
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        10: .line 2079
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 13
        11: .line 2081
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 2 /* bucket */
        12: .line 2082
            goto 0
        13: .line 2084
      StackMap locals:
      StackMap stack:
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 15
        14: .line 2086
            aconst_null
            areturn
        15: .line 2088
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 17
        16: .line 2090
            aload 0 /* this */
            aload 2 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        17: .line 2092
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   18     1     key  TT;
            0   18     2  bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
    Signature: (TT;Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
         0: .line 2100
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 2101
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 2103
            aload 3 /* cur */
            ifnonnull 7
         3: .line 2105
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         4: .line 2106
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 6
         5: .line 2108
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
         6: .line 2110
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 1 /* key */
            areturn
         7: .line 2113
      StackMap locals:
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifne 8
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 9
         8: .line 2115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            iload 2 /* index */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.chainedPut:(Ljava/lang/Object;I)Ljava/lang/Object;
            areturn
         9: .line 2117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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=5, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
        start local 2 // int index
         0: .line 2122
            aload 1 /* key */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.toSentinelIfNull:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* realKey */
        start local 3 // java.lang.Object realKey
         1: .line 2123
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 33
         2: .line 2125
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 4 /* bucket */
        start local 4 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         3: .line 2128
      StackMap locals: java.lang.Object org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 5
         4: .line 2130
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         5: .line 2132
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 10
         6: .line 2134
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
         7: .line 2135
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 9
         8: .line 2137
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
         9: .line 2139
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        10: .line 2141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        11: .line 2143
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        12: .line 2145
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 17
        13: .line 2147
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
        14: .line 2148
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 16
        15: .line 2150
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
        16: .line 2152
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        17: .line 2154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 19
        18: .line 2156
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        19: .line 2158
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 22
        20: .line 2160
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 4 /* bucket */
        21: .line 2161
            goto 3
        22: .line 2163
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 27
        23: .line 2165
            aload 4 /* bucket */
            aload 3 /* realKey */
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
        24: .line 2166
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 26
        25: .line 2168
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
        26: .line 2170
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        27: .line 2172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 29
        28: .line 2174
            aload 0 /* this */
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        29: .line 2176
      StackMap locals:
      StackMap stack:
            aload 4 /* bucket */
            new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            dup
            aload 4 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 3 /* realKey */
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
        30: .line 2177
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 32
        31: .line 2179
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
        32: .line 2181
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            areturn
        end local 4 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        33: .line 2185
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            aload 3 /* realKey */
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            astore 4 /* newBucket */
        start local 4 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket newBucket
        34: .line 2186
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aload 4 /* newBucket */
            aastore
        35: .line 2187
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            iadd
            dup_x1
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.maxSize:I
            if_icmple 37
        36: .line 2189
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.rehash:()V
        37: .line 2191
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
      StackMap stack:
            aload 1 /* key */
            areturn
        end local 4 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket newBucket
        end local 3 // java.lang.Object realKey
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   38     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   38     1        key  TT;
            0   38     2      index  I
            1   38     3    realKey  Ljava/lang/Object;
            3   33     4     bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
           34   38     4  newBucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
         0: .line 2197
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.index:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 2198
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
            astore 3 /* cur */
        start local 3 // java.lang.Object cur
         2: .line 2199
            aload 3 /* cur */
            ifnonnull 4
         3: .line 2201
            aconst_null
            areturn
         4: .line 2203
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 3 /* cur */
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 6
         5: .line 2205
            aload 0 /* this */
            aload 3 /* cur */
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            aload 1 /* key */
            iload 2 /* index */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.removeFromChainForPool:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;I)Ljava/lang/Object;
            areturn
         6: .line 2207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cur */
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         7: .line 2209
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 2 /* index */
            aconst_null
            aastore
         8: .line 2210
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
         9: .line 2211
            aload 0 /* this */
            aload 3 /* cur */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        10: .line 2213
      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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet$ChainedBucket, T, );
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        start local 2 // java.lang.Object key
        start local 3 // int index
         0: .line 2218
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
         1: .line 2220
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
         2: .line 2221
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
         3: .line 2222
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 5
         4: .line 2224
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.table:[Ljava/lang/Object;
            iload 3 /* index */
            aconst_null
            aastore
         5: .line 2226
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
         6: .line 2227
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
         7: .line 2229
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 9
         8: .line 2231
            aconst_null
            areturn
         9: .line 2233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 14
        10: .line 2235
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        11: .line 2236
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_1
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
        12: .line 2237
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        13: .line 2238
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        14: .line 2240
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 16
        15: .line 2242
            aconst_null
            areturn
        16: .line 2244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 21
        17: .line 2246
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        18: .line 2247
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_2
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
        19: .line 2248
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        20: .line 2249
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        21: .line 2251
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 23
        22: .line 2253
            aconst_null
            areturn
        23: .line 2255
      StackMap locals:
      StackMap stack:
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 25
        24: .line 2257
            aload 0 /* this */
            aload 1 /* bucket */
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.removeDeepChainForPool:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        25: .line 2259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 30
        26: .line 2261
            aload 1 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        27: .line 2262
            aload 1 /* bucket */
            aload 1 /* bucket */
            iconst_3
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
        28: .line 2263
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        29: .line 2264
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        30: .line 2266
      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.mutable.UnifiedSet$ChainedBucket bucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   31     0    this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   31     1  bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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/mutable/UnifiedSet$ChainedBucket;TT;I)TT;
    MethodParameters:
        Name  Flags
      bucket  
      key     
      index   

  private T removeDeepChainForPool(org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket, );
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket oldBucket
        start local 2 // java.lang.Object key
         0: .line 2273
      StackMap locals:
      StackMap stack:
            aload 1 /* oldBucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            astore 3 /* bucket */
        start local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
         1: .line 2274
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         2: .line 2276
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
         3: .line 2277
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
         4: .line 2278
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.zero:Ljava/lang/Object;
            ifnonnull 6
         5: .line 2280
            aload 1 /* oldBucket */
            aconst_null
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
         6: .line 2282
      StackMap locals: org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket java.lang.Object
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
         7: .line 2283
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
         8: .line 2285
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            ifnonnull 10
         9: .line 2287
            aconst_null
            areturn
        10: .line 2289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 15
        11: .line 2291
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        12: .line 2292
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_1
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.one:Ljava/lang/Object;
        13: .line 2293
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        14: .line 2294
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        15: .line 2296
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            ifnonnull 17
        16: .line 2298
            aconst_null
            areturn
        17: .line 2300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 22
        18: .line 2302
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        19: .line 2303
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_2
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.two:Ljava/lang/Object;
        20: .line 2304
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        21: .line 2305
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        22: .line 2307
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            ifnonnull 24
        23: .line 2309
            aconst_null
            areturn
        24: .line 2311
      StackMap locals:
      StackMap stack:
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            instanceof org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket
            ifeq 27
        25: .line 2313
            aload 3 /* bucket */
            astore 1 /* oldBucket */
        26: .line 2314
            goto 0
        27: .line 2316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            aload 2 /* key */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonNullTableObjectEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 32
        28: .line 2318
            aload 3 /* bucket */
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
        29: .line 2319
            aload 3 /* bucket */
            aload 3 /* bucket */
            iconst_3
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.removeLast:(I)Ljava/lang/Object;
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket.three:Ljava/lang/Object;
        30: .line 2320
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.UnifiedSet.occupied:I
        31: .line 2321
            aload 0 /* this */
            aload 4 /* result */
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.nonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Object result
        32: .line 2323
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket bucket
        end local 2 // java.lang.Object key
        end local 1 // org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket oldBucket
        end local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   33     0       this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<TT;>;
            0   33     1  oldBucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$ChainedBucket;
            0   33     2        key  TT;
            1   33     3     bucket  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet$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/mutable/UnifiedSet$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.mutable.UnifiedSet this
        start local 1 // java.lang.Object key
         0: .line 2330
            aload 1 /* key */
            getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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 2335
            aload 0 /* key */
            ifnonnull 2
         1: .line 2337
            getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
            areturn
         2: .line 2339
      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=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.UnifiedSet this
        start local 1 // java.lang.Object cur
        start local 2 // java.lang.Object key
         0: .line 2344
            aload 1 /* cur */
            aload 2 /* key */
            if_acmpeq 3
            aload 1 /* cur */
            getstatic org.eclipse.collections.impl.set.mutable.UnifiedSet.NULL_KEY:Ljava/lang/Object;
            if_acmpne 1
            aload 2 /* key */
            ifnull 3
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* cur */
            aload 2 /* key */
            invokevirtual java.lang.Object.equals:(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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet this
        start local 1 // java.util.concurrent.ExecutorService executorService
        start local 2 // int batchSize
         0: .line 2351
            aload 1 /* executorService */
            ifnonnull 2
         1: .line 2353
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 2355
      StackMap locals:
      StackMap stack:
            iload 2 /* batchSize */
            iconst_1
            if_icmpge 4
         3: .line 2357
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         4: .line 2359
      StackMap locals:
      StackMap stack:
            new org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable
            dup
            aload 0 /* this */
            aload 1 /* executorService */
            iload 2 /* batchSize */
            invokespecial org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable.<init>:(Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;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.mutable.UnifiedSet this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/eclipse/collections/impl/set/mutable/UnifiedSet<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.mutable.UnifiedSet.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.mutable.UnifiedSet.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.mutable.UnifiedSet.withoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable withoutAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)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.Iterable
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.withoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.withoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.newEmpty:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.newEmpty:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.clone:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.clone:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.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.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.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.mutable.UnifiedSet.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.mutable.UnifiedSet.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.mutable.UnifiedSet.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.mutable.UnifiedSet.without:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable without(java.lang.Object);
    descriptor: (Ljava/lang/Object;)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.Object
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.without:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.without:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            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.mutable.UnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            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.mutable.UnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            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.mutable.UnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            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.mutable.UnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            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.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
            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.mutable.UnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
            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.mutable.UnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
            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.mutable.UnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
            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.mutable.UnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
            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.mutable.UnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            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.mutable.UnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            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.mutable.UnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            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.mutable.UnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            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.mutable.UnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/impl/multimap/set/UnifiedSetMultimap;
            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.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.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.mutable.UnifiedSet.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.mutable.UnifiedSet.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.mutable.UnifiedSet.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.mutable.UnifiedSet.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable withAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)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.Iterable
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable with(java.lang.Object);
    descriptor: (Ljava/lang/Object;)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.Object
            invokevirtual org.eclipse.collections.impl.set.mutable.UnifiedSet.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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.mutable.UnifiedSet.with:(Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            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 727
            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/mutable/UnifiedSet"
            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/mutable/UnifiedSet.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: "UnifiedSet.java"
NestMembers:
  org.eclipse.collections.impl.set.mutable.UnifiedSet$1  org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket  org.eclipse.collections.impl.set.mutable.UnifiedSet$PositionalIterator  org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable  org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable$UnifiedSetParallelSplitIterator  org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable$UnifiedSetParallelSplitLazyIterable  org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedUnsortedSetBatch
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.eclipse.collections.impl.set.mutable.UnifiedSet$1
  private final ChainedBucket = org.eclipse.collections.impl.set.mutable.UnifiedSet$ChainedBucket of org.eclipse.collections.impl.set.mutable.UnifiedSet
  protected PositionalIterator = org.eclipse.collections.impl.set.mutable.UnifiedSet$PositionalIterator of org.eclipse.collections.impl.set.mutable.UnifiedSet
  private final UnifiedSetParallelUnsortedIterable = org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedSetParallelUnsortedIterable of org.eclipse.collections.impl.set.mutable.UnifiedSet
  private final UnifiedUnsortedSetBatch = org.eclipse.collections.impl.set.mutable.UnifiedSet$UnifiedUnsortedSetBatch of org.eclipse.collections.impl.set.mutable.UnifiedSet