MCPcopy Index your code
hub / github.com/clojure/clojure / pop

Method pop

src/jvm/clojure/lang/AMapEntry.java:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54public IPersistentStack pop(){
55 return LazilyPersistentVector.createOwning(key());
56}
57
58public Object setValue(Object value){
59 throw new UnsupportedOperationException();

Callers

nothing calls this directly

Calls 2

createOwningMethod · 0.95
keyMethod · 0.65

Tested by

no test coverage detected