Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ contains
Method
contains
src/jvm/clojure/lang/APersistentSet.java:36–38 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
34
}
35
36
public
boolean contains(Object key){
37
return
impl.containsKey(key);
38
}
39
40
public
Object get(Object key){
41
return
impl.valAt(key);
Callers
2
equiv
Method · 0.95
containsAll
Method · 0.95
Calls
1
containsKey
Method · 0.65
Tested by
no test coverage detected