final class javax.swing.JComponent$IntVector
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: javax.swing.JComponent$IntVector
  super_class: java.lang.Object
{
  int[] array;
    descriptor: [I
    flags: (0x0000) 

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

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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.JComponent$IntVector this
         0: .line 3445
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3446
            aload 0 /* this */
            aconst_null
            putfield javax.swing.JComponent$IntVector.array:[I
         2: .line 3447
            aload 0 /* this */
            iconst_0
            putfield javax.swing.JComponent$IntVector.count:I
         3: .line 3448
            aload 0 /* this */
            iconst_0
            putfield javax.swing.JComponent$IntVector.capacity:I
         4: .line 3445
            return
        end local 0 // javax.swing.JComponent$IntVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/JComponent$IntVector;

  int size();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JComponent$IntVector this
         0: .line 3451
            aload 0 /* this */
            getfield javax.swing.JComponent$IntVector.count:I
            ireturn
        end local 0 // javax.swing.JComponent$IntVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JComponent$IntVector;

  int elementAt(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JComponent$IntVector this
        start local 1 // int index
         0: .line 3455
            aload 0 /* this */
            getfield javax.swing.JComponent$IntVector.array:[I
            iload 1 /* index */
            iaload
            ireturn
        end local 1 // int index
        end local 0 // javax.swing.JComponent$IntVector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavax/swing/JComponent$IntVector;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  void addElement(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javax.swing.JComponent$IntVector this
        start local 1 // int value
         0: .line 3459
            aload 0 /* this */
            getfield javax.swing.JComponent$IntVector.count:I
            aload 0 /* this */
            getfield javax.swing.JComponent$IntVector.capacity:I
            if_icmpne 6
         1: .line 3460
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.JComponent$IntVector.capacity:I
            iconst_2
            iadd
            iconst_2
            imul
            putfield javax.swing.JComponent$IntVector.capacity:I
         2: .line 3461
            aload 0 /* this */
            getfield javax.swing.JComponent$IntVector.capacity:I
            newarray 10
            astore 2 /* newarray */
        start local 2 // int[] newarray
         3: .line 3462
            aload 0 /* this */
            getfield javax.swing.JComponent$IntVector.count:I
            ifle 5
         4: .line 3463
            aload 0 /* this */
            getfield javax.swing.JComponent$IntVector.array:[I
            iconst_0
            aload 2 /* newarray */
            iconst_0
            aload 0 /* this */
            getfield javax.swing.JComponent$IntVector.count:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 3465
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            aload 2 /* newarray */
            putfield javax.swing.JComponent$IntVector.array:[I
        end local 2 // int[] newarray
         6: .line 3467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.JComponent$IntVector.array:[I
            aload 0 /* this */
            dup
            getfield javax.swing.JComponent$IntVector.count:I
            dup_x1
            iconst_1
            iadd
            putfield javax.swing.JComponent$IntVector.count:I
            iload 1 /* value */
            iastore
         7: .line 3468
            return
        end local 1 // int value
        end local 0 // javax.swing.JComponent$IntVector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Ljavax/swing/JComponent$IntVector;
            0    8     1     value  I
            3    6     2  newarray  [I
    MethodParameters:
       Name  Flags
      value  

  void setElementAt(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.swing.JComponent$IntVector this
        start local 1 // int value
        start local 2 // int index
         0: .line 3471
            aload 0 /* this */
            getfield javax.swing.JComponent$IntVector.array:[I
            iload 2 /* index */
            iload 1 /* value */
            iastore
         1: .line 3472
            return
        end local 2 // int index
        end local 1 // int value
        end local 0 // javax.swing.JComponent$IntVector this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavax/swing/JComponent$IntVector;
            0    2     1  value  I
            0    2     2  index  I
    MethodParameters:
       Name  Flags
      value  
      index  
}
SourceFile: "JComponent.java"
NestHost: javax.swing.JComponent
InnerClasses:
  final IntVector = javax.swing.JComponent$IntVector of javax.swing.JComponent