class javax.swing.text.html.OptionListModel extends javax.swing.DefaultListModel implements javax.swing.ListSelectionModel, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.html.OptionListModel
  super_class: javax.swing.DefaultListModel
{
  private static final int MIN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final int MAX;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2147483647

  private int selectionMode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int minIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int maxIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int anchorIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int leadIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int firstChangedIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int lastChangedIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean isAdjusting;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.util.BitSet value;
    descriptor: Ljava/util/BitSet;
    flags: (0x0002) ACC_PRIVATE

  private java.util.BitSet initialValue;
    descriptor: Ljava/util/BitSet;
    flags: (0x0002) ACC_PRIVATE

  protected javax.swing.event.EventListenerList listenerList;
    descriptor: Ljavax/swing/event/EventListenerList;
    flags: (0x0004) ACC_PROTECTED

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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 47
            aload 0 /* this */
            invokespecial javax.swing.DefaultListModel.<init>:()V
         1: .line 52
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.html.OptionListModel.selectionMode:I
         2: .line 53
            aload 0 /* this */
            ldc 2147483647
            putfield javax.swing.text.html.OptionListModel.minIndex:I
         3: .line 54
            aload 0 /* this */
            iconst_m1
            putfield javax.swing.text.html.OptionListModel.maxIndex:I
         4: .line 55
            aload 0 /* this */
            iconst_m1
            putfield javax.swing.text.html.OptionListModel.anchorIndex:I
         5: .line 56
            aload 0 /* this */
            iconst_m1
            putfield javax.swing.text.html.OptionListModel.leadIndex:I
         6: .line 57
            aload 0 /* this */
            ldc 2147483647
            putfield javax.swing.text.html.OptionListModel.firstChangedIndex:I
         7: .line 58
            aload 0 /* this */
            iconst_m1
            putfield javax.swing.text.html.OptionListModel.lastChangedIndex:I
         8: .line 59
            aload 0 /* this */
            iconst_0
            putfield javax.swing.text.html.OptionListModel.isAdjusting:Z
         9: .line 60
            aload 0 /* this */
            new java.util.BitSet
            dup
            bipush 32
            invokespecial java.util.BitSet.<init>:(I)V
            putfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
        10: .line 61
            aload 0 /* this */
            new java.util.BitSet
            dup
            bipush 32
            invokespecial java.util.BitSet.<init>:(I)V
            putfield javax.swing.text.html.OptionListModel.initialValue:Ljava/util/BitSet;
        11: .line 62
            aload 0 /* this */
            new javax.swing.event.EventListenerList
            dup
            invokespecial javax.swing.event.EventListenerList.<init>:()V
            putfield javax.swing.text.html.OptionListModel.listenerList:Ljavax/swing/event/EventListenerList;
        12: .line 64
            aload 0 /* this */
            iconst_1
            putfield javax.swing.text.html.OptionListModel.leadAnchorNotificationEnabled:Z
        13: .line 47
            return
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Ljavax/swing/text/html/OptionListModel;

  public int getMinSelectionIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 66
            aload 0 /* this */
            invokevirtual javax.swing.text.html.OptionListModel.isSelectionEmpty:()Z
            ifeq 1
            iconst_m1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.minIndex:I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/html/OptionListModel;

  public int getMaxSelectionIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 68
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            ireturn
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/OptionListModel;

  public boolean getValueIsAdjusting();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 70
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.isAdjusting:Z
            ireturn
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/OptionListModel;

  public int getSelectionMode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 72
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.selectionMode:I
            ireturn
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/OptionListModel;

  public void setSelectionMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int selectionMode
         0: .line 75
            iload 1 /* selectionMode */
            tableswitch { // 0 - 2
                    0: 1
                    1: 1
                    2: 1
              default: 3
          }
         1: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* selectionMode */
            putfield javax.swing.text.html.OptionListModel.selectionMode:I
         2: .line 80
            goto 4
         3: .line 82
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "invalid selectionMode"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int selectionMode
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Ljavax/swing/text/html/OptionListModel;
            0    5     1  selectionMode  I
    MethodParameters:
               Name  Flags
      selectionMode  

  public boolean isSelectedIndex(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int index
         0: .line 87
            iload 1 /* index */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.minIndex:I
            if_icmplt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            if_icmple 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            iload 1 /* index */
            invokevirtual java.util.BitSet.get:(I)Z
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // int index
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavax/swing/text/html/OptionListModel;
            0    4     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean isSelectionEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 91
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.minIndex:I
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            if_icmple 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/html/OptionListModel;

  public void addListSelectionListener(javax.swing.event.ListSelectionListener);
    descriptor: (Ljavax/swing/event/ListSelectionListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // javax.swing.event.ListSelectionListener l
         0: .line 95
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.listenerList:Ljavax/swing/event/EventListenerList;
            ldc Ljavax/swing/event/ListSelectionListener;
            aload 1 /* l */
            invokevirtual javax.swing.event.EventListenerList.add:(Ljava/lang/Class;Ljava/util/EventListener;)V
         1: .line 96
            return
        end local 1 // javax.swing.event.ListSelectionListener l
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/html/OptionListModel;
            0    2     1     l  Ljavax/swing/event/ListSelectionListener;
    MethodParameters:
      Name  Flags
      l     

  public void removeListSelectionListener(javax.swing.event.ListSelectionListener);
    descriptor: (Ljavax/swing/event/ListSelectionListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // javax.swing.event.ListSelectionListener l
         0: .line 99
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.listenerList:Ljavax/swing/event/EventListenerList;
            ldc Ljavax/swing/event/ListSelectionListener;
            aload 1 /* l */
            invokevirtual javax.swing.event.EventListenerList.remove:(Ljava/lang/Class;Ljava/util/EventListener;)V
         1: .line 100
            return
        end local 1 // javax.swing.event.ListSelectionListener l
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/html/OptionListModel;
            0    2     1     l  Ljavax/swing/event/ListSelectionListener;
    MethodParameters:
      Name  Flags
      l     

  public javax.swing.event.ListSelectionListener[] getListSelectionListeners();
    descriptor: ()[Ljavax/swing/event/ListSelectionListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 111
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.listenerList:Ljavax/swing/event/EventListenerList;
         1: .line 112
            ldc Ljavax/swing/event/ListSelectionListener;
         2: .line 111
            invokevirtual javax.swing.event.EventListenerList.getListeners:(Ljava/lang/Class;)[Ljava/util/EventListener;
            checkcast javax.swing.event.ListSelectionListener[]
            areturn
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/html/OptionListModel;

  protected void fireValueChanged(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // boolean isAdjusting
         0: .line 120
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.swing.text.html.OptionListModel.getMinSelectionIndex:()I
            aload 0 /* this */
            invokevirtual javax.swing.text.html.OptionListModel.getMaxSelectionIndex:()I
            iload 1 /* isAdjusting */
            invokevirtual javax.swing.text.html.OptionListModel.fireValueChanged:(IIZ)V
         1: .line 121
            return
        end local 1 // boolean isAdjusting
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljavax/swing/text/html/OptionListModel;
            0    2     1  isAdjusting  Z
    MethodParameters:
             Name  Flags
      isAdjusting  

  protected void fireValueChanged(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int firstIndex
        start local 2 // int lastIndex
         0: .line 129
            aload 0 /* this */
            iload 1 /* firstIndex */
            iload 2 /* lastIndex */
            aload 0 /* this */
            invokevirtual javax.swing.text.html.OptionListModel.getValueIsAdjusting:()Z
            invokevirtual javax.swing.text.html.OptionListModel.fireValueChanged:(IIZ)V
         1: .line 130
            return
        end local 2 // int lastIndex
        end local 1 // int firstIndex
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljavax/swing/text/html/OptionListModel;
            0    2     1  firstIndex  I
            0    2     2   lastIndex  I
    MethodParameters:
            Name  Flags
      firstIndex  
      lastIndex   

  protected void fireValueChanged(int, int, boolean);
    descriptor: (IIZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int firstIndex
        start local 2 // int lastIndex
        start local 3 // boolean isAdjusting
         0: .line 140
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.listenerList:Ljavax/swing/event/EventListenerList;
            invokevirtual javax.swing.event.EventListenerList.getListenerList:()[Ljava/lang/Object;
            astore 4 /* listeners */
        start local 4 // java.lang.Object[] listeners
         1: .line 141
            aconst_null
            astore 5 /* e */
        start local 5 // javax.swing.event.ListSelectionEvent e
         2: .line 143
            aload 4 /* listeners */
            arraylength
            iconst_2
            isub
            istore 6 /* i */
        start local 6 // int i
         3: goto 9
         4: .line 144
      StackMap locals: java.lang.Object[] javax.swing.event.ListSelectionEvent int
      StackMap stack:
            aload 4 /* listeners */
            iload 6 /* i */
            aaload
            ldc Ljavax/swing/event/ListSelectionListener;
            if_acmpne 8
         5: .line 145
            aload 5 /* e */
            ifnonnull 7
         6: .line 146
            new javax.swing.event.ListSelectionEvent
            dup
            aload 0 /* this */
            iload 1 /* firstIndex */
            iload 2 /* lastIndex */
            iload 3 /* isAdjusting */
            invokespecial javax.swing.event.ListSelectionEvent.<init>:(Ljava/lang/Object;IIZ)V
            astore 5 /* e */
         7: .line 148
      StackMap locals:
      StackMap stack:
            aload 4 /* listeners */
            iload 6 /* i */
            iconst_1
            iadd
            aaload
            checkcast javax.swing.event.ListSelectionListener
            aload 5 /* e */
            invokeinterface javax.swing.event.ListSelectionListener.valueChanged:(Ljavax/swing/event/ListSelectionEvent;)V
         8: .line 143
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ -2
      StackMap locals:
      StackMap stack:
         9: iload 6 /* i */
            ifge 4
        end local 6 // int i
        10: .line 151
            return
        end local 5 // javax.swing.event.ListSelectionEvent e
        end local 4 // java.lang.Object[] listeners
        end local 3 // boolean isAdjusting
        end local 2 // int lastIndex
        end local 1 // int firstIndex
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Ljavax/swing/text/html/OptionListModel;
            0   11     1   firstIndex  I
            0   11     2    lastIndex  I
            0   11     3  isAdjusting  Z
            1   11     4    listeners  [Ljava/lang/Object;
            2   11     5            e  Ljavax/swing/event/ListSelectionEvent;
            3   10     6            i  I
    MethodParameters:
             Name  Flags
      firstIndex   
      lastIndex    
      isAdjusting  

  private void fireValueChanged();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 154
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.lastChangedIndex:I
            iconst_m1
            if_icmpne 2
         1: .line 155
            return
         2: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.firstChangedIndex:I
            istore 1 /* oldFirstChangedIndex */
        start local 1 // int oldFirstChangedIndex
         3: .line 162
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.lastChangedIndex:I
            istore 2 /* oldLastChangedIndex */
        start local 2 // int oldLastChangedIndex
         4: .line 163
            aload 0 /* this */
            ldc 2147483647
            putfield javax.swing.text.html.OptionListModel.firstChangedIndex:I
         5: .line 164
            aload 0 /* this */
            iconst_m1
            putfield javax.swing.text.html.OptionListModel.lastChangedIndex:I
         6: .line 165
            aload 0 /* this */
            iload 1 /* oldFirstChangedIndex */
            iload 2 /* oldLastChangedIndex */
            invokevirtual javax.swing.text.html.OptionListModel.fireValueChanged:(II)V
         7: .line 166
            return
        end local 2 // int oldLastChangedIndex
        end local 1 // int oldFirstChangedIndex
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    8     0                  this  Ljavax/swing/text/html/OptionListModel;
            3    8     1  oldFirstChangedIndex  I
            4    8     2   oldLastChangedIndex  I

  private void markAsDirty(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int r
         0: .line 171
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.firstChangedIndex:I
            iload 1 /* r */
            invokestatic java.lang.Math.min:(II)I
            putfield javax.swing.text.html.OptionListModel.firstChangedIndex:I
         1: .line 172
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.lastChangedIndex:I
            iload 1 /* r */
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.text.html.OptionListModel.lastChangedIndex:I
         2: .line 173
            return
        end local 1 // int r
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/text/html/OptionListModel;
            0    3     1     r  I
    MethodParameters:
      Name  Flags
      r     

  private void set(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int r
         0: .line 177
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            iload 1 /* r */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 2
         1: .line 178
            return
         2: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            iload 1 /* r */
            invokevirtual java.util.BitSet.set:(I)V
         3: .line 181
            aload 0 /* this */
            iload 1 /* r */
            invokevirtual javax.swing.text.html.OptionListModel.get:(I)Ljava/lang/Object;
            checkcast javax.swing.text.html.Option
            astore 2 /* option */
        start local 2 // javax.swing.text.html.Option option
         4: .line 182
            aload 2 /* option */
            iconst_1
            invokevirtual javax.swing.text.html.Option.setSelection:(Z)V
         5: .line 183
            aload 0 /* this */
            iload 1 /* r */
            invokevirtual javax.swing.text.html.OptionListModel.markAsDirty:(I)V
         6: .line 186
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.minIndex:I
            iload 1 /* r */
            invokestatic java.lang.Math.min:(II)I
            putfield javax.swing.text.html.OptionListModel.minIndex:I
         7: .line 187
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            iload 1 /* r */
            invokestatic java.lang.Math.max:(II)I
            putfield javax.swing.text.html.OptionListModel.maxIndex:I
         8: .line 188
            return
        end local 2 // javax.swing.text.html.Option option
        end local 1 // int r
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljavax/swing/text/html/OptionListModel;
            0    9     1       r  I
            4    9     2  option  Ljavax/swing/text/html/Option;
    MethodParameters:
      Name  Flags
      r     

  private void clear(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int r
         0: .line 192
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            iload 1 /* r */
            invokevirtual java.util.BitSet.get:(I)Z
            ifne 2
         1: .line 193
            return
         2: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            iload 1 /* r */
            invokevirtual java.util.BitSet.clear:(I)V
         3: .line 196
            aload 0 /* this */
            iload 1 /* r */
            invokevirtual javax.swing.text.html.OptionListModel.get:(I)Ljava/lang/Object;
            checkcast javax.swing.text.html.Option
            astore 2 /* option */
        start local 2 // javax.swing.text.html.Option option
         4: .line 197
            aload 2 /* option */
            iconst_0
            invokevirtual javax.swing.text.html.Option.setSelection:(Z)V
         5: .line 198
            aload 0 /* this */
            iload 1 /* r */
            invokevirtual javax.swing.text.html.OptionListModel.markAsDirty:(I)V
         6: .line 207
            iload 1 /* r */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.minIndex:I
            if_icmpne 12
         7: .line 208
            aload 0 /* this */
            dup
            getfield javax.swing.text.html.OptionListModel.minIndex:I
            iconst_1
            iadd
            putfield javax.swing.text.html.OptionListModel.minIndex:I
            goto 11
         8: .line 209
      StackMap locals: javax.swing.text.html.Option
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.minIndex:I
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 10
         9: .line 210
            goto 12
        10: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield javax.swing.text.html.OptionListModel.minIndex:I
            iconst_1
            iadd
            putfield javax.swing.text.html.OptionListModel.minIndex:I
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.minIndex:I
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            if_icmple 8
        12: .line 220
      StackMap locals:
      StackMap stack:
            iload 1 /* r */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            if_icmpne 18
        13: .line 221
            aload 0 /* this */
            dup
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            iconst_1
            isub
            putfield javax.swing.text.html.OptionListModel.maxIndex:I
            goto 17
        14: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 16
        15: .line 223
            goto 18
        16: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            iconst_1
            isub
            putfield javax.swing.text.html.OptionListModel.maxIndex:I
      StackMap locals:
      StackMap stack:
        17: aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.minIndex:I
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            if_icmple 14
        18: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.html.OptionListModel.isSelectionEmpty:()Z
            ifeq 21
        19: .line 243
            aload 0 /* this */
            ldc 2147483647
            putfield javax.swing.text.html.OptionListModel.minIndex:I
        20: .line 244
            aload 0 /* this */
            iconst_m1
            putfield javax.swing.text.html.OptionListModel.maxIndex:I
        21: .line 246
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javax.swing.text.html.Option option
        end local 1 // int r
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Ljavax/swing/text/html/OptionListModel;
            0   22     1       r  I
            4   22     2  option  Ljavax/swing/text/html/Option;
    MethodParameters:
      Name  Flags
      r     

  public void setLeadAnchorNotificationEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // boolean flag
         0: .line 253
            aload 0 /* this */
            iload 1 /* flag */
            putfield javax.swing.text.html.OptionListModel.leadAnchorNotificationEnabled:Z
         1: .line 254
            return
        end local 1 // boolean flag
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/html/OptionListModel;
            0    2     1  flag  Z
    MethodParameters:
      Name  Flags
      flag  

  public boolean isLeadAnchorNotificationEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 269
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.leadAnchorNotificationEnabled:Z
            ireturn
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/OptionListModel;

  private void updateLeadAnchorIndices(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int anchorIndex
        start local 2 // int leadIndex
         0: .line 273
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.leadAnchorNotificationEnabled:Z
            ifeq 9
         1: .line 274
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.anchorIndex:I
            iload 1 /* anchorIndex */
            if_icmpeq 5
         2: .line 275
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.anchorIndex:I
            iconst_m1
            if_icmpeq 4
         3: .line 276
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.anchorIndex:I
            invokevirtual javax.swing.text.html.OptionListModel.markAsDirty:(I)V
         4: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* anchorIndex */
            invokevirtual javax.swing.text.html.OptionListModel.markAsDirty:(I)V
         5: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.leadIndex:I
            iload 2 /* leadIndex */
            if_icmpeq 9
         6: .line 282
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.leadIndex:I
            iconst_m1
            if_icmpeq 8
         7: .line 283
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.leadIndex:I
            invokevirtual javax.swing.text.html.OptionListModel.markAsDirty:(I)V
         8: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* leadIndex */
            invokevirtual javax.swing.text.html.OptionListModel.markAsDirty:(I)V
         9: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* anchorIndex */
            putfield javax.swing.text.html.OptionListModel.anchorIndex:I
        10: .line 289
            aload 0 /* this */
            iload 2 /* leadIndex */
            putfield javax.swing.text.html.OptionListModel.leadIndex:I
        11: .line 290
            return
        end local 2 // int leadIndex
        end local 1 // int anchorIndex
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Ljavax/swing/text/html/OptionListModel;
            0   12     1  anchorIndex  I
            0   12     2    leadIndex  I
    MethodParameters:
             Name  Flags
      anchorIndex  
      leadIndex    

  private boolean contains(int, int, int);
    descriptor: (III)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int i
         0: .line 293
            iload 3 /* i */
            iload 1 /* a */
            if_icmplt 1
            iload 3 /* i */
            iload 2 /* b */
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 3 // int i
        end local 2 // int b
        end local 1 // int a
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/html/OptionListModel;
            0    2     1     a  I
            0    2     2     b  I
            0    2     3     i  I
    MethodParameters:
      Name  Flags
      a     
      b     
      i     

  private void changeSelection(int, int, int, int, boolean);
    descriptor: (IIIIZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=6
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int clearMin
        start local 2 // int clearMax
        start local 3 // int setMin
        start local 4 // int setMax
        start local 5 // boolean clearFirst
         0: .line 298
            iload 3 /* setMin */
            iload 1 /* clearMin */
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* i */
        start local 6 // int i
         1: goto 14
         2: .line 300
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* clearMin */
            iload 2 /* clearMax */
            iload 6 /* i */
            invokevirtual javax.swing.text.html.OptionListModel.contains:(III)Z
            istore 7 /* shouldClear */
        start local 7 // boolean shouldClear
         3: .line 301
            aload 0 /* this */
            iload 3 /* setMin */
            iload 4 /* setMax */
            iload 6 /* i */
            invokevirtual javax.swing.text.html.OptionListModel.contains:(III)Z
            istore 8 /* shouldSet */
        start local 8 // boolean shouldSet
         4: .line 303
            iload 8 /* shouldSet */
            ifeq 9
            iload 7 /* shouldClear */
            ifeq 9
         5: .line 304
            iload 5 /* clearFirst */
            ifeq 8
         6: .line 305
            iconst_0
            istore 7 /* shouldClear */
         7: .line 306
            goto 9
         8: .line 308
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 8 /* shouldSet */
         9: .line 312
      StackMap locals:
      StackMap stack:
            iload 8 /* shouldSet */
            ifeq 11
        10: .line 313
            aload 0 /* this */
            iload 6 /* i */
            invokevirtual javax.swing.text.html.OptionListModel.set:(I)V
        11: .line 315
      StackMap locals:
      StackMap stack:
            iload 7 /* shouldClear */
            ifeq 13
        12: .line 316
            aload 0 /* this */
            iload 6 /* i */
            invokevirtual javax.swing.text.html.OptionListModel.clear:(I)V
        end local 8 // boolean shouldSet
        end local 7 // boolean shouldClear
        13: .line 298
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 4 /* setMax */
            iload 2 /* clearMax */
            invokestatic java.lang.Math.max:(II)I
            if_icmple 2
        end local 6 // int i
        15: .line 319
            aload 0 /* this */
            invokevirtual javax.swing.text.html.OptionListModel.fireValueChanged:()V
        16: .line 320
            return
        end local 5 // boolean clearFirst
        end local 4 // int setMax
        end local 3 // int setMin
        end local 2 // int clearMax
        end local 1 // int clearMin
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Ljavax/swing/text/html/OptionListModel;
            0   17     1     clearMin  I
            0   17     2     clearMax  I
            0   17     3       setMin  I
            0   17     4       setMax  I
            0   17     5   clearFirst  Z
            1   15     6            i  I
            3   13     7  shouldClear  Z
            4   13     8    shouldSet  Z
    MethodParameters:
            Name  Flags
      clearMin    
      clearMax    
      setMin      
      setMax      
      clearFirst  

  private void changeSelection(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int clearMin
        start local 2 // int clearMax
        start local 3 // int setMin
        start local 4 // int setMax
         0: .line 328
            aload 0 /* this */
            iload 1 /* clearMin */
            iload 2 /* clearMax */
            iload 3 /* setMin */
            iload 4 /* setMax */
            iconst_1
            invokevirtual javax.swing.text.html.OptionListModel.changeSelection:(IIIIZ)V
         1: .line 329
            return
        end local 4 // int setMax
        end local 3 // int setMin
        end local 2 // int clearMax
        end local 1 // int clearMin
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavax/swing/text/html/OptionListModel;
            0    2     1  clearMin  I
            0    2     2  clearMax  I
            0    2     3    setMin  I
            0    2     4    setMax  I
    MethodParameters:
          Name  Flags
      clearMin  
      clearMax  
      setMin    
      setMax    

  public void clearSelection();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 332
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.minIndex:I
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            invokevirtual javax.swing.text.html.OptionListModel.removeSelectionInterval:(II)V
         1: .line 333
            return
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/text/html/OptionListModel;

  public void setSelectionInterval(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int index0
        start local 2 // int index1
         0: .line 336
            iload 1 /* index0 */
            iconst_m1
            if_icmpeq 1
            iload 2 /* index1 */
            iconst_m1
            if_icmpne 2
         1: .line 337
      StackMap locals:
      StackMap stack:
            return
         2: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.html.OptionListModel.getSelectionMode:()I
            ifne 4
         3: .line 341
            iload 2 /* index1 */
            istore 1 /* index0 */
         4: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokevirtual javax.swing.text.html.OptionListModel.updateLeadAnchorIndices:(II)V
         5: .line 346
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.minIndex:I
            istore 3 /* clearMin */
        start local 3 // int clearMin
         6: .line 347
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            istore 4 /* clearMax */
        start local 4 // int clearMax
         7: .line 348
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* setMin */
        start local 5 // int setMin
         8: .line 349
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* setMax */
        start local 6 // int setMax
         9: .line 350
            aload 0 /* this */
            iload 3 /* clearMin */
            iload 4 /* clearMax */
            iload 5 /* setMin */
            iload 6 /* setMax */
            invokevirtual javax.swing.text.html.OptionListModel.changeSelection:(IIII)V
        10: .line 351
            return
        end local 6 // int setMax
        end local 5 // int setMin
        end local 4 // int clearMax
        end local 3 // int clearMin
        end local 2 // int index1
        end local 1 // int index0
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Ljavax/swing/text/html/OptionListModel;
            0   11     1    index0  I
            0   11     2    index1  I
            6   11     3  clearMin  I
            7   11     4  clearMax  I
            8   11     5    setMin  I
            9   11     6    setMax  I
    MethodParameters:
        Name  Flags
      index0  
      index1  

  public void addSelectionInterval(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int index0
        start local 2 // int index1
         0: .line 355
            iload 1 /* index0 */
            iconst_m1
            if_icmpeq 1
            iload 2 /* index1 */
            iconst_m1
            if_icmpne 2
         1: .line 356
      StackMap locals:
      StackMap stack:
            return
         2: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.text.html.OptionListModel.getSelectionMode:()I
            iconst_2
            if_icmpeq 5
         3: .line 360
            aload 0 /* this */
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokevirtual javax.swing.text.html.OptionListModel.setSelectionInterval:(II)V
         4: .line 361
            return
         5: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokevirtual javax.swing.text.html.OptionListModel.updateLeadAnchorIndices:(II)V
         6: .line 366
            ldc 2147483647
            istore 3 /* clearMin */
        start local 3 // int clearMin
         7: .line 367
            iconst_m1
            istore 4 /* clearMax */
        start local 4 // int clearMax
         8: .line 368
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* setMin */
        start local 5 // int setMin
         9: .line 369
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* setMax */
        start local 6 // int setMax
        10: .line 370
            aload 0 /* this */
            iload 3 /* clearMin */
            iload 4 /* clearMax */
            iload 5 /* setMin */
            iload 6 /* setMax */
            invokevirtual javax.swing.text.html.OptionListModel.changeSelection:(IIII)V
        11: .line 371
            return
        end local 6 // int setMax
        end local 5 // int setMin
        end local 4 // int clearMax
        end local 3 // int clearMin
        end local 2 // int index1
        end local 1 // int index0
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Ljavax/swing/text/html/OptionListModel;
            0   12     1    index0  I
            0   12     2    index1  I
            7   12     3  clearMin  I
            8   12     4  clearMax  I
            9   12     5    setMin  I
           10   12     6    setMax  I
    MethodParameters:
        Name  Flags
      index0  
      index1  

  public void removeSelectionInterval(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int index0
        start local 2 // int index1
         0: .line 376
            iload 1 /* index0 */
            iconst_m1
            if_icmpeq 1
            iload 2 /* index1 */
            iconst_m1
            if_icmpne 2
         1: .line 377
      StackMap locals:
      StackMap stack:
            return
         2: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokevirtual javax.swing.text.html.OptionListModel.updateLeadAnchorIndices:(II)V
         3: .line 382
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* clearMin */
        start local 3 // int clearMin
         4: .line 383
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* clearMax */
        start local 4 // int clearMax
         5: .line 384
            ldc 2147483647
            istore 5 /* setMin */
        start local 5 // int setMin
         6: .line 385
            iconst_m1
            istore 6 /* setMax */
        start local 6 // int setMax
         7: .line 386
            aload 0 /* this */
            iload 3 /* clearMin */
            iload 4 /* clearMax */
            iload 5 /* setMin */
            iload 6 /* setMax */
            invokevirtual javax.swing.text.html.OptionListModel.changeSelection:(IIII)V
         8: .line 387
            return
        end local 6 // int setMax
        end local 5 // int setMin
        end local 4 // int clearMax
        end local 3 // int clearMin
        end local 2 // int index1
        end local 1 // int index0
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Ljavax/swing/text/html/OptionListModel;
            0    9     1    index0  I
            0    9     2    index1  I
            4    9     3  clearMin  I
            5    9     4  clearMax  I
            6    9     5    setMin  I
            7    9     6    setMax  I
    MethodParameters:
        Name  Flags
      index0  
      index1  

  private void setState(int, boolean);
    descriptor: (IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int index
        start local 2 // boolean state
         0: .line 390
            iload 2 /* state */
            ifeq 3
         1: .line 391
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javax.swing.text.html.OptionListModel.set:(I)V
         2: .line 392
            goto 4
         3: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javax.swing.text.html.OptionListModel.clear:(I)V
         4: .line 396
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean state
        end local 1 // int index
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavax/swing/text/html/OptionListModel;
            0    5     1  index  I
            0    5     2  state  Z
    MethodParameters:
       Name  Flags
      index  
      state  

  public void insertIndexInterval(int, int, boolean);
    descriptor: (IIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int index
        start local 2 // int length
        start local 3 // boolean before
         0: .line 410
            iload 3 /* before */
            ifeq 1
            iload 1 /* index */
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 1 /* index */
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
         2: istore 4 /* insMinIndex */
        start local 4 // int insMinIndex
         3: .line 411
            iload 4 /* insMinIndex */
            iload 2 /* length */
            iadd
            iconst_1
            isub
            istore 5 /* insMaxIndex */
        start local 5 // int insMaxIndex
         4: .line 417
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            istore 6 /* i */
        start local 6 // int i
         5: goto 8
         6: .line 418
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            iload 2 /* length */
            iadd
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            iload 6 /* i */
            invokevirtual java.util.BitSet.get:(I)Z
            invokevirtual javax.swing.text.html.OptionListModel.setState:(IZ)V
         7: .line 417
            iinc 6 /* i */ -1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 4 /* insMinIndex */
            if_icmpge 6
        end local 6 // int i
         9: .line 423
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            iload 1 /* index */
            invokevirtual java.util.BitSet.get:(I)Z
            istore 6 /* setInsertedValues */
        start local 6 // boolean setInsertedValues
        10: .line 424
            iload 4 /* insMinIndex */
            istore 7 /* i */
        start local 7 // int i
        11: goto 14
        12: .line 425
      StackMap locals: javax.swing.text.html.OptionListModel int int int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* i */
            iload 6 /* setInsertedValues */
            invokevirtual javax.swing.text.html.OptionListModel.setState:(IZ)V
        13: .line 424
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 7 /* i */
            iload 5 /* insMaxIndex */
            if_icmple 12
        end local 7 // int i
        15: .line 427
            return
        end local 6 // boolean setInsertedValues
        end local 5 // int insMaxIndex
        end local 4 // int insMinIndex
        end local 3 // boolean before
        end local 2 // int length
        end local 1 // int index
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Ljavax/swing/text/html/OptionListModel;
            0   16     1              index  I
            0   16     2             length  I
            0   16     3             before  Z
            3   16     4        insMinIndex  I
            4   16     5        insMaxIndex  I
            5    9     6                  i  I
           10   16     6  setInsertedValues  Z
           11   15     7                  i  I
    MethodParameters:
        Name  Flags
      index   
      length  
      before  

  public void removeIndexInterval(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int index0
        start local 2 // int index1
         0: .line 438
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* rmMinIndex */
        start local 3 // int rmMinIndex
         1: .line 439
            iload 1 /* index0 */
            iload 2 /* index1 */
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* rmMaxIndex */
        start local 4 // int rmMaxIndex
         2: .line 440
            iload 4 /* rmMaxIndex */
            iload 3 /* rmMinIndex */
            isub
            iconst_1
            iadd
            istore 5 /* gapLength */
        start local 5 // int gapLength
         3: .line 445
            iload 3 /* rmMinIndex */
            istore 6 /* i */
        start local 6 // int i
         4: goto 7
         5: .line 446
      StackMap locals: javax.swing.text.html.OptionListModel int int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            iload 6 /* i */
            iload 5 /* gapLength */
            iadd
            invokevirtual java.util.BitSet.get:(I)Z
            invokevirtual javax.swing.text.html.OptionListModel.setState:(IZ)V
         6: .line 445
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 6 /* i */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.maxIndex:I
            if_icmple 5
        end local 6 // int i
         8: .line 448
            return
        end local 5 // int gapLength
        end local 4 // int rmMaxIndex
        end local 3 // int rmMinIndex
        end local 2 // int index1
        end local 1 // int index0
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Ljavax/swing/text/html/OptionListModel;
            0    9     1      index0  I
            0    9     2      index1  I
            1    9     3  rmMinIndex  I
            2    9     4  rmMaxIndex  I
            3    9     5   gapLength  I
            4    8     6           i  I
    MethodParameters:
        Name  Flags
      index0  
      index1  

  public void setValueIsAdjusting(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // boolean isAdjusting
         0: .line 452
            iload 1 /* isAdjusting */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.isAdjusting:Z
            if_icmpeq 3
         1: .line 453
            aload 0 /* this */
            iload 1 /* isAdjusting */
            putfield javax.swing.text.html.OptionListModel.isAdjusting:Z
         2: .line 454
            aload 0 /* this */
            iload 1 /* isAdjusting */
            invokevirtual javax.swing.text.html.OptionListModel.fireValueChanged:(Z)V
         3: .line 456
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean isAdjusting
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Ljavax/swing/text/html/OptionListModel;
            0    4     1  isAdjusting  Z
    MethodParameters:
             Name  Flags
      isAdjusting  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 460
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual javax.swing.text.html.OptionListModel.getValueIsAdjusting:()Z
            ifeq 1
            ldc "~"
            goto 2
      StackMap locals: javax.swing.text.html.OptionListModel
      StackMap stack: new 0 new 0
         1: ldc "="
      StackMap locals: javax.swing.text.html.OptionListModel
      StackMap stack: new 0 new 0 java.lang.String
         2: invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* s */
        start local 1 // java.lang.String s
         3: .line 461
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.String s
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/text/html/OptionListModel;
            3    4     1     s  Ljava/lang/String;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 474
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast javax.swing.text.html.OptionListModel
            astore 1 /* clone */
        start local 1 // javax.swing.text.html.OptionListModel clone
         1: .line 475
            aload 1 /* clone */
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.clone:()Ljava/lang/Object;
            checkcast java.util.BitSet
            putfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
         2: .line 476
            aload 1 /* clone */
            new javax.swing.event.EventListenerList
            dup
            invokespecial javax.swing.event.EventListenerList.<init>:()V
            putfield javax.swing.text.html.OptionListModel.listenerList:Ljavax/swing/event/EventListenerList;
         3: .line 477
            aload 1 /* clone */
            areturn
        end local 1 // javax.swing.text.html.OptionListModel clone
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavax/swing/text/html/OptionListModel;
            1    4     1  clone  Ljavax/swing/text/html/OptionListModel;
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public int getAnchorSelectionIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 481
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.anchorIndex:I
            ireturn
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/OptionListModel;

  public int getLeadSelectionIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 485
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.leadIndex:I
            ireturn
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/OptionListModel;

  public void setAnchorSelectionIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int anchorIndex
         0: .line 495
            aload 0 /* this */
            iload 1 /* anchorIndex */
            putfield javax.swing.text.html.OptionListModel.anchorIndex:I
         1: .line 496
            return
        end local 1 // int anchorIndex
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljavax/swing/text/html/OptionListModel;
            0    2     1  anchorIndex  I
    MethodParameters:
             Name  Flags
      anchorIndex  

  public void setLeadSelectionIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int leadIndex
         0: .line 526
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.anchorIndex:I
            istore 2 /* anchorIndex */
        start local 2 // int anchorIndex
         1: .line 527
            aload 0 /* this */
            invokevirtual javax.swing.text.html.OptionListModel.getSelectionMode:()I
            ifne 3
         2: .line 528
            iload 1 /* leadIndex */
            istore 2 /* anchorIndex */
         3: .line 531
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.anchorIndex:I
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.leadIndex:I
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* oldMin */
        start local 3 // int oldMin
         4: .line 532
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.anchorIndex:I
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.leadIndex:I
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* oldMax */
        start local 4 // int oldMax
         5: .line 533
            iload 2 /* anchorIndex */
            iload 1 /* leadIndex */
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* newMin */
        start local 5 // int newMin
         6: .line 534
            iload 2 /* anchorIndex */
            iload 1 /* leadIndex */
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* newMax */
        start local 6 // int newMax
         7: .line 535
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.value:Ljava/util/BitSet;
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.anchorIndex:I
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 10
         8: .line 536
            aload 0 /* this */
            iload 3 /* oldMin */
            iload 4 /* oldMax */
            iload 5 /* newMin */
            iload 6 /* newMax */
            invokevirtual javax.swing.text.html.OptionListModel.changeSelection:(IIII)V
         9: .line 537
            goto 11
        10: .line 539
      StackMap locals: javax.swing.text.html.OptionListModel int int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* newMin */
            iload 6 /* newMax */
            iload 3 /* oldMin */
            iload 4 /* oldMax */
            iconst_0
            invokevirtual javax.swing.text.html.OptionListModel.changeSelection:(IIIIZ)V
        11: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* anchorIndex */
            putfield javax.swing.text.html.OptionListModel.anchorIndex:I
        12: .line 542
            aload 0 /* this */
            iload 1 /* leadIndex */
            putfield javax.swing.text.html.OptionListModel.leadIndex:I
        13: .line 543
            return
        end local 6 // int newMax
        end local 5 // int newMin
        end local 4 // int oldMax
        end local 3 // int oldMin
        end local 2 // int anchorIndex
        end local 1 // int leadIndex
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Ljavax/swing/text/html/OptionListModel;
            0   14     1    leadIndex  I
            1   14     2  anchorIndex  I
            4   14     3       oldMin  I
            5   14     4       oldMax  I
            6   14     5       newMin  I
            7   14     6       newMax  I
    MethodParameters:
           Name  Flags
      leadIndex  

  public void setInitialSelection(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.text.html.OptionListModel this
        start local 1 // int i
         0: .line 554
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.initialValue:Ljava/util/BitSet;
            iload 1 /* i */
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 2
         1: .line 555
            return
         2: .line 557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.selectionMode:I
            ifne 4
         3: .line 559
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.initialValue:Ljava/util/BitSet;
            new java.util.BitSet
            dup
            invokespecial java.util.BitSet.<init>:()V
            invokevirtual java.util.BitSet.and:(Ljava/util/BitSet;)V
         4: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.initialValue:Ljava/util/BitSet;
            iload 1 /* i */
            invokevirtual java.util.BitSet.set:(I)V
         5: .line 562
            return
        end local 1 // int i
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/text/html/OptionListModel;
            0    6     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.util.BitSet getInitialSelection();
    descriptor: ()Ljava/util/BitSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.html.OptionListModel this
         0: .line 569
            aload 0 /* this */
            getfield javax.swing.text.html.OptionListModel.initialValue:Ljava/util/BitSet;
            areturn
        end local 0 // javax.swing.text.html.OptionListModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/html/OptionListModel;
}
SourceFile: "OptionListModel.java"