MCPcopy 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
170public void clear(){
171 throw new UnsupportedOperationException();
172}
173
174public boolean retainAll(Collection c){
175 throw new UnsupportedOperationException();

Callers 2

stopMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected