Fork me on GitHub
#clojure-nl
<
2022-01-14
>
Thierry11:01:37

Im trying to get the contents of a concurrenthashmap. I can do this with (seq thehasmap). The docs state other functions but i cannot find the namespace they are in. Got any ideas? https://cljdoc.org/d/clojure-interop/java.util.concurrent/1.0.5/api/jdk.util.concurrent.ConcurrentHashMap

borkdude11:01:31

@thierry572 That doesn't seem to be part of clojure.core

Thierry11:01:58

ahh that explains then, can i import it?

borkdude11:01:12

clojure-interop seems to be a library but I've never heard of that one. clojure has pretty good interop so I would be reluctant in using a library for that.