(int size)
| 104 | } |
| 105 | |
| 106 | @SuppressWarnings("unchecked") |
| 107 | private E[] newElementArray(int size) { |
| 108 | return (E[]) new Object[size]; |
| 109 | } |
| 110 | |
| 111 | /// Adds the specified object into this vector at the specified location. The |
| 112 | /// object is inserted before any element with the same or a higher index |