Balzanka / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Add Sets.newConcurrentSet() #1359

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Java 8 does have ConcurrentMap#newConcurrentSet()

that is short for calling Collections#newSetFromMap(new ConcurrentMap())

Original issue reported on code.google.com by pjul...@gmail.com on 3 Apr 2013 at 12:34

GoogleCodeExporter commented 9 years ago
In 15.0, there will be Sets.newConcurrentHashSet(). It's already in HEAD: 
https://code.google.com/p/guava-libraries/source/detail?r=b8282012c5e03e349c926e
ebd68e16800e5f56f4

Original comment by kak@google.com on 3 Apr 2013 at 3:21

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<issue id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08