On Fri, Sep 16, 2011 at 2:37 PM, Aaron Cohen <aa...@assonance.org> wrote:

>
> Am I misunderstanding
> https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/ATransientSet.java#L32
>  ?
>

Transient collections don't implement Associative (which extends
IPersistentCollection and ILookup) which defines containsKey.

I do see that ITransientAssociative does exist, but it does not define
containsKey.

David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to