(int size)
| 83 | } |
| 84 | |
| 85 | @SuppressWarnings("unchecked") |
| 86 | private E[] newElementArray(int size) { |
| 87 | return (E[]) new Object[size]; |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * Inserts the specified object into this {@code ArrayList} at the specified |
no outgoing calls
no test coverage detected