This method technically shouldn't be in the interface, but it's here to make testing nice. Gets an element, recursively. @param index index to get, assumes valid index @return element at index in the deque
(int index)
| 74 | * @return element at {@code index} in the deque |
| 75 | */ |
| 76 | T getRecursive(int index); |
| 77 | } |
nothing calls this directly
no outgoing calls
no test coverage detected