Content deleted Content added
→Set interfaces: Add info on ConcurrentSkipListSet |
Corrected spelling. |
||
Line 182:
====CopyOnWriteArraySet class====
{{code|CopyOnWriteArraySet}} is a concurrent replacement for a
On the other hand, similar to {{code|CopyOnWriteArrayList}}, {{code|CopyOnWriteArraySet}} should not be used when sychronization is mandatory.
|