(int size)
| 99 | } |
| 100 | |
| 101 | @SuppressWarnings("unchecked") |
| 102 | private E[] newElementArray(int size) { |
| 103 | return (E[]) new Object[size]; |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Inserts the specified object into this {@code ArrayList} at the specified |
no outgoing calls
no test coverage detected