public class com.carrotsearch.hppc.ObjectHashSet<KType> extends com.carrotsearch.hppc.AbstractObjectCollection<KType> implements com.carrotsearch.hppc.ObjectLookupContainer<KType>, com.carrotsearch.hppc.ObjectSet<KType>, com.carrotsearch.hppc.Preallocable, java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.carrotsearch.hppc.ObjectHashSet
  super_class: com.carrotsearch.hppc.AbstractObjectCollection
{
  public java.lang.Object[] keys;
    descriptor: [Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC

  protected int assigned;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mask;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int keyMixer;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int resizeAt;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected boolean hasEmptyKey;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected double loadFactor;
    descriptor: D
    flags: (0x0004) ACC_PROTECTED

  protected com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer;
    descriptor: Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
    flags: (0x0004) ACC_PROTECTED

  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=1, locals=0, args_size=0
         0: .line 30
            ldc Lcom/carrotsearch/hppc/ObjectHashSet;
            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 com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
         0: .line 95
            aload 0 /* this */
            iconst_4
            ldc 0.75
            invokespecial com.carrotsearch.hppc.ObjectHashSet.<init>:(ID)V
         1: .line 96
            return
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int expectedElements
         0: .line 104
            aload 0 /* this */
            iload 1 /* expectedElements */
            ldc 0.75
            invokespecial com.carrotsearch.hppc.ObjectHashSet.<init>:(ID)V
         1: .line 105
            return
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    2     1  expectedElements  I
    MethodParameters:
                  Name  Flags
      expectedElements  

  public void <init>(int, double);
    descriptor: (ID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int expectedElements
        start local 2 // double loadFactor
         0: .line 113
            aload 0 /* this */
            iload 1 /* expectedElements */
            dload 2 /* loadFactor */
            invokestatic com.carrotsearch.hppc.HashOrderMixing.defaultStrategy:()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            invokespecial com.carrotsearch.hppc.ObjectHashSet.<init>:(IDLcom/carrotsearch/hppc/HashOrderMixingStrategy;)V
         1: .line 114
            return
        end local 2 // double loadFactor
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    2     1  expectedElements  I
            0    2     2        loadFactor  D
    MethodParameters:
                  Name  Flags
      expectedElements  
      loadFactor        

  public void <init>(int, double, com.carrotsearch.hppc.HashOrderMixingStrategy);
    descriptor: (IDLcom/carrotsearch/hppc/HashOrderMixingStrategy;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int expectedElements
        start local 2 // double loadFactor
        start local 4 // com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer
         0: .line 129
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractObjectCollection.<init>:()V
         1: .line 130
            aload 0 /* this */
            aload 4 /* orderMixer */
            putfield com.carrotsearch.hppc.ObjectHashSet.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
         2: .line 131
            aload 0 /* this */
            aload 0 /* this */
            dload 2 /* loadFactor */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.verifyLoadFactor:(D)D
            putfield com.carrotsearch.hppc.ObjectHashSet.loadFactor:D
         3: .line 132
            aload 0 /* this */
            iload 1 /* expectedElements */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.ensureCapacity:(I)V
         4: .line 133
            return
        end local 4 // com.carrotsearch.hppc.HashOrderMixingStrategy orderMixer
        end local 2 // double loadFactor
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    5     1  expectedElements  I
            0    5     2        loadFactor  D
            0    5     4        orderMixer  Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
    MethodParameters:
                  Name  Flags
      expectedElements  
      loadFactor        
      orderMixer        

  public void <init>(com.carrotsearch.hppc.ObjectContainer<? extends KType>);
    descriptor: (Lcom/carrotsearch/hppc/ObjectContainer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // com.carrotsearch.hppc.ObjectContainer container
         0: .line 139
            aload 0 /* this */
            aload 1 /* container */
            invokeinterface com.carrotsearch.hppc.ObjectContainer.size:()I
            invokespecial com.carrotsearch.hppc.ObjectHashSet.<init>:(I)V
         1: .line 140
            aload 0 /* this */
            aload 1 /* container */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.addAll:(Lcom/carrotsearch/hppc/ObjectContainer;)I
            pop
         2: .line 141
            return
        end local 1 // com.carrotsearch.hppc.ObjectContainer container
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    3     1  container  Lcom/carrotsearch/hppc/ObjectContainer<+TKType;>;
    Signature: (Lcom/carrotsearch/hppc/ObjectContainer<+TKType;>;)V
    MethodParameters:
           Name  Flags
      container  

  public boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // java.lang.Object key
         0: .line 148
            aload 1 /* key */
            ifnonnull 7
         1: .line 149
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            iconst_1
            iadd
            aaload
            ifnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ifeq 3
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: istore 2 /* added */
        start local 2 // boolean added
         5: .line 151
            aload 0 /* this */
            iconst_1
            putfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
         6: .line 152
            iload 2 /* added */
            ireturn
        end local 2 // boolean added
         7: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 2 /* keys */
        start local 2 // java.lang.Object[] keys
         8: .line 155
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         9: .line 156
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.hashKey:(Ljava/lang/Object;)I
            iload 3 /* mask */
            iand
            istore 4 /* slot */
        start local 4 // int slot
        10: .line 159
            goto 14
        start local 5 // java.lang.Object existing
        11: .line 160
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet java.lang.Object java.lang.Object[] int int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 5 /* existing */
            aload 1 /* key */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 13
        12: .line 161
            iconst_0
            ireturn
        13: .line 163
      StackMap locals:
      StackMap stack:
            iload 4 /* slot */
            iconst_1
            iadd
            iload 3 /* mask */
            iand
            istore 4 /* slot */
        end local 5 // java.lang.Object existing
        14: .line 159
      StackMap locals:
      StackMap stack:
            aload 2 /* keys */
            iload 4 /* slot */
            aaload
            dup
            astore 5 /* existing */
        start local 5 // java.lang.Object existing
        15: ifnonnull 11
        16: .line 166
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.resizeAt:I
            if_icmpne 19
        17: .line 167
            aload 0 /* this */
            iload 4 /* slot */
            aload 1 /* key */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.allocateThenInsertThenRehash:(ILjava/lang/Object;)V
        18: .line 168
            goto 20
        19: .line 169
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* keys */
            iload 4 /* slot */
            aload 1 /* key */
            aastore
        20: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
        21: .line 173
            iconst_1
            ireturn
        end local 5 // java.lang.Object existing
        end local 4 // int slot
        end local 3 // int mask
        end local 2 // java.lang.Object[] keys
        end local 1 // java.lang.Object key
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   22     1       key  TKType;
            5    7     2     added  Z
            8   22     2      keys  [Ljava/lang/Object;
            9   22     3      mask  I
           10   22     4      slot  I
           11   14     5  existing  TKType;
           15   22     5  existing  TKType;
    Signature: (TKType;)Z
    MethodParameters:
      Name  Flags
      key   

  public final int addAll();
    descriptor: ([Ljava/lang/Object;)I
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // java.lang.Object[] elements
         0: .line 187
            aload 0 /* this */
            aload 1 /* elements */
            arraylength
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.ensureCapacity:(I)V
         1: .line 188
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         2: .line 189
            aload 1 /* elements */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet java.lang.Object[] int top int int java.lang.Object[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* e */
        start local 3 // java.lang.Object e
         4: .line 190
            aload 0 /* this */
            aload 3 /* e */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.add:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 191
            iinc 2 /* count */ 1
        end local 3 // java.lang.Object e
         6: .line 189
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 3
         8: .line 194
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // java.lang.Object[] elements
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    9     1  elements  [Ljava/lang/Object;
            2    9     2     count  I
            4    6     3         e  TKType;
    Signature: ([TKType;)I
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
          Name  Flags
      elements  

  public int addAll(com.carrotsearch.hppc.ObjectContainer<? extends KType>);
    descriptor: (Lcom/carrotsearch/hppc/ObjectContainer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // com.carrotsearch.hppc.ObjectContainer container
         0: .line 204
            aload 0 /* this */
            aload 1 /* container */
            invokeinterface com.carrotsearch.hppc.ObjectContainer.size:()I
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.ensureCapacity:(I)V
         1: .line 205
            aload 0 /* this */
            aload 1 /* container */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.addAll:(Ljava/lang/Iterable;)I
            ireturn
        end local 1 // com.carrotsearch.hppc.ObjectContainer container
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    2     1  container  Lcom/carrotsearch/hppc/ObjectContainer<+TKType;>;
    Signature: (Lcom/carrotsearch/hppc/ObjectContainer<+TKType;>;)I
    MethodParameters:
           Name  Flags
      container  

  public int addAll(java.lang.Iterable<? extends com.carrotsearch.hppc.cursors.ObjectCursor<? extends KType>>);
    descriptor: (Ljava/lang/Iterable;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // java.lang.Iterable iterable
         0: .line 215
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 216
            aload 1 /* iterable */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet java.lang.Iterable int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.ObjectCursor
            astore 3 /* cursor */
        start local 3 // com.carrotsearch.hppc.cursors.ObjectCursor cursor
         3: .line 217
            aload 0 /* this */
            aload 3 /* cursor */
            getfield com.carrotsearch.hppc.cursors.ObjectCursor.value:Ljava/lang/Object;
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.add:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 218
            iinc 2 /* count */ 1
        end local 3 // com.carrotsearch.hppc.cursors.ObjectCursor cursor
         5: .line 216
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 221
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // java.lang.Iterable iterable
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    7     1  iterable  Ljava/lang/Iterable<+Lcom/carrotsearch/hppc/cursors/ObjectCursor<+TKType;>;>;
            1    7     2     count  I
            3    5     3    cursor  Lcom/carrotsearch/hppc/cursors/ObjectCursor<+TKType;>;
    Signature: (Ljava/lang/Iterable<+Lcom/carrotsearch/hppc/cursors/ObjectCursor<+TKType;>;>;)I
    MethodParameters:
          Name  Flags
      iterable  

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
         0: .line 231
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.size:()I
            anewarray java.lang.Object
            astore 1 /* cloned */
        start local 1 // java.lang.Object[] cloned
         1: .line 232
            iconst_0
            istore 2 /* j */
        start local 2 // int j
         2: .line 233
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ifeq 4
         3: .line 234
            aload 1 /* cloned */
            iload 2 /* j */
            iinc 2 /* j */ 1
            aconst_null
            aastore
         4: .line 237
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 3 /* keys */
        start local 3 // java.lang.Object[] keys
         5: .line 238
            iconst_0
            istore 4 /* slot */
        start local 4 // int slot
         6: aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            istore 5 /* max */
        start local 5 // int max
         7: goto 12
         8: .line 240
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 3 /* keys */
            iload 4 /* slot */
            aaload
            dup
            astore 6 /* existing */
        start local 6 // java.lang.Object existing
         9: ifnull 11
        10: .line 241
            aload 1 /* cloned */
            iload 2 /* j */
            iinc 2 /* j */ 1
            aload 6 /* existing */
            aastore
        end local 6 // java.lang.Object existing
        11: .line 238
      StackMap locals:
      StackMap stack:
            iinc 4 /* slot */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* slot */
            iload 5 /* max */
            if_icmple 8
        end local 5 // int max
        end local 4 // int slot
        13: .line 245
            aload 1 /* cloned */
            areturn
        end local 3 // java.lang.Object[] keys
        end local 2 // int j
        end local 1 // java.lang.Object[] cloned
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            1   14     1    cloned  [Ljava/lang/Object;
            2   14     2         j  I
            5   14     3      keys  [Ljava/lang/Object;
            6   13     4      slot  I
            7   13     5       max  I
            9   11     6  existing  TKType;

  public boolean remove();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // java.lang.Object key
         0: .line 252
            aload 1 /* key */
            ifnonnull 4
         1: .line 253
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            istore 2 /* hadEmptyKey */
        start local 2 // boolean hadEmptyKey
         2: .line 254
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
         3: .line 255
            iload 2 /* hadEmptyKey */
            ireturn
        end local 2 // boolean hadEmptyKey
         4: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 2 /* keys */
        start local 2 // java.lang.Object[] keys
         5: .line 258
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         6: .line 259
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.hashKey:(Ljava/lang/Object;)I
            iload 3 /* mask */
            iand
            istore 4 /* slot */
        start local 4 // int slot
         7: .line 262
            goto 12
        start local 5 // java.lang.Object existing
         8: .line 263
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet java.lang.Object java.lang.Object[] int int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 5 /* existing */
            aload 1 /* key */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 11
         9: .line 264
            aload 0 /* this */
            iload 4 /* slot */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.shiftConflictingKeys:(I)V
        10: .line 265
            iconst_1
            ireturn
        11: .line 267
      StackMap locals:
      StackMap stack:
            iload 4 /* slot */
            iconst_1
            iadd
            iload 3 /* mask */
            iand
            istore 4 /* slot */
        end local 5 // java.lang.Object existing
        12: .line 262
      StackMap locals:
      StackMap stack:
            aload 2 /* keys */
            iload 4 /* slot */
            aaload
            dup
            astore 5 /* existing */
        start local 5 // java.lang.Object existing
        13: ifnonnull 8
        14: .line 269
            iconst_0
            ireturn
        end local 5 // java.lang.Object existing
        end local 4 // int slot
        end local 3 // int mask
        end local 2 // java.lang.Object[] keys
        end local 1 // java.lang.Object key
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   15     1          key  TKType;
            2    4     2  hadEmptyKey  Z
            5   15     2         keys  [Ljava/lang/Object;
            6   15     3         mask  I
            7   15     4         slot  I
            8   12     5     existing  TKType;
           13   15     5     existing  TKType;
    Signature: (TKType;)Z
    MethodParameters:
      Name  Flags
      key   

  public int removeAll();
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // java.lang.Object key
         0: .line 278
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.remove:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // java.lang.Object key
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    3     1   key  TKType;
    Signature: (TKType;)I
    MethodParameters:
      Name  Flags
      key   

  public int removeAll(com.carrotsearch.hppc.predicates.ObjectPredicate<? super KType>);
    descriptor: (Lcom/carrotsearch/hppc/predicates/ObjectPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // com.carrotsearch.hppc.predicates.ObjectPredicate predicate
         0: .line 286
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.size:()I
            istore 2 /* before */
        start local 2 // int before
         1: .line 288
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ifeq 4
         2: .line 289
            aload 1 /* predicate */
            aconst_null
            invokeinterface com.carrotsearch.hppc.predicates.ObjectPredicate.apply:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 290
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
         4: .line 294
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 3 /* keys */
        start local 3 // java.lang.Object[] keys
         5: .line 295
            iconst_0
            istore 4 /* slot */
        start local 4 // int slot
         6: aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            istore 5 /* max */
        start local 5 // int max
         7: goto 14
         8: .line 297
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 3 /* keys */
            iload 4 /* slot */
            aaload
            dup
            astore 6 /* existing */
        start local 6 // java.lang.Object existing
         9: ifnull 13
        10: .line 298
            aload 1 /* predicate */
            aload 6 /* existing */
            invokeinterface com.carrotsearch.hppc.predicates.ObjectPredicate.apply:(Ljava/lang/Object;)Z
            ifeq 13
        11: .line 299
            aload 0 /* this */
            iload 4 /* slot */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.shiftConflictingKeys:(I)V
        12: .line 300
            goto 14
        13: .line 303
      StackMap locals: java.lang.Object
      StackMap stack:
            iinc 4 /* slot */ 1
        end local 6 // java.lang.Object existing
        14: .line 295
      StackMap locals:
      StackMap stack:
            iload 4 /* slot */
            iload 5 /* max */
            if_icmple 8
        end local 5 // int max
        end local 4 // int slot
        15: .line 306
            iload 2 /* before */
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.size:()I
            isub
            ireturn
        end local 3 // java.lang.Object[] keys
        end local 2 // int before
        end local 1 // com.carrotsearch.hppc.predicates.ObjectPredicate predicate
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   16     1  predicate  Lcom/carrotsearch/hppc/predicates/ObjectPredicate<-TKType;>;
            1   16     2     before  I
            5   16     3       keys  [Ljava/lang/Object;
            6   15     4       slot  I
            7   15     5        max  I
            9   14     6   existing  TKType;
    Signature: (Lcom/carrotsearch/hppc/predicates/ObjectPredicate<-TKType;>;)I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean contains();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // java.lang.Object key
         0: .line 314
            aload 1 /* key */
            ifnonnull 2
         1: .line 315
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ireturn
         2: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 2 /* keys */
        start local 2 // java.lang.Object[] keys
         3: .line 318
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         4: .line 319
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.hashKey:(Ljava/lang/Object;)I
            iload 3 /* mask */
            iand
            istore 4 /* slot */
        start local 4 // int slot
         5: .line 321
            goto 9
        start local 5 // java.lang.Object existing
         6: .line 322
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet java.lang.Object java.lang.Object[] int int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 5 /* existing */
            aload 1 /* key */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         7: .line 323
            iconst_1
            ireturn
         8: .line 325
      StackMap locals:
      StackMap stack:
            iload 4 /* slot */
            iconst_1
            iadd
            iload 3 /* mask */
            iand
            istore 4 /* slot */
        end local 5 // java.lang.Object existing
         9: .line 321
      StackMap locals:
      StackMap stack:
            aload 2 /* keys */
            iload 4 /* slot */
            aaload
            dup
            astore 5 /* existing */
        start local 5 // java.lang.Object existing
        10: ifnonnull 6
        11: .line 327
            iconst_0
            ireturn
        end local 5 // java.lang.Object existing
        end local 4 // int slot
        end local 3 // int mask
        end local 2 // java.lang.Object[] keys
        end local 1 // java.lang.Object key
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   12     1       key  TKType;
            3   12     2      keys  [Ljava/lang/Object;
            4   12     3      mask  I
            5   12     4      slot  I
            6    9     5  existing  TKType;
           10   12     5  existing  TKType;
    Signature: (TKType;)Z
    MethodParameters:
      Name  Flags
      key   

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
         0: .line 336
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
         1: .line 337
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
         2: .line 338
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            aconst_null
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 339
            return
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
         0: .line 346
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
         1: .line 347
            aload 0 /* this */
            iconst_0
            putfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
         2: .line 348
            aload 0 /* this */
            aconst_null
            putfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
         3: .line 349
            aload 0 /* this */
            iconst_4
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.ensureCapacity:(I)V
         4: .line 350
            return
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
         0: .line 357
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.size:()I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;

  public void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int expectedElements
         0: .line 368
            iload 1 /* expectedElements */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.resizeAt:I
            if_icmpgt 1
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            ifnonnull 5
         1: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 2 /* prevKeys */
        start local 2 // java.lang.Object[] prevKeys
         2: .line 370
            aload 0 /* this */
            iload 1 /* expectedElements */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.loadFactor:D
            invokestatic com.carrotsearch.hppc.HashContainers.minBufferSize:(ID)I
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.allocateBuffers:(I)V
         3: .line 371
            aload 2 /* prevKeys */
            ifnull 5
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.isEmpty:()Z
            ifne 5
         4: .line 372
            aload 0 /* this */
            aload 2 /* prevKeys */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.rehash:([Ljava/lang/Object;)V
        end local 2 // java.lang.Object[] prevKeys
         5: .line 375
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int expectedElements
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    6     1  expectedElements  I
            2    5     2          prevKeys  [Ljava/lang/Object;
    MethodParameters:
                  Name  Flags
      expectedElements  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
         0: .line 382
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet
      StackMap stack: int int
         2: iadd
            ireturn
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
         0: .line 390
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ifeq 1
            ldc -559038737
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* h */
        start local 1 // int h
         3: .line 391
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 2 /* keys */
        start local 2 // java.lang.Object[] keys
         4: .line 392
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            istore 3 /* slot */
        start local 3 // int slot
         5: goto 10
         6: .line 394
      StackMap locals: int java.lang.Object[] int
      StackMap stack:
            aload 2 /* keys */
            iload 3 /* slot */
            aaload
            dup
            astore 4 /* existing */
        start local 4 // java.lang.Object existing
         7: ifnull 9
         8: .line 395
            iload 1 /* h */
            aload 4 /* existing */
            invokestatic com.carrotsearch.hppc.BitMixer.mix:(Ljava/lang/Object;)I
            iadd
            istore 1 /* h */
        end local 4 // java.lang.Object existing
         9: .line 392
      StackMap locals:
      StackMap stack:
            iinc 3 /* slot */ -1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* slot */
            ifge 6
        end local 3 // int slot
        11: .line 398
            iload 1 /* h */
            ireturn
        end local 2 // java.lang.Object[] keys
        end local 1 // int h
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            3   12     1         h  I
            4   12     2      keys  [Ljava/lang/Object;
            5   11     3      slot  I
            7    9     4  existing  TKType;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // java.lang.Object obj
         0: .line 406
            aload 1 /* obj */
            ifnull 4
         1: .line 407
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpne 4
         2: .line 408
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.ObjectSet
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.sameKeys:(Lcom/carrotsearch/hppc/ObjectSet;)Z
            ifeq 4
         3: .line 406
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    5     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  private boolean sameKeys(com.carrotsearch.hppc.ObjectSet<?>);
    descriptor: (Lcom/carrotsearch/hppc/ObjectSet;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // com.carrotsearch.hppc.ObjectSet other
         0: .line 417
            aload 1 /* other */
            invokeinterface com.carrotsearch.hppc.ObjectSet.size:()I
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.size:()I
            if_icmpeq 2
         1: .line 418
            iconst_0
            ireturn
         2: .line 421
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            invokeinterface com.carrotsearch.hppc.ObjectSet.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet com.carrotsearch.hppc.ObjectSet top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.ObjectCursor
            astore 2 /* c */
        start local 2 // com.carrotsearch.hppc.cursors.ObjectCursor c
         4: .line 422
            aload 0 /* this */
            aload 2 /* c */
            getfield com.carrotsearch.hppc.cursors.ObjectCursor.value:Ljava/lang/Object;
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.contains:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 423
            iconst_0
            ireturn
        end local 2 // com.carrotsearch.hppc.cursors.ObjectCursor c
         6: .line 421
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 427
            iconst_1
            ireturn
        end local 1 // com.carrotsearch.hppc.ObjectSet other
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    8     1  other  Lcom/carrotsearch/hppc/ObjectSet<*>;
            4    6     2      c  Lcom/carrotsearch/hppc/cursors/ObjectCursor<*>;
    Signature: (Lcom/carrotsearch/hppc/ObjectSet<*>;)Z
    MethodParameters:
       Name  Flags
      other  

  public com.carrotsearch.hppc.ObjectHashSet<KType> clone();
    descriptor: ()Lcom/carrotsearch/hppc/ObjectHashSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
         0: .line 437
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.ObjectHashSet
            astore 1 /* cloned */
        start local 1 // com.carrotsearch.hppc.ObjectHashSet cloned
         1: .line 438
            aload 1 /* cloned */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            invokevirtual java.lang.Object[].clone:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            putfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
         2: .line 439
            aload 1 /* cloned */
            aload 1 /* cloned */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            putfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
         3: .line 440
            aload 1 /* cloned */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            invokeinterface com.carrotsearch.hppc.HashOrderMixingStrategy.clone:()Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            putfield com.carrotsearch.hppc.ObjectHashSet.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
         4: .line 441
            aload 1 /* cloned */
         5: areturn
        end local 1 // com.carrotsearch.hppc.ObjectHashSet cloned
         6: .line 442
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 1 /* e */
        start local 1 // java.lang.CloneNotSupportedException e
         7: .line 443
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.CloneNotSupportedException e
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            1    6     1  cloned  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            7    8     1       e  Ljava/lang/CloneNotSupportedException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.lang.CloneNotSupportedException
    Signature: ()Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;

  public java.util.Iterator<com.carrotsearch.hppc.cursors.ObjectCursor<KType>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
         0: .line 452
            new com.carrotsearch.hppc.ObjectHashSet$EntryIterator
            dup
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.ObjectHashSet$EntryIterator.<init>:(Lcom/carrotsearch/hppc/ObjectHashSet;)V
            areturn
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
    Signature: ()Ljava/util/Iterator<Lcom/carrotsearch/hppc/cursors/ObjectCursor<TKType;>;>;

  public <T extends com.carrotsearch.hppc.procedures.ObjectProcedure<? super KType>> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/procedures/ObjectProcedure;)Lcom/carrotsearch/hppc/procedures/ObjectProcedure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // com.carrotsearch.hppc.procedures.ObjectProcedure procedure
         0: .line 496
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ifeq 2
         1: .line 497
            aload 1 /* procedure */
            aconst_null
            invokeinterface com.carrotsearch.hppc.procedures.ObjectProcedure.apply:(Ljava/lang/Object;)V
         2: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 2 /* keys */
        start local 2 // java.lang.Object[] keys
         3: .line 501
            iconst_0
            istore 3 /* slot */
        start local 3 // int slot
         4: aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            istore 4 /* max */
        start local 4 // int max
         5: goto 10
         6: .line 503
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 2 /* keys */
            iload 3 /* slot */
            aaload
            dup
            astore 5 /* existing */
        start local 5 // java.lang.Object existing
         7: ifnull 9
         8: .line 504
            aload 1 /* procedure */
            aload 5 /* existing */
            invokeinterface com.carrotsearch.hppc.procedures.ObjectProcedure.apply:(Ljava/lang/Object;)V
        end local 5 // java.lang.Object existing
         9: .line 501
      StackMap locals:
      StackMap stack:
            iinc 3 /* slot */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* slot */
            iload 4 /* max */
            if_icmple 6
        end local 4 // int max
        end local 3 // int slot
        11: .line 508
            aload 1 /* procedure */
            areturn
        end local 2 // java.lang.Object[] keys
        end local 1 // com.carrotsearch.hppc.procedures.ObjectProcedure procedure
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   12     1  procedure  TT;
            3   12     2       keys  [Ljava/lang/Object;
            4   11     3       slot  I
            5   11     4        max  I
            7    9     5   existing  TKType;
    Signature: <T::Lcom/carrotsearch/hppc/procedures/ObjectProcedure<-TKType;>;>(TT;)TT;
    MethodParameters:
           Name  Flags
      procedure  

  public <T extends com.carrotsearch.hppc.predicates.ObjectPredicate<? super KType>> T forEach();
    descriptor: (Lcom/carrotsearch/hppc/predicates/ObjectPredicate;)Lcom/carrotsearch/hppc/predicates/ObjectPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // com.carrotsearch.hppc.predicates.ObjectPredicate predicate
         0: .line 516
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ifeq 3
         1: .line 517
            aload 1 /* predicate */
            aconst_null
            invokeinterface com.carrotsearch.hppc.predicates.ObjectPredicate.apply:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 518
            aload 1 /* predicate */
            areturn
         3: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 2 /* keys */
        start local 2 // java.lang.Object[] keys
         4: .line 523
            iconst_0
            istore 3 /* slot */
        start local 3 // int slot
         5: aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            istore 4 /* max */
        start local 4 // int max
         6: goto 12
         7: .line 525
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 2 /* keys */
            iload 3 /* slot */
            aaload
            dup
            astore 5 /* existing */
        start local 5 // java.lang.Object existing
         8: ifnull 11
         9: .line 526
            aload 1 /* predicate */
            aload 5 /* existing */
            invokeinterface com.carrotsearch.hppc.predicates.ObjectPredicate.apply:(Ljava/lang/Object;)Z
            ifne 11
        10: .line 527
            goto 13
        end local 5 // java.lang.Object existing
        11: .line 523
      StackMap locals:
      StackMap stack:
            iinc 3 /* slot */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* slot */
            iload 4 /* max */
            if_icmple 7
        end local 4 // int max
        end local 3 // int slot
        13: .line 532
      StackMap locals:
      StackMap stack:
            aload 1 /* predicate */
            areturn
        end local 2 // java.lang.Object[] keys
        end local 1 // com.carrotsearch.hppc.predicates.ObjectPredicate predicate
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   14     1  predicate  TT;
            4   14     2       keys  [Ljava/lang/Object;
            5   13     3       slot  I
            6   13     4        max  I
            8   11     5   existing  TKType;
    Signature: <T::Lcom/carrotsearch/hppc/predicates/ObjectPredicate<-TKType;>;>(TT;)TT;
    MethodParameters:
           Name  Flags
      predicate  

  public static <KType> com.carrotsearch.hppc.ObjectHashSet<KType> from(KType[]);
    descriptor: ([Ljava/lang/Object;)Lcom/carrotsearch/hppc/ObjectHashSet;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.Object[] elements
         0: .line 544
            new com.carrotsearch.hppc.ObjectHashSet
            dup
            aload 0 /* elements */
            arraylength
            invokespecial com.carrotsearch.hppc.ObjectHashSet.<init>:(I)V
            astore 1 /* set */
        start local 1 // com.carrotsearch.hppc.ObjectHashSet set
         1: .line 545
            aload 1 /* set */
            aload 0 /* elements */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.addAll:([Ljava/lang/Object;)I
            pop
         2: .line 546
            aload 1 /* set */
            areturn
        end local 1 // com.carrotsearch.hppc.ObjectHashSet set
        end local 0 // java.lang.Object[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  elements  [Ljava/lang/Object;
            1    3     1       set  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
    Signature: <KType:Ljava/lang/Object;>([TKType;)Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
          Name  Flags
      elements  

  protected int hashKey();
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // java.lang.Object key
         0: .line 562
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 1
            aload 1 /* key */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 563
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keyMixer:I
            invokestatic com.carrotsearch.hppc.BitMixer.mix:(Ljava/lang/Object;I)I
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    2     1   key  TKType;
    Signature: (TKType;)I
    MethodParameters:
      Name  Flags
      key   

  public int indexOf();
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // java.lang.Object key
         0: .line 587
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            istore 2 /* mask */
        start local 2 // int mask
         1: .line 588
            aload 1 /* key */
            ifnonnull 5
         2: .line 589
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ifeq 3
            iload 2 /* mask */
            iconst_1
            iadd
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iload 2 /* mask */
            iconst_1
            iadd
            iconst_m1
            ixor
      StackMap locals:
      StackMap stack: int
         4: ireturn
         5: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 3 /* keys */
        start local 3 // java.lang.Object[] keys
         6: .line 592
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.hashKey:(Ljava/lang/Object;)I
            iload 2 /* mask */
            iand
            istore 4 /* slot */
        start local 4 // int slot
         7: .line 595
            goto 11
        start local 5 // java.lang.Object existing
         8: .line 596
      StackMap locals: java.lang.Object[] int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 5 /* existing */
            aload 1 /* key */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         9: .line 597
            iload 4 /* slot */
            ireturn
        10: .line 599
      StackMap locals:
      StackMap stack:
            iload 4 /* slot */
            iconst_1
            iadd
            iload 2 /* mask */
            iand
            istore 4 /* slot */
        end local 5 // java.lang.Object existing
        11: .line 595
      StackMap locals:
      StackMap stack:
            aload 3 /* keys */
            iload 4 /* slot */
            aaload
            dup
            astore 5 /* existing */
        start local 5 // java.lang.Object existing
        12: ifnonnull 8
        13: .line 602
            iload 4 /* slot */
            iconst_m1
            ixor
            ireturn
        end local 5 // java.lang.Object existing
        end local 4 // int slot
        end local 3 // java.lang.Object[] keys
        end local 2 // int mask
        end local 1 // java.lang.Object key
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   14     1       key  TKType;
            1   14     2      mask  I
            6   14     3      keys  [Ljava/lang/Object;
            7   14     4      slot  I
            8   11     5  existing  TKType;
           12   14     5  existing  TKType;
    Signature: (TKType;)I
    MethodParameters:
      Name  Flags
      key   

  public boolean indexExists(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int index
         0: .line 615
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            iflt 4
         1: .line 616
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            if_icmple 4
         2: .line 617
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            iconst_1
            iadd
            if_icmpne 3
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 619
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iflt 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // int index
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    6     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public KType indexGet();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int index
         0: .line 634
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 1
            iload 1 /* index */
            ifge 1
            new java.lang.AssertionError
            dup
            ldc "The index must point at an existing key."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 635
      StackMap locals:
      StackMap stack:
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            if_icmple 4
         2: .line 636
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            iconst_1
            iadd
            if_icmpne 3
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    5     1  index  I
    Signature: (I)TKType;
    MethodParameters:
       Name  Flags
      index  

  public KType indexReplace(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int index
        start local 2 // java.lang.Object equivalentKey
         0: .line 655
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 1
            iload 1 /* index */
            ifge 1
            new java.lang.AssertionError
            dup
            ldc "The index must point at an existing key."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 656
      StackMap locals:
      StackMap stack:
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            if_icmple 4
         2: .line 657
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            iconst_1
            iadd
            if_icmpne 3
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
            ifne 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 658
      StackMap locals:
      StackMap stack:
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            aload 2 /* equivalentKey */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            astore 3 /* previousValue */
        start local 3 // java.lang.Object previousValue
         6: .line 661
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            iload 1 /* index */
            aload 2 /* equivalentKey */
            aastore
         7: .line 662
            aload 3 /* previousValue */
            areturn
        end local 3 // java.lang.Object previousValue
        end local 2 // java.lang.Object equivalentKey
        end local 1 // int index
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    8     1          index  I
            0    8     2  equivalentKey  TKType;
            6    8     3  previousValue  TKType;
    Signature: (ITKType;)TKType;
    MethodParameters:
               Name  Flags
      index          
      equivalentKey  

  public void indexInsert(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int index
        start local 2 // java.lang.Object key
         0: .line 677
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 1
            iload 1 /* index */
            iflt 1
            new java.lang.AssertionError
            dup
            ldc "The index must not point at an existing key."
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 679
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iconst_m1
            ixor
            istore 1 /* index */
         2: .line 680
            aload 2 /* key */
            ifnonnull 7
         3: .line 681
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 4
            iload 1 /* index */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            iconst_1
            iadd
            if_icmpeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 682
      StackMap locals:
      StackMap stack:
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            ifnull 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 683
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.carrotsearch.hppc.ObjectHashSet.hasEmptyKey:Z
         6: .line 684
            goto 13
         7: .line 685
      StackMap locals:
      StackMap stack:
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 8
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            ifnull 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.resizeAt:I
            if_icmpne 11
         9: .line 688
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* key */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.allocateThenInsertThenRehash:(ILjava/lang/Object;)V
        10: .line 689
            goto 12
        11: .line 690
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            iload 1 /* index */
            aload 2 /* key */
            aastore
        12: .line 693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
        13: .line 695
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object key
        end local 1 // int index
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   14     1  index  I
            0   14     2    key  TKType;
    Signature: (ITKType;)V
    MethodParameters:
       Name  Flags
      index  
      key    

  public java.lang.String visualizeKeyDistribution(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int characters
         0: .line 699
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            iload 1 /* characters */
            invokestatic com.carrotsearch.hppc.ObjectBufferVisualizer.visualizeKeyDistribution:([Ljava/lang/Object;II)Ljava/lang/String;
            areturn
        end local 1 // int characters
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    1     1  characters  I
    MethodParameters:
            Name  Flags
      characters  

  protected double verifyLoadFactor(double);
    descriptor: (D)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // double loadFactor
         0: .line 707
            dload 1 /* loadFactor */
            ldc 0.009999999776482582
            ldc 0.9900000095367432
            invokestatic com.carrotsearch.hppc.HashContainers.checkLoadFactor:(DDD)V
         1: .line 708
            dload 1 /* loadFactor */
            dreturn
        end local 1 // double loadFactor
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0    2     1  loadFactor  D
    MethodParameters:
            Name  Flags
      loadFactor  

  protected void rehash();
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // java.lang.Object[] fromKeys
         0: .line 715
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 1
            aload 1 /* fromKeys */
            arraylength
            iconst_1
            isub
            invokestatic com.carrotsearch.hppc.HashContainers.checkPowerOfTwo:(I)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 2 /* keys */
        start local 2 // java.lang.Object[] keys
         2: .line 719
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         3: .line 721
            aload 1 /* fromKeys */
            arraylength
            iconst_1
            isub
            istore 5 /* i */
        start local 5 // int i
         4: goto 12
         5: .line 722
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet java.lang.Object[] java.lang.Object[] int top int
      StackMap stack:
            aload 1 /* fromKeys */
            iload 5 /* i */
            aaload
            dup
            astore 4 /* existing */
        start local 4 // java.lang.Object existing
         6: ifnull 12
         7: .line 723
            aload 0 /* this */
            aload 4 /* existing */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.hashKey:(Ljava/lang/Object;)I
            iload 3 /* mask */
            iand
            istore 6 /* slot */
        start local 6 // int slot
         8: .line 724
            goto 10
         9: .line 725
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet java.lang.Object[] java.lang.Object[] int java.lang.Object int int
      StackMap stack:
            iload 6 /* slot */
            iconst_1
            iadd
            iload 3 /* mask */
            iand
            istore 6 /* slot */
        10: .line 724
      StackMap locals:
      StackMap stack:
            aload 2 /* keys */
            iload 6 /* slot */
            aaload
            ifnonnull 9
        11: .line 727
            aload 2 /* keys */
            iload 6 /* slot */
            aload 4 /* existing */
            aastore
        end local 6 // int slot
        end local 4 // java.lang.Object existing
        12: .line 721
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet java.lang.Object[] java.lang.Object[] int top int
      StackMap stack:
            iinc 5 /* i */ -1
            iload 5 /* i */
            ifge 5
        end local 5 // int i
        13: .line 730
            return
        end local 3 // int mask
        end local 2 // java.lang.Object[] keys
        end local 1 // java.lang.Object[] fromKeys
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   14     1  fromKeys  [Ljava/lang/Object;
            2   14     2      keys  [Ljava/lang/Object;
            3   14     3      mask  I
            6   12     4  existing  TKType;
            4   13     5         i  I
            8   12     6      slot  I
    Signature: ([TKType;)V
    MethodParameters:
          Name  Flags
      fromKeys  

  protected void allocateBuffers(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int arraySize
         0: .line 737
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 1
            iload 1 /* arraySize */
            invokestatic java.lang.Integer.bitCount:(I)I
            iconst_1
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 740
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.orderMixer:Lcom/carrotsearch/hppc/HashOrderMixingStrategy;
            iload 1 /* arraySize */
            invokeinterface com.carrotsearch.hppc.HashOrderMixingStrategy.newKeyMixer:(I)I
            istore 2 /* newKeyMixer */
        start local 2 // int newKeyMixer
         2: .line 743
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 3 /* prevKeys */
        start local 3 // java.lang.Object[] prevKeys
         3: .line 745
            iconst_1
            istore 4 /* emptyElementSlot */
        start local 4 // int emptyElementSlot
         4: .line 746
            aload 0 /* this */
            iload 1 /* arraySize */
            iload 4 /* emptyElementSlot */
            iadd
            anewarray java.lang.Object
            putfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
        end local 4 // int emptyElementSlot
         5: .line 747
            goto 16
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet int int java.lang.Object[]
      StackMap stack: java.lang.OutOfMemoryError
         6: astore 4 /* e */
        start local 4 // java.lang.OutOfMemoryError e
         7: .line 748
            aload 0 /* this */
            aload 3 /* prevKeys */
            putfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
         8: .line 749
            new com.carrotsearch.hppc.BufferAllocationException
            dup
         9: .line 750
            ldc "Not enough memory to allocate buffers for rehashing: %,d -> %,d"
        10: .line 751
            aload 4 /* e */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
        11: .line 752
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            ifnonnull 12
            iconst_0
            goto 13
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet int int java.lang.Object[] java.lang.OutOfMemoryError
      StackMap stack: new 8 new 8 java.lang.String java.lang.OutOfMemoryError java.lang.Object[] java.lang.Object[] int
        12: aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.size:()I
      StackMap locals: com.carrotsearch.hppc.ObjectHashSet int int java.lang.Object[] java.lang.OutOfMemoryError
      StackMap stack: new 8 new 8 java.lang.String java.lang.OutOfMemoryError java.lang.Object[] java.lang.Object[] int int
        13: invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
        14: .line 753
            iload 1 /* arraySize */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        15: .line 749
            aastore
            invokespecial com.carrotsearch.hppc.BufferAllocationException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;[Ljava/lang/Object;)V
            athrow
        end local 4 // java.lang.OutOfMemoryError e
        16: .line 756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* arraySize */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.loadFactor:D
            invokestatic com.carrotsearch.hppc.HashContainers.expandAtCount:(ID)I
            putfield com.carrotsearch.hppc.ObjectHashSet.resizeAt:I
        17: .line 757
            aload 0 /* this */
            iload 2 /* newKeyMixer */
            putfield com.carrotsearch.hppc.ObjectHashSet.keyMixer:I
        18: .line 758
            aload 0 /* this */
            iload 1 /* arraySize */
            iconst_1
            isub
            putfield com.carrotsearch.hppc.ObjectHashSet.mask:I
        19: .line 759
            return
        end local 3 // java.lang.Object[] prevKeys
        end local 2 // int newKeyMixer
        end local 1 // int arraySize
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   20     1         arraySize  I
            2   20     2       newKeyMixer  I
            3   20     3          prevKeys  [Ljava/lang/Object;
            4    5     4  emptyElementSlot  I
            7   16     4                 e  Ljava/lang/OutOfMemoryError;
      Exception table:
        from    to  target  type
           3     5       6  Class java.lang.OutOfMemoryError
    MethodParameters:
           Name  Flags
      arraySize  

  protected void allocateThenInsertThenRehash(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int slot
        start local 2 // java.lang.Object pendingKey
         0: .line 771
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.resizeAt:I
            if_icmpne 3
         1: .line 772
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            iload 1 /* slot */
            aaload
            ifnonnull 3
         2: .line 773
            aload 2 /* pendingKey */
            ifnonnull 4
      StackMap locals:
      StackMap stack:
         3: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 776
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 3 /* prevKeys */
        start local 3 // java.lang.Object[] prevKeys
         5: .line 777
            aload 0 /* this */
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            iconst_1
            iadd
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.size:()I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.loadFactor:D
            invokestatic com.carrotsearch.hppc.HashContainers.nextBufferSize:(IID)I
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.allocateBuffers:(I)V
         6: .line 778
            getstatic com.carrotsearch.hppc.ObjectHashSet.$assertionsDisabled:Z
            ifne 7
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            arraylength
            aload 3 /* prevKeys */
            arraylength
            if_icmpgt 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 782
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 3 /* prevKeys */
            iload 1 /* slot */
            aload 2 /* pendingKey */
            aastore
         8: .line 785
            aload 0 /* this */
            aload 3 /* prevKeys */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.rehash:([Ljava/lang/Object;)V
         9: .line 786
            return
        end local 3 // java.lang.Object[] prevKeys
        end local 2 // java.lang.Object pendingKey
        end local 1 // int slot
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   10     1        slot  I
            0   10     2  pendingKey  TKType;
            5   10     3    prevKeys  [Ljava/lang/Object;
    Signature: (ITKType;)V
    MethodParameters:
            Name  Flags
      slot        
      pendingKey  

  protected void shiftConflictingKeys(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectHashSet this
        start local 1 // int gapSlot
         0: .line 792
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.keys:[Ljava/lang/Object;
            astore 2 /* keys */
        start local 2 // java.lang.Object[] keys
         1: .line 793
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectHashSet.mask:I
            istore 3 /* mask */
        start local 3 // int mask
         2: .line 796
            iconst_0
            istore 4 /* distance */
        start local 4 // int distance
         3: .line 798
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            iload 1 /* gapSlot */
            iinc 4 /* distance */ 1
            iload 4 /* distance */
            iadd
            iload 3 /* mask */
            iand
            istore 5 /* slot */
        start local 5 // int slot
         4: .line 799
            aload 2 /* keys */
            iload 5 /* slot */
            aaload
            astore 6 /* existing */
        start local 6 // java.lang.Object existing
         5: .line 800
            aload 6 /* existing */
            ifnonnull 7
         6: .line 801
            goto 14
         7: .line 804
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 6 /* existing */
            invokevirtual com.carrotsearch.hppc.ObjectHashSet.hashKey:(Ljava/lang/Object;)I
            istore 7 /* idealSlot */
        start local 7 // int idealSlot
         8: .line 805
            iload 5 /* slot */
            iload 7 /* idealSlot */
            isub
            iload 3 /* mask */
            iand
            istore 8 /* shift */
        start local 8 // int shift
         9: .line 806
            iload 8 /* shift */
            iload 4 /* distance */
            if_icmplt 3
        10: .line 811
            aload 2 /* keys */
            iload 1 /* gapSlot */
            aload 6 /* existing */
            aastore
        11: .line 812
            iload 5 /* slot */
            istore 1 /* gapSlot */
        12: .line 813
            iconst_0
            istore 4 /* distance */
        end local 8 // int shift
        end local 7 // int idealSlot
        end local 6 // java.lang.Object existing
        end local 5 // int slot
        13: .line 797
            goto 3
        14: .line 818
      StackMap locals:
      StackMap stack:
            aload 2 /* keys */
            iload 1 /* gapSlot */
            aconst_null
            aastore
        15: .line 819
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
            iconst_1
            isub
            putfield com.carrotsearch.hppc.ObjectHashSet.assigned:I
        16: .line 820
            return
        end local 4 // int distance
        end local 3 // int mask
        end local 2 // java.lang.Object[] keys
        end local 1 // int gapSlot
        end local 0 // com.carrotsearch.hppc.ObjectHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lcom/carrotsearch/hppc/ObjectHashSet<TKType;>;
            0   17     1    gapSlot  I
            1   17     2       keys  [Ljava/lang/Object;
            2   17     3       mask  I
            3   17     4   distance  I
            4   13     5       slot  I
            5   13     6   existing  TKType;
            8   13     7  idealSlot  I
            9   13     8      shift  I
    MethodParameters:
         Name  Flags
      gapSlot  

  public int retainAll(com.carrotsearch.hppc.predicates.ObjectPredicate);
    descriptor: (Lcom/carrotsearch/hppc/predicates/ObjectPredicate;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.carrotsearch.hppc.AbstractObjectCollection.retainAll:(Lcom/carrotsearch/hppc/predicates/ObjectPredicate;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int retainAll(com.carrotsearch.hppc.ObjectLookupContainer);
    descriptor: (Lcom/carrotsearch/hppc/ObjectLookupContainer;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.carrotsearch.hppc.AbstractObjectCollection.retainAll:(Lcom/carrotsearch/hppc/ObjectLookupContainer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.carrotsearch.hppc.AbstractObjectCollection.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int removeAll(com.carrotsearch.hppc.ObjectLookupContainer);
    descriptor: (Lcom/carrotsearch/hppc/ObjectLookupContainer;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.carrotsearch.hppc.AbstractObjectCollection.removeAll:(Lcom/carrotsearch/hppc/ObjectLookupContainer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object[] toArray(java.lang.Class);
    descriptor: (Ljava/lang/Class;)[Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.carrotsearch.hppc.AbstractObjectCollection.toArray:(Ljava/lang/Class;)[Ljava/lang/Object;
            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 com.carrotsearch.hppc.ObjectHashSet.clone:()Lcom/carrotsearch/hppc/ObjectHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
Signature: <KType:Ljava/lang/Object;>Lcom/carrotsearch/hppc/AbstractObjectCollection<TKType;>;Lcom/carrotsearch/hppc/ObjectLookupContainer<TKType;>;Lcom/carrotsearch/hppc/ObjectSet<TKType;>;Lcom/carrotsearch/hppc/Preallocable;Ljava/lang/Cloneable;
SourceFile: "ObjectHashSet.java"
NestMembers:
  com.carrotsearch.hppc.ObjectHashSet$EntryIterator
InnerClasses:
  protected final EntryIterator = com.carrotsearch.hppc.ObjectHashSet$EntryIterator of com.carrotsearch.hppc.ObjectHashSet