public interface javax.swing.ListSelectionModel
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: javax.swing.ListSelectionModel
  super_class: java.lang.Object
{
  public static final int SINGLE_SELECTION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int SINGLE_INTERVAL_SELECTION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int MULTIPLE_INTERVAL_SELECTION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public abstract void setSelectionInterval(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      index0  
      index1  

  public abstract void addSelectionInterval(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      index0  
      index1  

  public abstract void removeSelectionInterval(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      index0  
      index1  

  public abstract int getMinSelectionIndex();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getMaxSelectionIndex();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isSelectedIndex(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract int getAnchorSelectionIndex();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setAnchorSelectionIndex(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract int getLeadSelectionIndex();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setLeadSelectionIndex(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract void clearSelection();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isSelectionEmpty();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void insertIndexInterval(int, int, boolean);
    descriptor: (IIZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      index   
      length  
      before  

  public abstract void removeIndexInterval(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      index0  
      index1  

  public abstract void setValueIsAdjusting(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      valueIsAdjusting  

  public abstract boolean getValueIsAdjusting();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setSelectionMode(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      selectionMode  

  public abstract int getSelectionMode();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void addListSelectionListener(javax.swing.event.ListSelectionListener);
    descriptor: (Ljavax/swing/event/ListSelectionListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     

  public abstract void removeListSelectionListener(javax.swing.event.ListSelectionListener);
    descriptor: (Ljavax/swing/event/ListSelectionListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     

  public int[] getSelectedIndices();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // javax.swing.ListSelectionModel this
         0: .line 351
            aload 0 /* this */
            invokeinterface javax.swing.ListSelectionModel.getMinSelectionIndex:()I
            istore 1 /* iMin */
        start local 1 // int iMin
         1: .line 352
            aload 0 /* this */
            invokeinterface javax.swing.ListSelectionModel.getMaxSelectionIndex:()I
            istore 2 /* iMax */
        start local 2 // int iMax
         2: .line 354
            iload 1 /* iMin */
            iflt 3
            iload 2 /* iMax */
            ifge 4
         3: .line 355
      StackMap locals: int int
      StackMap stack:
            iconst_0
            newarray 10
            areturn
         4: .line 358
      StackMap locals:
      StackMap stack:
            iconst_1
            iload 2 /* iMax */
            iload 1 /* iMin */
            isub
            iadd
            newarray 10
            astore 3 /* rvTmp */
        start local 3 // int[] rvTmp
         5: .line 359
            iconst_0
            istore 4 /* n */
        start local 4 // int n
         6: .line 360
            iload 1 /* iMin */
            istore 5 /* i */
        start local 5 // int i
         7: goto 11
         8: .line 361
      StackMap locals: int[] int int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* i */
            invokeinterface javax.swing.ListSelectionModel.isSelectedIndex:(I)Z
            ifeq 10
         9: .line 362
            aload 3 /* rvTmp */
            iload 4 /* n */
            iinc 4 /* n */ 1
            iload 5 /* i */
            iastore
        10: .line 360
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 2 /* iMax */
            if_icmple 8
        end local 5 // int i
        12: .line 365
            iload 4 /* n */
            newarray 10
            astore 5 /* rv */
        start local 5 // int[] rv
        13: .line 366
            aload 3 /* rvTmp */
            iconst_0
            aload 5 /* rv */
            iconst_0
            iload 4 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 367
            aload 5 /* rv */
            areturn
        end local 5 // int[] rv
        end local 4 // int n
        end local 3 // int[] rvTmp
        end local 2 // int iMax
        end local 1 // int iMin
        end local 0 // javax.swing.ListSelectionModel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Ljavax/swing/ListSelectionModel;
            1   15     1   iMin  I
            2   15     2   iMax  I
            5   15     3  rvTmp  [I
            6   15     4      n  I
            7   12     5      i  I
           13   15     5     rv  [I

  public int getSelectedItemsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // javax.swing.ListSelectionModel this
         0: .line 381
            aload 0 /* this */
            invokeinterface javax.swing.ListSelectionModel.getMinSelectionIndex:()I
            istore 1 /* iMin */
        start local 1 // int iMin
         1: .line 382
            aload 0 /* this */
            invokeinterface javax.swing.ListSelectionModel.getMaxSelectionIndex:()I
            istore 2 /* iMax */
        start local 2 // int iMax
         2: .line 383
            iconst_0
            istore 3 /* count */
        start local 3 // int count
         3: .line 385
            iload 1 /* iMin */
            istore 4 /* i */
        start local 4 // int i
         4: goto 8
         5: .line 386
      StackMap locals: javax.swing.ListSelectionModel int int int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            invokeinterface javax.swing.ListSelectionModel.isSelectedIndex:(I)Z
            ifeq 7
         6: .line 387
            iinc 3 /* count */ 1
         7: .line 385
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 2 /* iMax */
            if_icmple 5
        end local 4 // int i
         9: .line 390
            iload 3 /* count */
            ireturn
        end local 3 // int count
        end local 2 // int iMax
        end local 1 // int iMin
        end local 0 // javax.swing.ListSelectionModel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljavax/swing/ListSelectionModel;
            1   10     1   iMin  I
            2   10     2   iMax  I
            3   10     3  count  I
            4    9     4      i  I
}
SourceFile: "ListSelectionModel.java"