src/java.base/share/classes/java/util/Vector.java
changeset 58520 e036ee8bae56
parent 57956 e0b8b019d2f5
child 58679 9c3209ff7550
equal deleted inserted replaced
58519:6e017b301287 58520:e036ee8bae56
   100      *
   100      *
   101      * <p>Any array elements following the last element in the Vector are null.
   101      * <p>Any array elements following the last element in the Vector are null.
   102      *
   102      *
   103      * @serial
   103      * @serial
   104      */
   104      */
       
   105     @SuppressWarnings("serial") // Conditionally serializable
   105     protected Object[] elementData;
   106     protected Object[] elementData;
   106 
   107 
   107     /**
   108     /**
   108      * The number of valid components in this {@code Vector} object.
   109      * The number of valid components in this {@code Vector} object.
   109      * Components {@code elementData[0]} through
   110      * Components {@code elementData[0]} through