Class ConcurrentMapOperations<K,​V>

  • Type Parameters:
    K - the map key type
    V - the map value type
    All Implemented Interfaces:
    Function<Map<K,​V>,​Map<K,​V>>, Supplier<Map<K,​V>>, UnaryOperator<Map<K,​V>>, Operations<Map<K,​V>>

    public class ConcurrentMapOperations<K,​V>
    extends Object
    implements Operations<Map<K,​V>>
    Defines operations for creating and copying a concurrent map. A concurrent map can perform writes against the map directly, thus an explicitly copy is unnecessary.
    Author:
    Paul Ferraro
    • Constructor Detail

      • ConcurrentMapOperations

        public ConcurrentMapOperations()