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

Method withMeta

src/jvm/clojure/lang/PersistentTreeSet.java:81–85  ·  view source on GitHub ↗
(IPersistentMap meta)

Source from the content-addressed store, hash-verified

79}
80
81public PersistentTreeSet withMeta(IPersistentMap meta){
82 if(meta() == meta)
83 return this;
84 return new PersistentTreeSet(meta, impl);
85}
86
87public Comparator comparator(){
88 return ((Sorted)impl).comparator();

Callers

nothing calls this directly

Calls 1

metaMethod · 0.95

Tested by

no test coverage detected