concurrent sets
Doug Lea
dl at cs.oswego.edu
Sat Jan 12 05:13:52 PST 2013
I'm still working on lambda-related tie-ins for j.u.c stuff
(mostly Spliterators).
As mentioned before, we will supply two explicitly concurrent Sets,
both via static factory methods: ConcurrentHashMap.newKeySet, and
ConcurrentSkipListMap.newKeySet. (The CSLM one gives Sorted/Navigable Set)
These are necessary when people need/want parallel collect-into
operations for sets.
But how will they know to do this?
-Doug
More information about the lambda-libs-spec-observers
mailing list