concurrent sets (original) (raw)
Doug Lea dl at cs.oswego.edu
Sat Jan 12 05:13:52 PST 2013
- Previous message: Stream
- Next message: concurrent sets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Stream
- Next message: concurrent sets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the lambda-libs-spec-observers mailing list