MCPcopy Create free account
hub / github.com/Berkeley-CS61B/skeleton-sp23 / getRecursive

Method getRecursive

proj1a/src/Deque.java:76–76  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

74 * @return element at {@code index} in the deque
75 */
76 T getRecursive(int index);
77}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected