Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ clear
Method
clear
src/jvm/clojure/lang/ASeq.java:170–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
}
169
170
public
void
clear(){
171
throw
new
UnsupportedOperationException();
172
}
173
174
public
boolean retainAll(Collection c){
175
throw
new
UnsupportedOperationException();
Callers
2
stop
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected