public class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet extends it.unimi.dsi.fastutil.shorts.AbstractShortSortedSet implements java.io.Serializable, java.lang.Cloneable, it.unimi.dsi.fastutil.Hash
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
  super_class: it.unimi.dsi.fastutil.shorts.AbstractShortSortedSet
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final boolean ASSERTS;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected transient short[] key;
    descriptor: [S
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

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

  protected transient boolean containsNull;
    descriptor: Z
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

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

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

  protected transient long[] link;
    descriptor: [J
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

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

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

  protected final transient int minN;
    descriptor: I
    flags: (0x0094) ACC_PROTECTED, ACC_FINAL, ACC_TRANSIENT

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

  protected final float f;
    descriptor: F
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // int expected
        start local 2 // float f
         0: .line 134
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.shorts.AbstractShortSortedSet.<init>:()V
         1: .line 92
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
         2: .line 97
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
         3: .line 135
            fload 2 /* f */
            fconst_0
            fcmpg
            ifle 4
            fload 2 /* f */
            fconst_1
            fcmpl
            ifle 5
         4: .line 136
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet int float
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Load factor must be greater than 0 and smaller than or equal to 1"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 137
      StackMap locals:
      StackMap stack:
            iload 1 /* expected */
            ifge 7
         6: .line 138
            new java.lang.IllegalArgumentException
            dup
            ldc "The expected number of elements must be nonnegative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 2 /* f */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
         8: .line 140
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* expected */
            fload 2 /* f */
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.minN:I
         9: .line 141
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
        10: .line 142
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            fload 2 /* f */
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.maxFill:I
        11: .line 143
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_1
            iadd
            newarray 9
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
        12: .line 144
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_1
            iadd
            newarray 11
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
        13: .line 145
            return
        end local 2 // float f
        end local 1 // int expected
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   14     1  expected  I
            0   14     2         f  F
    MethodParameters:
          Name  Flags
      expected  final
      f         final

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // int expected
         0: .line 153
            aload 0 /* this */
            iload 1 /* expected */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:(IF)V
         1: .line 154
            return
        end local 1 // int expected
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    2     1  expected  I
    MethodParameters:
          Name  Flags
      expected  final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 161
            aload 0 /* this */
            bipush 16
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:(IF)V
         1: .line 162
            return
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  public void <init>(java.util.Collection<? extends java.lang.Short>, );
    descriptor: (Ljava/util/Collection;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // java.util.Collection c
        start local 2 // float f
         0: .line 172
            aload 0 /* this */
            aload 1 /* c */
            invokeinterface java.util.Collection.size:()I
            fload 2 /* f */
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:(IF)V
         1: .line 173
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 174
            return
        end local 2 // float f
        end local 1 // java.util.Collection c
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    3     1     c  Ljava/util/Collection<+Ljava/lang/Short;>;
            0    3     2     f  F
    Signature: (Ljava/util/Collection<+Ljava/lang/Short;>;F)V
    MethodParameters:
      Name  Flags
      c     final
      f     final

  public void <init>(java.util.Collection<? extends java.lang.Short>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // java.util.Collection c
         0: .line 183
            aload 0 /* this */
            aload 1 /* c */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:(Ljava/util/Collection;F)V
         1: .line 184
            return
        end local 1 // java.util.Collection c
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    2     1     c  Ljava/util/Collection<+Ljava/lang/Short;>;
    Signature: (Ljava/util/Collection<+Ljava/lang/Short;>;)V
    MethodParameters:
      Name  Flags
      c     final

  public void <init>(it.unimi.dsi.fastutil.shorts.ShortCollection, float);
    descriptor: (Lit/unimi/dsi/fastutil/shorts/ShortCollection;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // it.unimi.dsi.fastutil.shorts.ShortCollection c
        start local 2 // float f
         0: .line 194
            aload 0 /* this */
            aload 1 /* c */
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortCollection.size:()I
            fload 2 /* f */
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:(IF)V
         1: .line 195
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.addAll:(Lit/unimi/dsi/fastutil/shorts/ShortCollection;)Z
            pop
         2: .line 196
            return
        end local 2 // float f
        end local 1 // it.unimi.dsi.fastutil.shorts.ShortCollection c
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    3     1     c  Lit/unimi/dsi/fastutil/shorts/ShortCollection;
            0    3     2     f  F
    MethodParameters:
      Name  Flags
      c     final
      f     final

  public void <init>(it.unimi.dsi.fastutil.shorts.ShortCollection);
    descriptor: (Lit/unimi/dsi/fastutil/shorts/ShortCollection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // it.unimi.dsi.fastutil.shorts.ShortCollection c
         0: .line 205
            aload 0 /* this */
            aload 1 /* c */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:(Lit/unimi/dsi/fastutil/shorts/ShortCollection;F)V
         1: .line 206
            return
        end local 1 // it.unimi.dsi.fastutil.shorts.ShortCollection c
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    2     1     c  Lit/unimi/dsi/fastutil/shorts/ShortCollection;
    MethodParameters:
      Name  Flags
      c     final

  public void <init>(it.unimi.dsi.fastutil.shorts.ShortIterator, float);
    descriptor: (Lit/unimi/dsi/fastutil/shorts/ShortIterator;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // it.unimi.dsi.fastutil.shorts.ShortIterator i
        start local 2 // float f
         0: .line 216
            aload 0 /* this */
            bipush 16
            fload 2 /* f */
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:(IF)V
         1: .line 217
            goto 3
         2: .line 218
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet it.unimi.dsi.fastutil.shorts.ShortIterator float
      StackMap stack:
            aload 0 /* this */
            aload 1 /* i */
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortIterator.nextShort:()S
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.add:(S)Z
            pop
         3: .line 217
      StackMap locals:
      StackMap stack:
            aload 1 /* i */
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortIterator.hasNext:()Z
            ifne 2
         4: .line 219
            return
        end local 2 // float f
        end local 1 // it.unimi.dsi.fastutil.shorts.ShortIterator i
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    5     1     i  Lit/unimi/dsi/fastutil/shorts/ShortIterator;
            0    5     2     f  F
    MethodParameters:
      Name  Flags
      i     final
      f     final

  public void <init>(it.unimi.dsi.fastutil.shorts.ShortIterator);
    descriptor: (Lit/unimi/dsi/fastutil/shorts/ShortIterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // it.unimi.dsi.fastutil.shorts.ShortIterator i
         0: .line 228
            aload 0 /* this */
            aload 1 /* i */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:(Lit/unimi/dsi/fastutil/shorts/ShortIterator;F)V
         1: .line 229
            return
        end local 1 // it.unimi.dsi.fastutil.shorts.ShortIterator i
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    2     1     i  Lit/unimi/dsi/fastutil/shorts/ShortIterator;
    MethodParameters:
      Name  Flags
      i     final

  public void <init>(java.util.Iterator<?>, );
    descriptor: (Ljava/util/Iterator;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // java.util.Iterator i
        start local 2 // float f
         0: .line 239
            aload 0 /* this */
            aload 1 /* i */
            invokestatic it.unimi.dsi.fastutil.shorts.ShortIterators.asShortIterator:(Ljava/util/Iterator;)Lit/unimi/dsi/fastutil/shorts/ShortIterator;
            fload 2 /* f */
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:(Lit/unimi/dsi/fastutil/shorts/ShortIterator;F)V
         1: .line 240
            return
        end local 2 // float f
        end local 1 // java.util.Iterator i
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    2     1     i  Ljava/util/Iterator<*>;
            0    2     2     f  F
    Signature: (Ljava/util/Iterator<*>;F)V
    MethodParameters:
      Name  Flags
      i     final
      f     final

  public void <init>(java.util.Iterator<?>);
    descriptor: (Ljava/util/Iterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // java.util.Iterator i
         0: .line 249
            aload 0 /* this */
            aload 1 /* i */
            invokestatic it.unimi.dsi.fastutil.shorts.ShortIterators.asShortIterator:(Ljava/util/Iterator;)Lit/unimi/dsi/fastutil/shorts/ShortIterator;
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:(Lit/unimi/dsi/fastutil/shorts/ShortIterator;)V
         1: .line 250
            return
        end local 1 // java.util.Iterator i
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    2     1     i  Ljava/util/Iterator<*>;
    Signature: (Ljava/util/Iterator<*>;)V
    MethodParameters:
      Name  Flags
      i     final

  public void <init>(short[], int, int, float);
    descriptor: ([SIIF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short[] a
        start local 2 // int offset
        start local 3 // int length
        start local 4 // float f
         0: .line 264
            aload 0 /* this */
            iload 3 /* length */
            ifge 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: iload 3 /* length */
      StackMap locals: uninitialized-this short[] int int float
      StackMap stack: uninitialized-this int
         2: fload 4 /* f */
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:(IF)V
         3: .line 265
            aload 1 /* a */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic it.unimi.dsi.fastutil.shorts.ShortArrays.ensureOffsetLength:([SII)V
         4: .line 266
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 267
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet short[] int int float int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* a */
            iload 2 /* offset */
            iload 5 /* i */
            iadd
            saload
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.add:(S)Z
            pop
         7: .line 266
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 3 /* length */
            if_icmplt 6
        end local 5 // int i
         9: .line 268
            return
        end local 4 // float f
        end local 3 // int length
        end local 2 // int offset
        end local 1 // short[] a
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   10     1       a  [S
            0   10     2  offset  I
            0   10     3  length  I
            0   10     4       f  F
            5    9     5       i  I
    MethodParameters:
        Name  Flags
      a       final
      offset  final
      length  final
      f       final

  public void <init>(short[], int, int);
    descriptor: ([SII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short[] a
        start local 2 // int offset
        start local 3 // int length
         0: .line 281
            aload 0 /* this */
            aload 1 /* a */
            iload 2 /* offset */
            iload 3 /* length */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:([SIIF)V
         1: .line 282
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // short[] a
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    2     1       a  [S
            0    2     2  offset  I
            0    2     3  length  I
    MethodParameters:
        Name  Flags
      a       final
      offset  final
      length  final

  public void <init>(short[], float);
    descriptor: ([SF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short[] a
        start local 2 // float f
         0: .line 292
            aload 0 /* this */
            aload 1 /* a */
            iconst_0
            aload 1 /* a */
            arraylength
            fload 2 /* f */
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:([SIIF)V
         1: .line 293
            return
        end local 2 // float f
        end local 1 // short[] a
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    2     1     a  [S
            0    2     2     f  F
    MethodParameters:
      Name  Flags
      a     final
      f     final

  public void <init>(short[]);
    descriptor: ([S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short[] a
         0: .line 302
            aload 0 /* this */
            aload 1 /* a */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.<init>:([SF)V
         1: .line 303
            return
        end local 1 // short[] a
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    2     1     a  [S
    MethodParameters:
      Name  Flags
      a     final

  private int realSize();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 305
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
            ifeq 1
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            iconst_1
            isub
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  private void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // int capacity
         0: .line 308
            iload 1 /* capacity */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            istore 2 /* needed */
        start local 2 // int needed
         1: .line 309
            iload 2 /* needed */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            if_icmple 3
         2: .line 310
            aload 0 /* this */
            iload 2 /* needed */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.rehash:(I)V
         3: .line 311
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int needed
        end local 1 // int capacity
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    4     1  capacity  I
            1    4     2    needed  I
    MethodParameters:
          Name  Flags
      capacity  final

  private void tryCapacity(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // long capacity
         0: .line 313
            ldc 1073741824
         1: .line 314
            ldc 2
            lload 1 /* capacity */
            l2f
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            fdiv
            f2d
            invokestatic java.lang.Math.ceil:(D)D
            d2l
            invokestatic it.unimi.dsi.fastutil.HashCommon.nextPowerOfTwo:(J)J
            invokestatic java.lang.Math.max:(JJ)J
         2: .line 313
            invokestatic java.lang.Math.min:(JJ)J
            l2i
            istore 3 /* needed */
        start local 3 // int needed
         3: .line 315
            iload 3 /* needed */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            if_icmple 5
         4: .line 316
            aload 0 /* this */
            iload 3 /* needed */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.rehash:(I)V
         5: .line 317
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int needed
        end local 1 // long capacity
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    6     1  capacity  J
            3    6     3    needed  I
    MethodParameters:
          Name  Flags
      capacity  final

  public boolean addAll(it.unimi.dsi.fastutil.shorts.ShortCollection);
    descriptor: (Lit/unimi/dsi/fastutil/shorts/ShortCollection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // it.unimi.dsi.fastutil.shorts.ShortCollection c
         0: .line 320
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            f2d
            ldc 0.5
            dcmpg
            ifgt 2
         1: .line 321
            aload 0 /* this */
            aload 1 /* c */
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortCollection.size:()I
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.ensureCapacity:(I)V
            goto 3
         2: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:()I
            aload 1 /* c */
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortCollection.size:()I
            iadd
            i2l
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.tryCapacity:(J)V
         3: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            invokespecial it.unimi.dsi.fastutil.shorts.AbstractShortSortedSet.addAll:(Lit/unimi/dsi/fastutil/shorts/ShortCollection;)Z
            ireturn
        end local 1 // it.unimi.dsi.fastutil.shorts.ShortCollection c
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    4     1     c  Lit/unimi/dsi/fastutil/shorts/ShortCollection;
    MethodParameters:
      Name  Flags
      c     

  public boolean addAll(java.util.Collection<? extends java.lang.Short>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // java.util.Collection c
         0: .line 330
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            f2d
            ldc 0.5
            dcmpg
            ifgt 2
         1: .line 331
            aload 0 /* this */
            aload 1 /* c */
            invokeinterface java.util.Collection.size:()I
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.ensureCapacity:(I)V
            goto 3
         2: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:()I
            aload 1 /* c */
            invokeinterface java.util.Collection.size:()I
            iadd
            i2l
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.tryCapacity:(J)V
         3: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            invokespecial it.unimi.dsi.fastutil.shorts.AbstractShortSortedSet.addAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    4     1     c  Ljava/util/Collection<+Ljava/lang/Short;>;
    Signature: (Ljava/util/Collection<+Ljava/lang/Short;>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean add(short);
    descriptor: (S)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short k
         0: .line 340
            iload 1 /* k */
            ifne 6
         1: .line 341
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
            ifeq 3
         2: .line 342
            iconst_0
            ireturn
         3: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            istore 2 /* pos */
        start local 2 // int pos
         4: .line 344
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
         5: .line 345
            goto 16
        end local 2 // int pos
         6: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            astore 4 /* key */
        start local 4 // short[] key
         7: .line 349
            aload 4 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            dup
            istore 2 /* pos */
        start local 2 // int pos
         8: saload
            dup
            istore 3 /* curr */
        start local 3 // short curr
         9: ifeq 15
        10: .line 350
            iload 3 /* curr */
            iload 1 /* k */
            if_icmpne 14
        11: .line 351
            iconst_0
            ireturn
        12: .line 353
      StackMap locals: int int short[]
      StackMap stack:
            iload 3 /* curr */
            iload 1 /* k */
            if_icmpne 14
        13: .line 354
            iconst_0
            ireturn
        14: .line 352
      StackMap locals:
      StackMap stack:
            aload 4 /* key */
            iload 2 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            dup
            istore 2 /* pos */
            saload
            dup
            istore 3 /* curr */
            ifne 12
        15: .line 356
      StackMap locals:
      StackMap stack:
            aload 4 /* key */
            iload 2 /* pos */
            iload 1 /* k */
            sastore
        end local 4 // short[] key
        end local 3 // short curr
        16: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            ifne 20
        17: .line 359
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* pos */
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
        18: .line 361
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 2 /* pos */
            ldc -1
            lastore
        19: .line 362
            goto 23
        20: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            laload
            iload 2 /* pos */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        21: .line 364
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 2 /* pos */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            ldc 4294967295
            lor
            lastore
        22: .line 365
            aload 0 /* this */
            iload 2 /* pos */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
        23: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            dup_x1
            iconst_1
            iadd
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.maxFill:I
            if_icmplt 25
        24: .line 368
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.rehash:(I)V
        25: .line 371
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // int pos
        end local 1 // short k
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   26     1     k  S
            4    6     2   pos  I
            8   26     2   pos  I
            9   16     3  curr  S
            7   16     4   key  [S
    MethodParameters:
      Name  Flags
      k     final

  protected final void shiftKeys(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // int pos
         0: .line 384
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            astore 5 /* key */
        start local 5 // short[] key
         1: .line 386
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet int top top top short[]
      StackMap stack:
            iload 1 /* pos */
            dup
            istore 2 /* last */
        start local 2 // int last
         2: iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 1 /* pos */
         3: .line 388
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet int int top top short[]
      StackMap stack:
            aload 5 /* key */
            iload 1 /* pos */
            saload
            dup
            istore 4 /* curr */
        start local 4 // short curr
         4: ifne 7
         5: .line 389
            aload 5 /* key */
            iload 2 /* last */
            iconst_0
            sastore
         6: .line 390
            return
         7: .line 392
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet int int top int short[]
      StackMap stack:
            iload 4 /* curr */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 3 /* slot */
        start local 3 // int slot
         8: .line 393
            iload 2 /* last */
            iload 1 /* pos */
            if_icmpgt 9
            iload 2 /* last */
            iload 3 /* slot */
            if_icmpge 13
            iload 3 /* slot */
            iload 1 /* pos */
            if_icmple 11
            goto 13
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet int int int int short[]
      StackMap stack:
         9: iload 2 /* last */
            iload 3 /* slot */
            if_icmplt 11
            iload 3 /* slot */
            iload 1 /* pos */
            if_icmple 11
        10: .line 394
            goto 13
        11: .line 395
      StackMap locals:
      StackMap stack:
            iload 1 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 1 /* pos */
        end local 4 // short curr
        end local 3 // int slot
        12: .line 387
            goto 3
        start local 3 // int slot
        start local 4 // short curr
        13: .line 397
      StackMap locals:
      StackMap stack:
            aload 5 /* key */
            iload 2 /* last */
            iload 4 /* curr */
            sastore
        14: .line 398
            aload 0 /* this */
            iload 1 /* pos */
            iload 2 /* last */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.fixPointers:(II)V
        end local 4 // short curr
        end local 3 // int slot
        end local 2 // int last
        15: .line 385
            goto 1
        end local 5 // short[] key
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   16     1   pos  I
            2   15     2  last  I
            8   12     3  slot  I
           13   15     3  slot  I
            4   12     4  curr  S
           13   15     4  curr  S
            1   16     5   key  [S
    MethodParameters:
      Name  Flags
      pos   

  private boolean removeEntry(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // int pos
         0: .line 402
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
         1: .line 403
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.fixPointers:(I)V
         2: .line 404
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.shiftKeys:(I)V
         3: .line 405
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.minN:I
            if_icmple 5
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.maxFill:I
            iconst_4
            idiv
            if_icmpge 5
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            bipush 16
            if_icmple 5
         4: .line 406
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_2
            idiv
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.rehash:(I)V
         5: .line 407
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    6     1   pos  I
    MethodParameters:
      Name  Flags
      pos   final

  private boolean removeNullEntry();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 410
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
         1: .line 411
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_0
            sastore
         2: .line 412
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
         3: .line 413
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.fixPointers:(I)V
         4: .line 414
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.minN:I
            if_icmple 6
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.maxFill:I
            iconst_4
            idiv
            if_icmpge 6
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            bipush 16
            if_icmple 6
         5: .line 415
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_2
            idiv
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.rehash:(I)V
         6: .line 416
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  public boolean remove(short);
    descriptor: (S)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short k
         0: .line 421
            iload 1 /* k */
            ifne 4
         1: .line 422
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
            ifeq 3
         2: .line 423
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.removeNullEntry:()Z
            ireturn
         3: .line 424
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            astore 3 /* key */
        start local 3 // short[] key
         5: .line 430
            aload 3 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
         6: saload
            dup
            istore 2 /* curr */
        start local 2 // short curr
         7: ifne 9
         8: .line 431
            iconst_0
            ireturn
         9: .line 432
      StackMap locals: int short[] int
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        10: .line 433
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.removeEntry:(I)Z
            ireturn
        11: .line 435
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            dup
            istore 4 /* pos */
            saload
            dup
            istore 2 /* curr */
            ifne 13
        12: .line 436
            iconst_0
            ireturn
        13: .line 437
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        14: .line 438
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.removeEntry:(I)Z
            ireturn
        end local 4 // int pos
        end local 3 // short[] key
        end local 2 // short curr
        end local 1 // short k
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   15     1     k  S
            7   15     2  curr  S
            5   15     3   key  [S
            6   15     4   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public boolean contains(short);
    descriptor: (S)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short k
         0: .line 444
            iload 1 /* k */
            ifne 2
         1: .line 445
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
            ireturn
         2: .line 447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            astore 3 /* key */
        start local 3 // short[] key
         3: .line 450
            aload 3 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
         4: saload
            dup
            istore 2 /* curr */
        start local 2 // short curr
         5: ifne 7
         6: .line 451
            iconst_0
            ireturn
         7: .line 452
      StackMap locals: int short[] int
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 9
         8: .line 453
            iconst_1
            ireturn
         9: .line 455
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            dup
            istore 4 /* pos */
            saload
            dup
            istore 2 /* curr */
            ifne 11
        10: .line 456
            iconst_0
            ireturn
        11: .line 457
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 9
        12: .line 458
            iconst_1
            ireturn
        end local 4 // int pos
        end local 3 // short[] key
        end local 2 // short curr
        end local 1 // short k
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   13     1     k  S
            5   13     2  curr  S
            3   13     3   key  [S
            4   13     4   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public short removeFirstShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 469
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            ifne 2
         1: .line 470
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            istore 1 /* pos */
        start local 1 // int pos
         3: .line 473
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* pos */
            laload
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
         4: .line 474
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            iflt 6
         5: .line 476
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            dup2
            laload
            ldc -4294967296
            lor
            lastore
         6: .line 478
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            iload 1 /* pos */
            saload
            istore 2 /* k */
        start local 2 // short k
         7: .line 479
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
         8: .line 480
            iload 2 /* k */
            ifne 12
         9: .line 481
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
        10: .line 482
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_0
            sastore
        11: .line 483
            goto 13
        12: .line 484
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.shiftKeys:(I)V
        13: .line 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.minN:I
            if_icmple 15
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.maxFill:I
            iconst_4
            idiv
            if_icmpge 15
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            bipush 16
            if_icmple 15
        14: .line 486
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_2
            idiv
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.rehash:(I)V
        15: .line 487
      StackMap locals:
      StackMap stack:
            iload 2 /* k */
            ireturn
        end local 2 // short k
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            3   16     1   pos  I
            7   16     2     k  S

  public short removeLastShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 497
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            ifne 2
         1: .line 498
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            istore 1 /* pos */
        start local 1 // int pos
         3: .line 501
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* pos */
            laload
            bipush 32
            lushr
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
         4: .line 502
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            iflt 6
         5: .line 504
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            dup2
            laload
            ldc 4294967295
            lor
            lastore
         6: .line 506
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            iload 1 /* pos */
            saload
            istore 2 /* k */
        start local 2 // short k
         7: .line 507
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
         8: .line 508
            iload 2 /* k */
            ifne 12
         9: .line 509
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
        10: .line 510
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_0
            sastore
        11: .line 511
            goto 13
        12: .line 512
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.shiftKeys:(I)V
        13: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.minN:I
            if_icmple 15
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.maxFill:I
            iconst_4
            idiv
            if_icmpge 15
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            bipush 16
            if_icmple 15
        14: .line 514
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_2
            idiv
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.rehash:(I)V
        15: .line 515
      StackMap locals:
      StackMap stack:
            iload 2 /* k */
            ireturn
        end local 2 // short k
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            3   16     1   pos  I
            7   16     2     k  S

  private void moveIndexToFirst(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=6, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // int i
         0: .line 518
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            iconst_1
            if_icmpeq 1
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            iload 1 /* i */
            if_icmpne 2
         1: .line 519
      StackMap locals:
      StackMap stack:
            return
         2: .line 520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            iload 1 /* i */
            if_icmpne 6
         3: .line 521
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* i */
            laload
            bipush 32
            lushr
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
         4: .line 523
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            dup2
            laload
            ldc 4294967295
            lor
            lastore
         5: .line 524
            goto 11
         6: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* i */
            laload
            lstore 2 /* linki */
        start local 2 // long linki
         7: .line 526
            lload 2 /* linki */
            bipush 32
            lushr
            l2i
            istore 4 /* prev */
        start local 4 // int prev
         8: .line 527
            lload 2 /* linki */
            l2i
            istore 5 /* next */
        start local 5 // int next
         9: .line 528
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 4 /* prev */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 4 /* prev */
            laload
            lload 2 /* linki */
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        10: .line 529
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 5 /* next */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 5 /* next */
            laload
            lload 2 /* linki */
            ldc -4294967296
            land
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        end local 5 // int next
        end local 4 // int prev
        end local 2 // long linki
        11: .line 531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            laload
            iload 1 /* i */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        12: .line 532
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* i */
            ldc -4294967296
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            i2l
            ldc 4294967295
            land
            lor
            lastore
        13: .line 533
            aload 0 /* this */
            iload 1 /* i */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
        14: .line 534
            return
        end local 1 // int i
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   15     1      i  I
            7   11     2  linki  J
            8   11     4   prev  I
            9   11     5   next  I
    MethodParameters:
      Name  Flags
      i     final

  private void moveIndexToLast(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=6, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // int i
         0: .line 536
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            iconst_1
            if_icmpeq 1
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            iload 1 /* i */
            if_icmpne 2
         1: .line 537
      StackMap locals:
      StackMap stack:
            return
         2: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            iload 1 /* i */
            if_icmpne 6
         3: .line 539
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* i */
            laload
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
         4: .line 541
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            dup2
            laload
            ldc -4294967296
            lor
            lastore
         5: .line 542
            goto 11
         6: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* i */
            laload
            lstore 2 /* linki */
        start local 2 // long linki
         7: .line 544
            lload 2 /* linki */
            bipush 32
            lushr
            l2i
            istore 4 /* prev */
        start local 4 // int prev
         8: .line 545
            lload 2 /* linki */
            l2i
            istore 5 /* next */
        start local 5 // int next
         9: .line 546
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 4 /* prev */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 4 /* prev */
            laload
            lload 2 /* linki */
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        10: .line 547
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 5 /* next */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 5 /* next */
            laload
            lload 2 /* linki */
            ldc -4294967296
            land
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        end local 5 // int next
        end local 4 // int prev
        end local 2 // long linki
        11: .line 549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            laload
            iload 1 /* i */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        12: .line 550
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* i */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            ldc 4294967295
            lor
            lastore
        13: .line 551
            aload 0 /* this */
            iload 1 /* i */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
        14: .line 552
            return
        end local 1 // int i
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   15     1      i  I
            7   11     2  linki  J
            8   11     4   prev  I
            9   11     5   next  I
    MethodParameters:
      Name  Flags
      i     final

  public boolean addAndMoveToFirst(short);
    descriptor: (S)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=4, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short k
         0: .line 563
            iload 1 /* k */
            ifne 7
         1: .line 564
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
            ifeq 4
         2: .line 565
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.moveIndexToFirst:(I)V
         3: .line 566
            iconst_0
            ireturn
         4: .line 568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
         5: .line 569
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            istore 2 /* pos */
        start local 2 // int pos
         6: .line 570
            goto 15
        end local 2 // int pos
         7: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            astore 3 /* key */
        start local 3 // short[] key
         8: .line 573
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 2 /* pos */
        start local 2 // int pos
         9: .line 575
            goto 14
        10: .line 576
      StackMap locals: int short[]
      StackMap stack:
            iload 1 /* k */
            aload 3 /* key */
            iload 2 /* pos */
            saload
            if_icmpne 13
        11: .line 577
            aload 0 /* this */
            iload 2 /* pos */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.moveIndexToFirst:(I)V
        12: .line 578
            iconst_0
            ireturn
        13: .line 580
      StackMap locals:
      StackMap stack:
            iload 2 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 2 /* pos */
        14: .line 575
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 2 /* pos */
            saload
            ifne 10
        end local 3 // short[] key
        15: .line 583
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            iload 2 /* pos */
            iload 1 /* k */
            sastore
        16: .line 584
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            ifne 20
        17: .line 585
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* pos */
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
        18: .line 587
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 2 /* pos */
            ldc -1
            lastore
        19: .line 588
            goto 23
        20: .line 589
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            laload
            iload 2 /* pos */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        21: .line 590
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 2 /* pos */
            ldc -4294967296
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            i2l
            ldc 4294967295
            land
            lor
            lastore
        22: .line 591
            aload 0 /* this */
            iload 2 /* pos */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
        23: .line 593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            dup_x1
            iconst_1
            iadd
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.maxFill:I
            if_icmplt 25
        24: .line 594
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.rehash:(I)V
        25: .line 597
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // int pos
        end local 1 // short k
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   26     1     k  S
            6    7     2   pos  I
            9   26     2   pos  I
            8   15     3   key  [S
    MethodParameters:
      Name  Flags
      k     final

  public boolean addAndMoveToLast(short);
    descriptor: (S)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=4, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short k
         0: .line 609
            iload 1 /* k */
            ifne 7
         1: .line 610
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
            ifeq 4
         2: .line 611
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.moveIndexToLast:(I)V
         3: .line 612
            iconst_0
            ireturn
         4: .line 614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
         5: .line 615
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            istore 2 /* pos */
        start local 2 // int pos
         6: .line 616
            goto 15
        end local 2 // int pos
         7: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            astore 3 /* key */
        start local 3 // short[] key
         8: .line 619
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 2 /* pos */
        start local 2 // int pos
         9: .line 621
            goto 14
        10: .line 622
      StackMap locals: int short[]
      StackMap stack:
            iload 1 /* k */
            aload 3 /* key */
            iload 2 /* pos */
            saload
            if_icmpne 13
        11: .line 623
            aload 0 /* this */
            iload 2 /* pos */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.moveIndexToLast:(I)V
        12: .line 624
            iconst_0
            ireturn
        13: .line 626
      StackMap locals:
      StackMap stack:
            iload 2 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 2 /* pos */
        14: .line 621
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 2 /* pos */
            saload
            ifne 10
        end local 3 // short[] key
        15: .line 629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            iload 2 /* pos */
            iload 1 /* k */
            sastore
        16: .line 630
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            ifne 20
        17: .line 631
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* pos */
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
        18: .line 633
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 2 /* pos */
            ldc -1
            lastore
        19: .line 634
            goto 23
        20: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            laload
            iload 2 /* pos */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        21: .line 636
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 2 /* pos */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            ldc 4294967295
            lor
            lastore
        22: .line 637
            aload 0 /* this */
            iload 2 /* pos */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
        23: .line 639
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            dup_x1
            iconst_1
            iadd
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.maxFill:I
            if_icmplt 25
        24: .line 640
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.rehash:(I)V
        25: .line 643
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // int pos
        end local 1 // short k
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   26     1     k  S
            6    7     2   pos  I
            9   26     2   pos  I
            8   15     3   key  [S
    MethodParameters:
      Name  Flags
      k     final

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 654
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            ifne 2
         1: .line 655
            return
         2: .line 656
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
         3: .line 657
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
         4: .line 658
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            iconst_0
            invokestatic java.util.Arrays.fill:([SS)V
         5: .line 659
            aload 0 /* this */
            aload 0 /* this */
            iconst_m1
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
         6: .line 660
            return
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 663
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 667
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  protected void fixPointers(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=6, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // int i
         0: .line 677
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            ifne 3
         1: .line 678
            aload 0 /* this */
            aload 0 /* this */
            iconst_m1
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
         2: .line 679
            return
         3: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            iload 1 /* i */
            if_icmpne 8
         4: .line 682
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* i */
            laload
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
         5: .line 683
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            iflt 7
         6: .line 685
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            dup2
            laload
            ldc -4294967296
            lor
            lastore
         7: .line 687
      StackMap locals:
      StackMap stack:
            return
         8: .line 689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            iload 1 /* i */
            if_icmpne 13
         9: .line 690
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* i */
            laload
            bipush 32
            lushr
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
        10: .line 691
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            iflt 12
        11: .line 693
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            dup2
            laload
            ldc 4294967295
            lor
            lastore
        12: .line 695
      StackMap locals:
      StackMap stack:
            return
        13: .line 697
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* i */
            laload
            lstore 2 /* linki */
        start local 2 // long linki
        14: .line 698
            lload 2 /* linki */
            bipush 32
            lushr
            l2i
            istore 4 /* prev */
        start local 4 // int prev
        15: .line 699
            lload 2 /* linki */
            l2i
            istore 5 /* next */
        start local 5 // int next
        16: .line 700
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 4 /* prev */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 4 /* prev */
            laload
            lload 2 /* linki */
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        17: .line 701
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 5 /* next */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 5 /* next */
            laload
            lload 2 /* linki */
            ldc -4294967296
            land
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        18: .line 702
            return
        end local 5 // int next
        end local 4 // int prev
        end local 2 // long linki
        end local 1 // int i
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   19     1      i  I
           14   19     2  linki  J
           15   19     4   prev  I
           16   19     5   next  I
    MethodParameters:
      Name  Flags
      i     final

  protected void fixPointers(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=7, args_size=3
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // int s
        start local 2 // int d
         0: .line 713
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            iconst_1
            if_icmpne 4
         1: .line 714
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* d */
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
         2: .line 716
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 2 /* d */
            ldc -1
            lastore
         3: .line 717
            return
         4: .line 719
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            iload 1 /* s */
            if_icmpne 9
         5: .line 720
            aload 0 /* this */
            iload 2 /* d */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
         6: .line 721
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* s */
            laload
            l2i
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* s */
            laload
            l2i
            laload
            iload 2 /* d */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
         7: .line 722
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 2 /* d */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* s */
            laload
            lastore
         8: .line 723
            return
         9: .line 725
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            iload 1 /* s */
            if_icmpne 14
        10: .line 726
            aload 0 /* this */
            iload 2 /* d */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
        11: .line 727
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* s */
            laload
            bipush 32
            lushr
            l2i
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* s */
            laload
            bipush 32
            lushr
            l2i
            laload
            iload 2 /* d */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        12: .line 728
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 2 /* d */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* s */
            laload
            lastore
        13: .line 729
            return
        14: .line 731
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* s */
            laload
            lstore 3 /* links */
        start local 3 // long links
        15: .line 732
            lload 3 /* links */
            bipush 32
            lushr
            l2i
            istore 5 /* prev */
        start local 5 // int prev
        16: .line 733
            lload 3 /* links */
            l2i
            istore 6 /* next */
        start local 6 // int next
        17: .line 734
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 5 /* prev */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 5 /* prev */
            laload
            iload 2 /* d */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        18: .line 735
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 6 /* next */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 6 /* next */
            laload
            iload 2 /* d */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        19: .line 736
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 2 /* d */
            lload 3 /* links */
            lastore
        20: .line 737
            return
        end local 6 // int next
        end local 5 // int prev
        end local 3 // long links
        end local 2 // int d
        end local 1 // int s
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   21     1      s  I
            0   21     2      d  I
           15   21     3  links  J
           16   21     5   prev  I
           17   21     6   next  I
    MethodParameters:
      Name  Flags
      s     
      d     

  public short firstShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 745
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            ifne 2
         1: .line 746
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 747
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            saload
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  public short lastShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 756
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            ifne 2
         1: .line 757
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            saload
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  public it.unimi.dsi.fastutil.shorts.ShortSortedSet tailSet(short);
    descriptor: (S)Lit/unimi/dsi/fastutil/shorts/ShortSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short from
         0: .line 767
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // short from
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    1     1  from  S
    MethodParameters:
      Name  Flags
      from  

  public it.unimi.dsi.fastutil.shorts.ShortSortedSet headSet(short);
    descriptor: (S)Lit/unimi/dsi/fastutil/shorts/ShortSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short to
         0: .line 776
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // short to
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    1     1    to  S
    MethodParameters:
      Name  Flags
      to    

  public it.unimi.dsi.fastutil.shorts.ShortSortedSet subSet(short, short);
    descriptor: (SS)Lit/unimi/dsi/fastutil/shorts/ShortSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short from
        start local 2 // short to
         0: .line 785
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // short to
        end local 1 // short from
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    1     1  from  S
            0    1     2    to  S
    MethodParameters:
      Name  Flags
      from  
      to    

  public it.unimi.dsi.fastutil.shorts.ShortComparator comparator();
    descriptor: ()Lit/unimi/dsi/fastutil/shorts/ShortComparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 794
            aconst_null
            areturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  public it.unimi.dsi.fastutil.shorts.ShortListIterator iterator(short);
    descriptor: (S)Lit/unimi/dsi/fastutil/shorts/ShortListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // short from
         0: .line 991
            new it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator
            dup
            aload 0 /* this */
            iload 1 /* from */
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.<init>:(Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;S)V
            areturn
        end local 1 // short from
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    1     1  from  S
    MethodParameters:
      Name  Flags
      from  

  public it.unimi.dsi.fastutil.shorts.ShortListIterator iterator();
    descriptor: ()Lit/unimi/dsi/fastutil/shorts/ShortListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 1002
            new it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator
            dup
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.<init>:(Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;)V
            areturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  public boolean trim();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 1019
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.trim:(I)Z
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  public boolean trim(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // int n
         0: .line 1043
            iload 1 /* n */
            i2f
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            fdiv
            f2d
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            invokestatic it.unimi.dsi.fastutil.HashCommon.nextPowerOfTwo:(I)I
            istore 2 /* l */
        start local 2 // int l
         1: .line 1044
            iload 2 /* l */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            if_icmpge 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            iload 2 /* l */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            if_icmple 3
         2: .line 1045
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
         3: .line 1047
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* l */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.rehash:(I)V
         4: .line 1048
            goto 7
      StackMap locals:
      StackMap stack: java.lang.OutOfMemoryError
         5: pop
         6: .line 1049
            iconst_0
            ireturn
         7: .line 1051
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // int l
        end local 1 // int n
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    8     1     n  I
            1    8     2     l  I
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.OutOfMemoryError
    MethodParameters:
      Name  Flags
      n     final

  protected void rehash(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=13, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // int newN
         0: .line 1067
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            astore 2 /* key */
        start local 2 // short[] key
         1: .line 1068
            iload 1 /* newN */
            iconst_1
            isub
            istore 3 /* mask */
        start local 3 // int mask
         2: .line 1069
            iload 1 /* newN */
            iconst_1
            iadd
            newarray 9
            astore 4 /* newKey */
        start local 4 // short[] newKey
         3: .line 1070
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            istore 5 /* i */
        start local 5 // int i
         4: iconst_m1
            istore 6 /* prev */
        start local 6 // int prev
         5: iconst_m1
            istore 7 /* newPrev */
        start local 7 // int newPrev
         6: .line 1071
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            astore 10 /* link */
        start local 10 // long[] link
         7: .line 1072
            iload 1 /* newN */
            iconst_1
            iadd
            newarray 11
            astore 11 /* newLink */
        start local 11 // long[] newLink
         8: .line 1073
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
         9: .line 1074
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            istore 12 /* j */
        start local 12 // int j
        10: goto 29
        11: .line 1075
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet int short[] int short[] int int int top top long[] long[] int
      StackMap stack:
            aload 2 /* key */
            iload 5 /* i */
            saload
            ifne 14
        12: .line 1076
            iload 1 /* newN */
            istore 9 /* pos */
        start local 9 // int pos
        13: goto 18
        end local 9 // int pos
        14: .line 1078
      StackMap locals:
      StackMap stack:
            aload 2 /* key */
            iload 5 /* i */
            saload
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            iload 3 /* mask */
            iand
            istore 9 /* pos */
        start local 9 // int pos
        15: .line 1079
            goto 17
        16: .line 1080
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet int short[] int short[] int int int top int long[] long[] int
      StackMap stack:
            iload 9 /* pos */
            iconst_1
            iadd
            iload 3 /* mask */
            iand
            istore 9 /* pos */
        17: .line 1079
      StackMap locals:
      StackMap stack:
            aload 4 /* newKey */
            iload 9 /* pos */
            saload
            ifne 16
        18: .line 1082
      StackMap locals:
      StackMap stack:
            aload 4 /* newKey */
            iload 9 /* pos */
            aload 2 /* key */
            iload 5 /* i */
            saload
            sastore
        19: .line 1083
            iload 6 /* prev */
            iconst_m1
            if_icmpeq 24
        20: .line 1084
            aload 11 /* newLink */
            iload 7 /* newPrev */
            dup2
            laload
            aload 11 /* newLink */
            iload 7 /* newPrev */
            laload
            iload 9 /* pos */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        21: .line 1085
            aload 11 /* newLink */
            iload 9 /* pos */
            dup2
            laload
            aload 11 /* newLink */
            iload 9 /* pos */
            laload
            iload 7 /* newPrev */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        22: .line 1086
            iload 9 /* pos */
            istore 7 /* newPrev */
        23: .line 1087
            goto 26
        24: .line 1088
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 9 /* pos */
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            istore 7 /* newPrev */
        25: .line 1090
            aload 11 /* newLink */
            iload 9 /* pos */
            ldc -1
            lastore
        26: .line 1092
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            istore 8 /* t */
        start local 8 // int t
        27: .line 1093
            aload 10 /* link */
            iload 5 /* i */
            laload
            l2i
            istore 5 /* i */
        28: .line 1094
            iload 8 /* t */
            istore 6 /* prev */
        end local 9 // int pos
        end local 8 // int t
        29: .line 1074
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet int short[] int short[] int int int top top long[] long[] int
      StackMap stack:
            iload 12 /* j */
            iinc 12 /* j */ -1
            ifne 11
        end local 12 // int j
        30: .line 1096
            aload 0 /* this */
            aload 11 /* newLink */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
        31: .line 1097
            aload 0 /* this */
            iload 7 /* newPrev */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
        32: .line 1098
            iload 7 /* newPrev */
            iconst_m1
            if_icmpeq 34
        33: .line 1100
            aload 11 /* newLink */
            iload 7 /* newPrev */
            dup2
            laload
            ldc 4294967295
            lor
            lastore
        34: .line 1101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* newN */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
        35: .line 1102
            aload 0 /* this */
            iload 3 /* mask */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
        36: .line 1103
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.maxFill:I
        37: .line 1104
            aload 0 /* this */
            aload 4 /* newKey */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
        38: .line 1105
            return
        end local 11 // long[] newLink
        end local 10 // long[] link
        end local 7 // int newPrev
        end local 6 // int prev
        end local 5 // int i
        end local 4 // short[] newKey
        end local 3 // int mask
        end local 2 // short[] key
        end local 1 // int newN
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   39     0     this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   39     1     newN  I
            1   39     2      key  [S
            2   39     3     mask  I
            3   39     4   newKey  [S
            4   39     5        i  I
            5   39     6     prev  I
            6   39     7  newPrev  I
           27   29     8        t  I
           13   14     9      pos  I
           15   29     9      pos  I
            7   39    10     link  [J
            8   39    11  newLink  [J
           10   30    12        j  I
    MethodParameters:
      Name  Flags
      newN  final

  public it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet clone();
    descriptor: ()Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 1121
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
            astore 1 /* c */
        start local 1 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet c
         1: .line 1122
            goto 4
        end local 1 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet c
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
         2: pop
         3: .line 1123
            new java.lang.InternalError
            dup
            invokespecial java.lang.InternalError.<init>:()V
            athrow
        start local 1 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet c
         4: .line 1125
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
      StackMap stack:
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            invokevirtual short[].clone:()Ljava/lang/Object;
            checkcast short[]
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
         5: .line 1126
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
         6: .line 1127
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            invokevirtual long[].clone:()Ljava/lang/Object;
            checkcast long[]
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
         7: .line 1128
            aload 1 /* c */
            areturn
        end local 1 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet c
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            1    2     1     c  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            4    8     1     c  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 1141
            iconst_0
            istore 1 /* h */
        start local 1 // int h
         1: .line 1142
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.realSize:()I
            istore 2 /* j */
        start local 2 // int j
         2: iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 1144
      StackMap locals: int int int
      StackMap stack:
            iinc 3 /* i */ 1
         5: .line 1143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            iload 3 /* i */
            saload
            ifeq 4
         6: .line 1145
            iload 1 /* h */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            iload 3 /* i */
            saload
            iadd
            istore 1 /* h */
         7: .line 1146
            iinc 3 /* i */ 1
         8: .line 1142
      StackMap locals:
      StackMap stack:
            iload 2 /* j */
            iinc 2 /* j */ -1
            ifne 5
        end local 3 // int i
        end local 2 // int j
         9: .line 1149
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            1   10     1     h  I
            2    9     2     j  I
            3    9     3     i  I

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // java.io.ObjectOutputStream s
         0: .line 1152
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.iterator:()Lit/unimi/dsi/fastutil/shorts/ShortListIterator;
            astore 2 /* i */
        start local 2 // it.unimi.dsi.fastutil.shorts.ShortIterator i
         1: .line 1153
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         2: .line 1154
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            istore 3 /* j */
        start local 3 // int j
         3: goto 5
         4: .line 1155
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortIterator int
      StackMap stack:
            aload 1 /* s */
            aload 2 /* i */
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortIterator.nextShort:()S
            invokevirtual java.io.ObjectOutputStream.writeShort:(I)V
         5: .line 1154
      StackMap locals:
      StackMap stack:
            iload 3 /* j */
            iinc 3 /* j */ -1
            ifne 4
        end local 3 // int j
         6: .line 1156
            return
        end local 2 // it.unimi.dsi.fastutil.shorts.ShortIterator i
        end local 1 // java.io.ObjectOutputStream s
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0    7     1     s  Ljava/io/ObjectOutputStream;
            1    7     2     i  Lit/unimi/dsi/fastutil/shorts/ShortIterator;
            3    6     3     j  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=8, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
        start local 1 // java.io.ObjectInputStream s
         0: .line 1159
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 1160
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
         2: .line 1161
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.maxFill:I
         3: .line 1162
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
         4: .line 1163
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_1
            iadd
            newarray 9
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            astore 2 /* key */
        start local 2 // short[] key
         5: .line 1164
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_1
            iadd
            newarray 11
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            astore 3 /* link */
        start local 3 // long[] link
         6: .line 1165
            iconst_m1
            istore 4 /* prev */
        start local 4 // int prev
         7: .line 1166
            aload 0 /* this */
            aload 0 /* this */
            iconst_m1
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
         8: .line 1168
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            istore 6 /* i */
        start local 6 // int i
         9: goto 26
        10: .line 1169
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet java.io.ObjectInputStream short[] long[] int top int
      StackMap stack:
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.readShort:()S
            istore 5 /* k */
        start local 5 // short k
        11: .line 1170
            iload 5 /* k */
            ifne 15
        12: .line 1171
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            istore 7 /* pos */
        start local 7 // int pos
        13: .line 1172
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
        14: .line 1173
            goto 18
        end local 7 // int pos
        15: .line 1174
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet java.io.ObjectInputStream short[] long[] int int int
      StackMap stack:
            aload 2 /* key */
            iload 5 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            dup
            istore 7 /* pos */
        start local 7 // int pos
        16: saload
            ifeq 18
        17: .line 1175
      StackMap locals: int
      StackMap stack:
            aload 2 /* key */
            iload 7 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            dup
            istore 7 /* pos */
            saload
            ifne 17
        18: .line 1177
      StackMap locals:
      StackMap stack:
            aload 2 /* key */
            iload 7 /* pos */
            iload 5 /* k */
            sastore
        19: .line 1178
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            iconst_m1
            if_icmpeq 24
        20: .line 1179
            aload 3 /* link */
            iload 4 /* prev */
            dup2
            laload
            aload 3 /* link */
            iload 4 /* prev */
            laload
            iload 7 /* pos */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        21: .line 1180
            aload 3 /* link */
            iload 7 /* pos */
            dup2
            laload
            aload 3 /* link */
            iload 7 /* pos */
            laload
            iload 4 /* prev */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        22: .line 1181
            iload 7 /* pos */
            istore 4 /* prev */
        23: .line 1182
            goto 26
        24: .line 1183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* pos */
            dup_x1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            istore 4 /* prev */
        25: .line 1185
            aload 3 /* link */
            iload 7 /* pos */
            dup2
            laload
            ldc -4294967296
            lor
            lastore
        end local 7 // int pos
        end local 5 // short k
        26: .line 1168
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet java.io.ObjectInputStream short[] long[] int top int
      StackMap stack:
            iload 6 /* i */
            iinc 6 /* i */ -1
            ifne 10
        end local 6 // int i
        27: .line 1188
            aload 0 /* this */
            iload 4 /* prev */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
        28: .line 1189
            iload 4 /* prev */
            iconst_m1
            if_icmpeq 30
        29: .line 1191
            aload 3 /* link */
            iload 4 /* prev */
            dup2
            laload
            ldc 4294967295
            lor
            lastore
        30: .line 1194
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet java.io.ObjectInputStream short[] long[] int
      StackMap stack:
            return
        end local 4 // int prev
        end local 3 // long[] link
        end local 2 // short[] key
        end local 1 // java.io.ObjectInputStream s
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   31     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            0   31     1     s  Ljava/io/ObjectInputStream;
            5   31     2   key  [S
            6   31     3  link  [J
            7   31     4  prev  I
           11   26     5     k  S
            9   27     6     i  I
           13   15     7   pos  I
           16   26     7   pos  I
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     

  private void checkTable();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
         0: .line 1196
            return
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;

  public it.unimi.dsi.fastutil.shorts.ShortBidirectionalIterator iterator();
    descriptor: ()Lit/unimi/dsi/fastutil/shorts/ShortBidirectionalIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.iterator:()Lit/unimi/dsi/fastutil/shorts/ShortListIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.iterator:()Lit/unimi/dsi/fastutil/shorts/ShortListIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public it.unimi.dsi.fastutil.shorts.ShortIterator iterator();
    descriptor: ()Lit/unimi/dsi/fastutil/shorts/ShortIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.iterator:()Lit/unimi/dsi/fastutil/shorts/ShortListIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public it.unimi.dsi.fastutil.shorts.ShortBidirectionalIterator iterator(short);
    descriptor: (S)Lit/unimi/dsi/fastutil/shorts/ShortBidirectionalIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.iterator:(S)Lit/unimi/dsi/fastutil/shorts/ShortListIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Comparator comparator();
    descriptor: ()Ljava/util/Comparator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.comparator:()Lit/unimi/dsi/fastutil/shorts/ShortComparator;
            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 it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.clone:()Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "ShortLinkedOpenHashSet.java"
NestMembers:
  it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator
InnerClasses:
  private SetIterator = it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator of it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet