Returns the element at the specified position. @param index index of the element to return @return element
(final int index)
| 88 | * @return element |
| 89 | */ |
| 90 | public int get(final int index) { |
| 91 | return list[index]; |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * Stores an element at the specified position. |
no outgoing calls
no test coverage detected