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

Method removeFirst

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

Remove and return the element at the front of the deque, if it exists. @return removed element, otherwise null.

()

Source from the content-addressed store, hash-verified

47 * @return removed element, otherwise {@code null}.
48 */
49 T removeFirst();
50
51 /**
52 * Remove and return the element at the back of the deque, if it exists.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected