Class CopyOnWriteSetOperations<V>

  • Type Parameters:
    V - the set element type
    All Implemented Interfaces:
    Function<Set<V>,​Set<V>>, Supplier<Set<V>>, UnaryOperator<Set<V>>, Operations<Set<V>>

    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.
    Author:
    Paul Ferraro
    • Constructor Detail

      • CopyOnWriteSetOperations

        public CopyOnWriteSetOperations()