Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MolinDeng/Princeton-algs4
/ remove
Method
remove
LabEnv/02Lab/Deque.java:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
public
void
remove() {
120
throw
new
UnsupportedOperationException();
121
}
122
}
123
124
public
static
void
main(String[] args) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected