Returns the element at the specified position. @param index element index @return element
(final int index)
| 95 | * @return element |
| 96 | */ |
| 97 | public String get(final int index) { |
| 98 | return list.get(index); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Checks if the specified lock is found in the list. |