class it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator implements it.unimi.dsi.fastutil.shorts.ShortListIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator
  super_class: java.lang.Object
{
  int prev;
    descriptor: I
    flags: (0x0000) 

  int next;
    descriptor: I
    flags: (0x0000) 

  int curr;
    descriptor: I
    flags: (0x0000) 

  int index;
    descriptor: I
    flags: (0x0000) 

  final it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet this$0;
    descriptor: Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet);
    descriptor: (Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
         0: .line 826
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 809
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
         2: .line 815
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
         3: .line 820
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
         4: .line 825
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
         5: .line 827
            aload 0 /* this */
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
         6: .line 828
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
         7: .line 829
            return
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet$SetIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  void <init>(it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet, short);
    descriptor: (Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;S)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
        start local 2 // short from
         0: .line 830
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 809
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
         2: .line 815
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
         3: .line 820
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
         4: .line 825
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
         5: .line 831
            iload 2 /* from */
            ifne 11
         6: .line 832
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
            ifeq 10
         7: .line 833
            aload 0 /* this */
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            laload
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
         8: .line 834
            aload 0 /* this */
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
         9: .line 835
            return
        10: .line 837
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet int
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            new java.lang.StringBuilder
            dup
            ldc "The key "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* from */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " does not belong to this set."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 839
      StackMap locals:
      StackMap stack:
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            saload
            iload 2 /* from */
            if_icmpne 15
        12: .line 840
            aload 0 /* this */
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
        13: .line 841
            aload 0 /* this */
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
        14: .line 842
            return
        15: .line 845
      StackMap locals:
      StackMap stack:
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            astore 3 /* key */
        start local 3 // short[] key
        16: .line 846
            iload 2 /* from */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 4 /* pos */
        start local 4 // int pos
        17: .line 848
            goto 23
        18: .line 849
      StackMap locals: short[] int
      StackMap stack:
            aload 3 /* key */
            iload 4 /* pos */
            saload
            iload 2 /* from */
            if_icmpne 22
        19: .line 851
            aload 0 /* this */
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 4 /* pos */
            laload
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
        20: .line 852
            aload 0 /* this */
            iload 4 /* pos */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
        21: .line 853
            return
        22: .line 855
      StackMap locals:
      StackMap stack:
            iload 4 /* pos */
            iconst_1
            iadd
            aload 1
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 4 /* pos */
        23: .line 848
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 4 /* pos */
            saload
            ifne 18
        24: .line 857
            new java.util.NoSuchElementException
            dup
            new java.lang.StringBuilder
            dup
            ldc "The key "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* from */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " does not belong to this set."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // int pos
        end local 3 // short[] key
        end local 2 // short from
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet$SetIterator;
            0   25     2  from  S
           16   25     3   key  [S
           17   25     4   pos  I
    MethodParameters:
        Name  Flags
      this$0  final
      from    

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

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

  public short nextShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
         0: .line 869
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.hasNext:()Z
            ifne 2
         1: .line 870
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 871
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
         3: .line 872
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
            laload
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
         4: .line 873
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
         5: .line 874
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
            iflt 7
         6: .line 875
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
            iconst_1
            iadd
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
         7: .line 878
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
            saload
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet$SetIterator;

  public short previousShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
         0: .line 882
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.hasPrevious:()Z
            ifne 2
         1: .line 883
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 884
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
         3: .line 885
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
            laload
            bipush 32
            lushr
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
         4: .line 886
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
         5: .line 887
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
            iflt 7
         6: .line 888
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
         7: .line 889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
            saload
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet$SetIterator;

  private final void ensureIndexKnown();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
         0: .line 892
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
            iflt 2
         1: .line 893
            return
         2: .line 894
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
            iconst_m1
            if_icmpne 5
         3: .line 895
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
         4: .line 896
            return
         5: .line 898
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
            iconst_m1
            if_icmpne 8
         6: .line 899
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
         7: .line 900
            return
         8: .line 902
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            istore 1 /* pos */
        start local 1 // int pos
         9: .line 903
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
        10: .line 904
            goto 13
        11: .line 905
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            iload 1 /* pos */
            laload
            l2i
            istore 1 /* pos */
        12: .line 906
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
            iconst_1
            iadd
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
        13: .line 904
      StackMap locals:
      StackMap stack:
            iload 1 /* pos */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
            if_icmpne 11
        14: .line 908
            return
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet$SetIterator;
            9   15     1   pos  I

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
         0: .line 911
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.ensureIndexKnown:()V
         1: .line 912
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet$SetIterator;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
         0: .line 916
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.ensureIndexKnown:()V
         1: .line 917
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
            iconst_1
            isub
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet$SetIterator;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
         0: .line 921
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.ensureIndexKnown:()V
         1: .line 922
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
            iconst_m1
            if_icmpne 3
         2: .line 923
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 924
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
            if_icmpne 7
         4: .line 929
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.index:I
         5: .line 930
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
            laload
            bipush 32
            lushr
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
         6: .line 931
            goto 8
         7: .line 932
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
            laload
            l2i
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
         8: .line 933
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            dup
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.size:I
         9: .line 938
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
            iconst_m1
            if_icmpne 11
        10: .line 939
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.first:I
            goto 12
        11: .line 941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        12: .line 942
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
            iconst_m1
            if_icmpne 14
        13: .line 943
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.last:I
            goto 15
        14: .line 945
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        15: .line 946
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
            istore 3 /* pos */
        start local 3 // int pos
        16: .line 947
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.curr:I
        17: .line 948
            iload 3 /* pos */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            if_icmpne 21
        18: .line 949
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            iconst_0
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.containsNull:Z
        19: .line 950
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.n:I
            iconst_0
            sastore
        20: .line 951
            goto 41
        21: .line 953
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator top top int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.key:[S
            astore 5 /* key */
        start local 5 // short[] key
        22: .line 957
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator top top int top short[]
      StackMap stack:
            iload 3 /* pos */
            dup
            istore 1 /* last */
        start local 1 // int last
        23: iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 3 /* pos */
        24: .line 959
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator int top int top short[]
      StackMap stack:
            aload 5 /* key */
            iload 3 /* pos */
            saload
            dup
            istore 4 /* curr */
        start local 4 // short curr
        25: ifne 28
        26: .line 960
            aload 5 /* key */
            iload 1 /* last */
            iconst_0
            sastore
        27: .line 961
            return
        28: .line 963
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator int top int 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$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 2 /* slot */
        start local 2 // int slot
        29: .line 964
            iload 1 /* last */
            iload 3 /* pos */
            if_icmpgt 30
            iload 1 /* last */
            iload 2 /* slot */
            if_icmpge 34
            iload 2 /* slot */
            iload 3 /* pos */
            if_icmple 32
            goto 34
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator int int int int short[]
      StackMap stack:
        30: iload 1 /* last */
            iload 2 /* slot */
            if_icmplt 32
            iload 2 /* slot */
            iload 3 /* pos */
            if_icmple 32
        31: .line 965
            goto 34
        32: .line 966
      StackMap locals:
      StackMap stack:
            iload 3 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.mask:I
            iand
            istore 3 /* pos */
        end local 4 // short curr
        end local 2 // int slot
        33: .line 958
            goto 24
        start local 2 // int slot
        start local 4 // short curr
        34: .line 968
      StackMap locals:
      StackMap stack:
            aload 5 /* key */
            iload 1 /* last */
            iload 4 /* curr */
            sastore
        35: .line 969
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
            iload 3 /* pos */
            if_icmpne 37
        36: .line 970
            aload 0 /* this */
            iload 1 /* last */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.next:I
        37: .line 971
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
            iload 3 /* pos */
            if_icmpne 39
        38: .line 972
            aload 0 /* this */
            iload 1 /* last */
            putfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.prev:I
        39: .line 973
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator.this$0:Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet;
            iload 3 /* pos */
            iload 1 /* last */
            invokevirtual it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet.fixPointers:(II)V
        end local 4 // short curr
        end local 2 // int slot
        end local 1 // int last
        40: .line 956
            goto 22
        end local 5 // short[] key
        41: .line 976
      StackMap locals: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator top top int
      StackMap stack:
            return
        end local 3 // int pos
        end local 0 // it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   42     0  this  Lit/unimi/dsi/fastutil/shorts/ShortLinkedOpenHashSet$SetIterator;
           23   40     1  last  I
           29   33     2  slot  I
           34   40     2  slot  I
           16   42     3   pos  I
           25   33     4  curr  S
           34   40     4  curr  S
           22   41     5   key  [S

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Short
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortListIterator.set:(Ljava/lang/Short;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object next();
    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
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortListIterator.next:()Ljava/lang/Short;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object previous();
    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
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortListIterator.previous:()Ljava/lang/Short;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Short
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortListIterator.add:(Ljava/lang/Short;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ShortLinkedOpenHashSet.java"
NestHost: it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet
InnerClasses:
  private SetIterator = it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet$SetIterator of it.unimi.dsi.fastutil.shorts.ShortLinkedOpenHashSet