public class CopyOnWriteSetOperations<V>
extends Object
implements Operations<Set<V>>
Defines operations for creating and copying a non-concurrent set.
A non-concurrent set must perform writes against a copy, thus the underlying set need not be concurrent.