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

Method contains

src/jvm/clojure/lang/IPersistentSet.java:17–17  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

15public interface IPersistentSet extends IPersistentCollection, Counted{
16 public IPersistentSet disjoin(Object key) ;
17 public boolean contains(Object key);
18 public Object get(Object key);
19}

Callers 4

emitMethod · 0.95
parseMethod · 0.95
prefersMethod · 0.95
hasFeatureMethod · 0.95

Implementers 2

APersistentSetsrc/jvm/clojure/lang/APersistentSet.ja
ATransientSetsrc/jvm/clojure/lang/ATransientSet.jav

Calls

no outgoing calls

Tested by

no test coverage detected