public class javax.swing.SizeSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.SizeSequence
  super_class: java.lang.Object
{
  private static int[] emptyArray;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private int[] a;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 126
            iconst_0
            newarray 10
            putstatic javax.swing.SizeSequence.emptyArray:[I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.SizeSequence this
         0: .line 137
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 138
            aload 0 /* this */
            getstatic javax.swing.SizeSequence.emptyArray:[I
            putfield javax.swing.SizeSequence.a:[I
         2: .line 139
            return
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/SizeSequence;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int numEntries
         0: .line 151
            aload 0 /* this */
            iload 1 /* numEntries */
            iconst_0
            invokespecial javax.swing.SizeSequence.<init>:(II)V
         1: .line 152
            return
        end local 1 // int numEntries
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljavax/swing/SizeSequence;
            0    2     1  numEntries  I
    MethodParameters:
            Name  Flags
      numEntries  

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int numEntries
        start local 2 // int value
         0: .line 163
            aload 0 /* this */
            invokespecial javax.swing.SizeSequence.<init>:()V
         1: .line 164
            aload 0 /* this */
            iconst_0
            iload 1 /* numEntries */
            iload 2 /* value */
            invokevirtual javax.swing.SizeSequence.insertEntries:(III)V
         2: .line 165
            return
        end local 2 // int value
        end local 1 // int numEntries
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljavax/swing/SizeSequence;
            0    3     1  numEntries  I
            0    3     2       value  I
    MethodParameters:
            Name  Flags
      numEntries  
      value       

  public void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int[] sizes
         0: .line 175
            aload 0 /* this */
            invokespecial javax.swing.SizeSequence.<init>:()V
         1: .line 176
            aload 0 /* this */
            aload 1 /* sizes */
            invokevirtual javax.swing.SizeSequence.setSizes:([I)V
         2: .line 177
            return
        end local 1 // int[] sizes
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavax/swing/SizeSequence;
            0    3     1  sizes  [I
    MethodParameters:
       Name  Flags
      sizes  

  void setSizes(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int length
        start local 2 // int size
         0: .line 184
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            arraylength
            iload 1 /* length */
            if_icmpeq 2
         1: .line 185
            aload 0 /* this */
            iload 1 /* length */
            newarray 10
            putfield javax.swing.SizeSequence.a:[I
         2: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            iload 1 /* length */
            iload 2 /* size */
            invokevirtual javax.swing.SizeSequence.setSizes:(III)I
            pop
         3: .line 188
            return
        end local 2 // int size
        end local 1 // int length
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavax/swing/SizeSequence;
            0    4     1  length  I
            0    4     2    size  I
    MethodParameters:
        Name  Flags
      length  
      size    

  private int setSizes(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int from
        start local 2 // int to
        start local 3 // int size
         0: .line 191
            iload 2 /* to */
            iload 1 /* from */
            if_icmpgt 2
         1: .line 192
            iconst_0
            ireturn
         2: .line 194
      StackMap locals:
      StackMap stack:
            iload 1 /* from */
            iload 2 /* to */
            iadd
            iconst_2
            idiv
            istore 4 /* m */
        start local 4 // int m
         3: .line 195
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 4 /* m */
            iload 3 /* size */
            aload 0 /* this */
            iload 1 /* from */
            iload 4 /* m */
            iload 3 /* size */
            invokevirtual javax.swing.SizeSequence.setSizes:(III)I
            iadd
            iastore
         4: .line 196
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 4 /* m */
            iaload
            aload 0 /* this */
            iload 4 /* m */
            iconst_1
            iadd
            iload 2 /* to */
            iload 3 /* size */
            invokevirtual javax.swing.SizeSequence.setSizes:(III)I
            iadd
            ireturn
        end local 4 // int m
        end local 3 // int size
        end local 2 // int to
        end local 1 // int from
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/SizeSequence;
            0    5     1  from  I
            0    5     2    to  I
            0    5     3  size  I
            3    5     4     m  I
    MethodParameters:
      Name  Flags
      from  
      to    
      size  

  public void setSizes(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int[] sizes
         0: .line 211
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            arraylength
            aload 1 /* sizes */
            arraylength
            if_icmpeq 2
         1: .line 212
            aload 0 /* this */
            aload 1 /* sizes */
            arraylength
            newarray 10
            putfield javax.swing.SizeSequence.a:[I
         2: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            arraylength
            aload 1 /* sizes */
            invokevirtual javax.swing.SizeSequence.setSizes:(II[I)I
            pop
         3: .line 215
            return
        end local 1 // int[] sizes
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavax/swing/SizeSequence;
            0    4     1  sizes  [I
    MethodParameters:
       Name  Flags
      sizes  

  private int setSizes(int, int, int[]);
    descriptor: (II[I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int from
        start local 2 // int to
        start local 3 // int[] sizes
         0: .line 218
            iload 2 /* to */
            iload 1 /* from */
            if_icmpgt 2
         1: .line 219
            iconst_0
            ireturn
         2: .line 221
      StackMap locals:
      StackMap stack:
            iload 1 /* from */
            iload 2 /* to */
            iadd
            iconst_2
            idiv
            istore 4 /* m */
        start local 4 // int m
         3: .line 222
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 4 /* m */
            aload 3 /* sizes */
            iload 4 /* m */
            iaload
            aload 0 /* this */
            iload 1 /* from */
            iload 4 /* m */
            aload 3 /* sizes */
            invokevirtual javax.swing.SizeSequence.setSizes:(II[I)I
            iadd
            iastore
         4: .line 223
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 4 /* m */
            iaload
            aload 0 /* this */
            iload 4 /* m */
            iconst_1
            iadd
            iload 2 /* to */
            aload 3 /* sizes */
            invokevirtual javax.swing.SizeSequence.setSizes:(II[I)I
            iadd
            ireturn
        end local 4 // int m
        end local 3 // int[] sizes
        end local 2 // int to
        end local 1 // int from
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavax/swing/SizeSequence;
            0    5     1   from  I
            0    5     2     to  I
            0    5     3  sizes  [I
            3    5     4      m  I
    MethodParameters:
       Name  Flags
      from   
      to     
      sizes  

  public int[] getSizes();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // javax.swing.SizeSequence this
         0: .line 232
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            arraylength
            istore 1 /* n */
        start local 1 // int n
         1: .line 233
            iload 1 /* n */
            newarray 10
            astore 2 /* sizes */
        start local 2 // int[] sizes
         2: .line 234
            aload 0 /* this */
            iconst_0
            iload 1 /* n */
            aload 2 /* sizes */
            invokevirtual javax.swing.SizeSequence.getSizes:(II[I)I
            pop
         3: .line 235
            aload 2 /* sizes */
            areturn
        end local 2 // int[] sizes
        end local 1 // int n
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavax/swing/SizeSequence;
            1    4     1      n  I
            2    4     2  sizes  [I

  private int getSizes(int, int, int[]);
    descriptor: (II[I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int from
        start local 2 // int to
        start local 3 // int[] sizes
         0: .line 239
            iload 2 /* to */
            iload 1 /* from */
            if_icmpgt 2
         1: .line 240
            iconst_0
            ireturn
         2: .line 242
      StackMap locals:
      StackMap stack:
            iload 1 /* from */
            iload 2 /* to */
            iadd
            iconst_2
            idiv
            istore 4 /* m */
        start local 4 // int m
         3: .line 243
            aload 3 /* sizes */
            iload 4 /* m */
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 4 /* m */
            iaload
            aload 0 /* this */
            iload 1 /* from */
            iload 4 /* m */
            aload 3 /* sizes */
            invokevirtual javax.swing.SizeSequence.getSizes:(II[I)I
            isub
            iastore
         4: .line 244
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 4 /* m */
            iaload
            aload 0 /* this */
            iload 4 /* m */
            iconst_1
            iadd
            iload 2 /* to */
            aload 3 /* sizes */
            invokevirtual javax.swing.SizeSequence.getSizes:(II[I)I
            iadd
            ireturn
        end local 4 // int m
        end local 3 // int[] sizes
        end local 2 // int to
        end local 1 // int from
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavax/swing/SizeSequence;
            0    5     1   from  I
            0    5     2     to  I
            0    5     3  sizes  [I
            3    5     4      m  I
    MethodParameters:
       Name  Flags
      from   
      to     
      sizes  

  public int getPosition(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int index
         0: .line 263
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            arraylength
            iload 1 /* index */
            invokevirtual javax.swing.SizeSequence.getPosition:(III)I
            ireturn
        end local 1 // int index
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavax/swing/SizeSequence;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private int getPosition(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int from
        start local 2 // int to
        start local 3 // int index
         0: .line 267
            iload 2 /* to */
            iload 1 /* from */
            if_icmpgt 2
         1: .line 268
            iconst_0
            ireturn
         2: .line 270
      StackMap locals:
      StackMap stack:
            iload 1 /* from */
            iload 2 /* to */
            iadd
            iconst_2
            idiv
            istore 4 /* m */
        start local 4 // int m
         3: .line 271
            iload 3 /* index */
            iload 4 /* m */
            if_icmpgt 5
         4: .line 272
            aload 0 /* this */
            iload 1 /* from */
            iload 4 /* m */
            iload 3 /* index */
            invokevirtual javax.swing.SizeSequence.getPosition:(III)I
            ireturn
         5: .line 275
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 4 /* m */
            iaload
            aload 0 /* this */
            iload 4 /* m */
            iconst_1
            iadd
            iload 2 /* to */
            iload 3 /* index */
            invokevirtual javax.swing.SizeSequence.getPosition:(III)I
            iadd
            ireturn
        end local 4 // int m
        end local 3 // int index
        end local 2 // int to
        end local 1 // int from
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljavax/swing/SizeSequence;
            0    6     1   from  I
            0    6     2     to  I
            0    6     3  index  I
            3    6     4      m  I
    MethodParameters:
       Name  Flags
      from   
      to     
      index  

  public int getIndex(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int position
         0: .line 289
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            arraylength
            iload 1 /* position */
            invokevirtual javax.swing.SizeSequence.getIndex:(III)I
            ireturn
        end local 1 // int position
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavax/swing/SizeSequence;
            0    1     1  position  I
    MethodParameters:
          Name  Flags
      position  

  private int getIndex(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int from
        start local 2 // int to
        start local 3 // int position
         0: .line 293
            iload 2 /* to */
            iload 1 /* from */
            if_icmpgt 2
         1: .line 294
            iload 1 /* from */
            ireturn
         2: .line 296
      StackMap locals:
      StackMap stack:
            iload 1 /* from */
            iload 2 /* to */
            iadd
            iconst_2
            idiv
            istore 4 /* m */
        start local 4 // int m
         3: .line 297
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 4 /* m */
            iaload
            istore 5 /* pivot */
        start local 5 // int pivot
         4: .line 298
            iload 3 /* position */
            iload 5 /* pivot */
            if_icmpge 6
         5: .line 299
            aload 0 /* this */
            iload 1 /* from */
            iload 4 /* m */
            iload 3 /* position */
            invokevirtual javax.swing.SizeSequence.getIndex:(III)I
            ireturn
         6: .line 302
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* m */
            iconst_1
            iadd
            iload 2 /* to */
            iload 3 /* position */
            iload 5 /* pivot */
            isub
            invokevirtual javax.swing.SizeSequence.getIndex:(III)I
            ireturn
        end local 5 // int pivot
        end local 4 // int m
        end local 3 // int position
        end local 2 // int to
        end local 1 // int from
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Ljavax/swing/SizeSequence;
            0    7     1      from  I
            0    7     2        to  I
            0    7     3  position  I
            3    7     4         m  I
            4    7     5     pivot  I
    MethodParameters:
          Name  Flags
      from      
      to        
      position  

  public int getSize(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int index
         0: .line 316
            aload 0 /* this */
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual javax.swing.SizeSequence.getPosition:(I)I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javax.swing.SizeSequence.getPosition:(I)I
            isub
            ireturn
        end local 1 // int index
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavax/swing/SizeSequence;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void setSize(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int index
        start local 2 // int size
         0: .line 330
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            arraylength
            iload 1 /* index */
            iload 2 /* size */
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual javax.swing.SizeSequence.getSize:(I)I
            isub
            invokevirtual javax.swing.SizeSequence.changeSize:(IIII)V
         1: .line 331
            return
        end local 2 // int size
        end local 1 // int index
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavax/swing/SizeSequence;
            0    2     1  index  I
            0    2     2   size  I
    MethodParameters:
       Name  Flags
      index  
      size   

  private void changeSize(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int from
        start local 2 // int to
        start local 3 // int index
        start local 4 // int delta
         0: .line 334
            iload 2 /* to */
            iload 1 /* from */
            if_icmpgt 2
         1: .line 335
            return
         2: .line 337
      StackMap locals:
      StackMap stack:
            iload 1 /* from */
            iload 2 /* to */
            iadd
            iconst_2
            idiv
            istore 5 /* m */
        start local 5 // int m
         3: .line 338
            iload 3 /* index */
            iload 5 /* m */
            if_icmpgt 7
         4: .line 339
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 5 /* m */
            dup2
            iaload
            iload 4 /* delta */
            iadd
            iastore
         5: .line 340
            aload 0 /* this */
            iload 1 /* from */
            iload 5 /* m */
            iload 3 /* index */
            iload 4 /* delta */
            invokevirtual javax.swing.SizeSequence.changeSize:(IIII)V
         6: .line 341
            goto 8
         7: .line 343
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* m */
            iconst_1
            iadd
            iload 2 /* to */
            iload 3 /* index */
            iload 4 /* delta */
            invokevirtual javax.swing.SizeSequence.changeSize:(IIII)V
         8: .line 345
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int m
        end local 4 // int delta
        end local 3 // int index
        end local 2 // int to
        end local 1 // int from
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Ljavax/swing/SizeSequence;
            0    9     1   from  I
            0    9     2     to  I
            0    9     3  index  I
            0    9     4  delta  I
            3    9     5      m  I
    MethodParameters:
       Name  Flags
      from   
      to     
      index  
      delta  

  public void insertEntries(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int start
        start local 2 // int length
        start local 3 // int value
         0: .line 365
            aload 0 /* this */
            invokevirtual javax.swing.SizeSequence.getSizes:()[I
            astore 4 /* sizes */
        start local 4 // int[] sizes
         1: .line 366
            iload 1 /* start */
            iload 2 /* length */
            iadd
            istore 5 /* end */
        start local 5 // int end
         2: .line 367
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            arraylength
            iload 2 /* length */
            iadd
            istore 6 /* n */
        start local 6 // int n
         3: .line 368
            aload 0 /* this */
            iload 6 /* n */
            newarray 10
            putfield javax.swing.SizeSequence.a:[I
         4: .line 369
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         5: goto 8
         6: .line 370
      StackMap locals: javax.swing.SizeSequence int int int int[] int int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 7 /* i */
            aload 4 /* sizes */
            iload 7 /* i */
            iaload
            iastore
         7: .line 369
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 7 /* i */
            iload 1 /* start */
            if_icmplt 6
        end local 7 // int i
         9: .line 372
            iload 1 /* start */
            istore 7 /* i */
        start local 7 // int i
        10: goto 13
        11: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 7 /* i */
            iload 3 /* value */
            iastore
        12: .line 372
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 7 /* i */
            iload 5 /* end */
            if_icmplt 11
        end local 7 // int i
        14: .line 375
            iload 5 /* end */
            istore 7 /* i */
        start local 7 // int i
        15: goto 18
        16: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 7 /* i */
            aload 4 /* sizes */
            iload 7 /* i */
            iload 2 /* length */
            isub
            iaload
            iastore
        17: .line 375
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 7 /* i */
            iload 6 /* n */
            if_icmplt 16
        end local 7 // int i
        19: .line 378
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            invokevirtual javax.swing.SizeSequence.setSizes:([I)V
        20: .line 379
            return
        end local 6 // int n
        end local 5 // int end
        end local 4 // int[] sizes
        end local 3 // int value
        end local 2 // int length
        end local 1 // int start
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Ljavax/swing/SizeSequence;
            0   21     1   start  I
            0   21     2  length  I
            0   21     3   value  I
            1   21     4   sizes  [I
            2   21     5     end  I
            3   21     6       n  I
            5    9     7       i  I
           10   14     7       i  I
           15   19     7       i  I
    MethodParameters:
        Name  Flags
      start   
      length  
      value   

  public void removeEntries(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // javax.swing.SizeSequence this
        start local 1 // int start
        start local 2 // int length
         0: .line 395
            aload 0 /* this */
            invokevirtual javax.swing.SizeSequence.getSizes:()[I
            astore 3 /* sizes */
        start local 3 // int[] sizes
         1: .line 397
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            arraylength
            iload 2 /* length */
            isub
            istore 4 /* n */
        start local 4 // int n
         2: .line 398
            aload 0 /* this */
            iload 4 /* n */
            newarray 10
            putfield javax.swing.SizeSequence.a:[I
         3: .line 399
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 400
      StackMap locals: int[] int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 5 /* i */
            aload 3 /* sizes */
            iload 5 /* i */
            iaload
            iastore
         6: .line 399
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 1 /* start */
            if_icmplt 5
        end local 5 // int i
         8: .line 402
            iload 1 /* start */
            istore 5 /* i */
        start local 5 // int i
         9: goto 12
        10: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            iload 5 /* i */
            aload 3 /* sizes */
            iload 5 /* i */
            iload 2 /* length */
            iadd
            iaload
            iastore
        11: .line 402
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            iload 4 /* n */
            if_icmplt 10
        end local 5 // int i
        13: .line 405
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.SizeSequence.a:[I
            invokevirtual javax.swing.SizeSequence.setSizes:([I)V
        14: .line 406
            return
        end local 4 // int n
        end local 3 // int[] sizes
        end local 2 // int length
        end local 1 // int start
        end local 0 // javax.swing.SizeSequence this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Ljavax/swing/SizeSequence;
            0   15     1   start  I
            0   15     2  length  I
            1   15     3   sizes  [I
            2   15     4       n  I
            4    8     5       i  I
            9   13     5       i  I
    MethodParameters:
        Name  Flags
      start   
      length  
}
SourceFile: "SizeSequence.java"