javax.swing
Class JComponent.IntVector

java.lang.Object
  extended byjavax.swing.JComponent.IntVector
Enclosing class:
JComponent

static final class JComponent.IntVector
extends Object


Field Summary
(package private)  int[] array
           
(package private)  int capacity
           
(package private)  int count
           
 
Constructor Summary
(package private) JComponent.IntVector()
           
 
Method Summary
(package private)  void addElement(int value)
           
(package private)  int elementAt(int index)
           
(package private)  void setElementAt(int value, int index)
           
(package private)  int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

array

int[] array

count

int count

capacity

int capacity
Constructor Detail

JComponent.IntVector

JComponent.IntVector()
Method Detail

size

int size()

elementAt

int elementAt(int index)

addElement

void addElement(int value)

setElementAt

void setElementAt(int value,
                  int index)